Color spaces of #faf02d
RGB | 250 | 240 | 45 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.58 |
HSV | 57° | 82° | 98° |
CMYK | 0.00 | 0.04 | 0.82 0.02 |
XYZ | 71.0581 | 82.8336 | 14.7260 |
Yxy | 82.8336 | 0.4214 | 0.4913 |
Hunter Lab | 91.0130 | -19.9094 | 54.1159 |
CIE-Lab | 92.9415 | -15.7785 | 85.1694 |
#faf02d color RGB value is (250,240,45).
#faf02d hex color red value is 250, green value is 240 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #faf02d hue: 0.16 , saturation: 0.95 and the lightness value of faf02d is 0.58.
The process color (four color CMYK) of #faf02d color hex is 0.00, 0.04, 0.82, 0.02. Web safe color of #faf02d is #ffff33. Color #faf02d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11110000 | 00101101 |
Octal | 372 | 360 | 55 |
Decimal | 250 | 240 | 45 |
Hex | FA | F0 | 2D |
Shades of #faf02d
Tints of #faf02d
RGB Percentages of Color #faf02d
CMYK Percentages of Color #faf02d
Complementary Color
#faf02d | #2d37fa |
#faf02d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faf02d Color Preview on White Background
Lorem ipsum dolor sit amet.
#faf02d Color CSS Codes
.mybgcolor {background-color:#faf02d; } .myforecolor {color:#faf02d; } .mybordercolor {border:3px solid #faf02d; }
#faf02d Text Font Color
<p style="color:#faf02d">Text here</p>
This sample text font color is #faf02d
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.
#faf02d Background Color
<div style="background-color:#faf02d">
Div content here</div>
This div background color is #faf02d
#faf02d Border Color
<div style="border:3px solid #faf02d">
Div here</div>
This div border color is #faf02d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,240,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faf02d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faf02d; -webkit-box-shadow: 1px 1px 3px 2px #faf02d; box-shadow: 1px 1px 3px 2px #faf02d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,240,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faf02d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faf02d; -webkit-box-shadow: 1px 1px 3px 2px #faf02d; box-shadow: 1px 1px 3px 2px #faf02d;">
Div content here</div>
This div box has shadow with color #faf02d
Comments
No comments written yet.
Please login to write comment.