Shades of Lemon #FAF007
Tints of Lemon #FAF007
RGB
CMYK
RGB Variations
Color information
#FAF007 (or 0xFAF007) is known color: Lemon. HEX triplet: FA, F0 and 07. RGB value is (250,240,7). Sum of RGB (Red+Green+Blue) = 250+240+7=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 7 (3.12% from 255 or 1.41% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF007 is #050FF8. Grayscale: #D9D9D9. Windows color (decimal): -331769 or 520442. OLE color: 520442.
HSL color Cylindrical-coordinate representation of color #FAF007: hue angle of 57.53º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAF007 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.02 |
| HSL | 57.53º | 0.96% | 0.5% | - |
| HSV(B) | 57.53º | 0.97% | 0.98% | - |
| XYZ | 70.62 | 82.66 | 12.43 | - |
| YUV | 216.43 | 9.81 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 7 | 0 | 0.04 | 0.97 | 0.02 | 57.53 | 0.96 | 0.5 |
| Hex | FA | F0 | 7 | 0 | 4 | 61 | 2 | 3A | 60 | 32 |
| Octal | 372 | 360 | 7 | 0 | 4 | 141 | 2 | 72 | 140 | 62 |
| Binary | 11111010 | 11110000 | 111 | 0 | 100 | 1100001 | 10 | 111010 | 1100000 | 110010 |
Color Harmonies of #FAF007
Complementary color
Monochromatic Colors of #FAF007
Black with #FAF007
Text Example
Text Example
White with #FAF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF007; }
p { color: rgb(250,240,7); }
H1.HeaderClassName
{
color: #FAF007;
}
.AnyTagClassName
{
color: #FAF007;
}
</style>
background-color css
<style>
a { background-color: #FAF007; }
a { background-color: rgb(250,240,7); }
div.DivClassName
{
background-color: #FAF007;
}
.BgClassName
{
background-color: #FAF007;
}
</style>
border-color css
<style>
span { border-color: #FAF007; }
span { border-color: rgb(250,240,7); }
td.TdClassName
{
border-color: #FAF007;
}
.TagClassName
{
border-color: #FAF007;
}
</style>