Shades of Lemon #FAF008
Tints of Lemon #FAF008
RGB
CMYK
RGB Variations
Color information
#FAF008 (or 0xFAF008) is known color: Lemon. HEX triplet: FA, F0 and 08. RGB value is (250,240,8). Sum of RGB (Red+Green+Blue) = 250+240+8=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 8 (3.52% from 255 or 1.61% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF008 is #050FF7. Grayscale: #D9D9D9. Windows color (decimal): -331768 or 585978. OLE color: 585978.
HSL color Cylindrical-coordinate representation of color #FAF008: hue angle of 57.52º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAF008 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.02 |
| HSL | 57.52º | 0.96% | 0.51% | - |
| HSV(B) | 57.52º | 0.97% | 0.98% | - |
| XYZ | 70.63 | 82.66 | 12.46 | - |
| YUV | 216.54 | 10.31 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 8 | 0 | 0.04 | 0.97 | 0.02 | 57.52 | 0.96 | 0.51 |
| Hex | FA | F0 | 8 | 0 | 4 | 61 | 2 | 3A | 60 | 33 |
| Octal | 372 | 360 | 10 | 0 | 4 | 141 | 2 | 72 | 140 | 63 |
| Binary | 11111010 | 11110000 | 1000 | 0 | 100 | 1100001 | 10 | 111010 | 1100000 | 110011 |
Color Harmonies of #FAF008
Complementary color
Monochromatic Colors of #FAF008
Black with #FAF008
Text Example
Text Example
White with #FAF008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF008; }
p { color: rgb(250,240,8); }
H1.HeaderClassName
{
color: #FAF008;
}
.AnyTagClassName
{
color: #FAF008;
}
</style>
background-color css
<style>
a { background-color: #FAF008; }
a { background-color: rgb(250,240,8); }
div.DivClassName
{
background-color: #FAF008;
}
.BgClassName
{
background-color: #FAF008;
}
</style>
border-color css
<style>
span { border-color: #FAF008; }
span { border-color: rgb(250,240,8); }
td.TdClassName
{
border-color: #FAF008;
}
.TagClassName
{
border-color: #FAF008;
}
</style>