Color spaces of #fabf0f
RGB | 250 | 191 | 15 |
---|---|---|---|
HSL | 0.12 | 0.96 | 0.52 |
HSV | 45° | 94° | 98° |
CMYK | 0.00 | 0.24 | 0.94 0.02 |
XYZ | 58.1414 | 57.6201 | 8.5093 |
Yxy | 57.6201 | 0.4679 | 0.4637 |
Hunter Lab | 75.9079 | 3.8826 | 46.4891 |
CIE-Lab | 80.5271 | 8.3775 | 80.9178 |
#fabf0f color RGB value is (250,191,15).
#fabf0f hex color red value is 250, green value is 191 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fabf0f hue: 0.12 , saturation: 0.96 and the lightness value of fabf0f is 0.52.
The process color (four color CMYK) of #fabf0f color hex is 0.00, 0.24, 0.94, 0.02. Web safe color of #fabf0f is #ffcc00. Color #fabf0f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111111 | 00001111 |
Octal | 372 | 277 | 17 |
Decimal | 250 | 191 | 15 |
Hex | FA | BF | F |
Shades of #fabf0f
Tints of #fabf0f
RGB Percentages of Color #fabf0f
CMYK Percentages of Color #fabf0f
Complementary Color
#fabf0f | #0f4afa |
#fabf0f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabf0f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabf0f Color CSS Codes
.mybgcolor {background-color:#fabf0f; } .myforecolor {color:#fabf0f; } .mybordercolor {border:3px solid #fabf0f; }
#fabf0f Text Font Color
<p style="color:#fabf0f">Text here</p>
This sample text font color is #fabf0f
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.
#fabf0f Background Color
<div style="background-color:#fabf0f">
Div content here</div>
This div background color is #fabf0f
#fabf0f Border Color
<div style="border:3px solid #fabf0f">
Div here</div>
This div border color is #fabf0f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,191,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabf0f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabf0f; -webkit-box-shadow: 1px 1px 3px 2px #fabf0f; box-shadow: 1px 1px 3px 2px #fabf0f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,191,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabf0f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabf0f; -webkit-box-shadow: 1px 1px 3px 2px #fabf0f; box-shadow: 1px 1px 3px 2px #fabf0f;">
Div content here</div>
This div box has shadow with color #fabf0f
Comments
No comments written yet.
Please login to write comment.