Color spaces of #ffb250
RGB | 255 | 178 | 80 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.66 |
HSV | 34° | 69° | 100° |
CMYK | 0.00 | 0.30 | 0.69 0.00 |
XYZ | 58.6084 | 53.6800 | 14.8617 |
Yxy | 53.6800 | 0.4609 | 0.4222 |
Hunter Lab | 73.2666 | 14.5714 | 39.2600 |
CIE-Lab | 78.2748 | 19.2192 | 59.5675 |
#ffb250 color RGB value is (255,178,80).
#ffb250 hex color red value is 255, green value is 178 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ffb250 hue: 0.09 , saturation: 1.00 and the lightness value of ffb250 is 0.66.
The process color (four color CMYK) of #ffb250 color hex is 0.00, 0.30, 0.69, 0.00. Web safe color of #ffb250 is #ff9966. Color #ffb250 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10110010 | 01010000 |
Octal | 377 | 262 | 120 |
Decimal | 255 | 178 | 80 |
Hex | FF | B2 | 50 |
Shades of #ffb250
Tints of #ffb250
RGB Percentages of Color #ffb250
CMYK Percentages of Color #ffb250
Complementary Color
#ffb250 | #509dff |
#ffb250 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffb250 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffb250 Color CSS Codes
.mybgcolor {background-color:#ffb250; } .myforecolor {color:#ffb250; } .mybordercolor {border:3px solid #ffb250; }
#ffb250 Text Font Color
<p style="color:#ffb250">Text here</p>
This sample text font color is #ffb250
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ffb250 Background Color
<div style="background-color:#ffb250">
Div content here</div>
This div background color is #ffb250
#ffb250 Border Color
<div style="border:3px solid #ffb250">
Div here</div>
This div border color is #ffb250
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,178,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffb250; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffb250; -webkit-box-shadow: 1px 1px 3px 2px #ffb250; box-shadow: 1px 1px 3px 2px #ffb250; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,178,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffb250">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb250; -webkit-box-shadow: 1px 1px 3px 2px #ffb250; box-shadow: 1px 1px 3px 2px #ffb250;">
Div content here</div>
This div box has shadow with color #ffb250
#ffb250 Color Palettes
Comments
No comments written yet.
Please login to write comment.