Shades of Lemon #FAF40E
Tints of Lemon #FAF40E
RGB
CMYK
RGB Variations
Color information
#FAF40E (or 0xFAF40E) is known color: Lemon. HEX triplet: FA, F4 and 0E. RGB value is (250,244,14). Sum of RGB (Red+Green+Blue) = 250+244+14=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 14 (5.86% from 255 or 2.76% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF40E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF40E is #050BF1. Grayscale: #DCDCDC. Windows color (decimal): -330738 or 980218. OLE color: 980218.
HSL color Cylindrical-coordinate representation of color #FAF40E: hue angle of 58.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAF40E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.02 |
| HSL | 58.47º | 0.96% | 0.52% | - |
| HSV(B) | 58.47º | 0.94% | 0.98% | - |
| XYZ | 71.85 | 85.06 | 13.05 | - |
| YUV | 219.57 | 11.99 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 14 | 0 | 0.02 | 0.94 | 0.02 | 58.47 | 0.96 | 0.52 |
| Hex | FA | F4 | E | 0 | 2 | 5E | 2 | 3A | 60 | 34 |
| Octal | 372 | 364 | 16 | 0 | 2 | 136 | 2 | 72 | 140 | 64 |
| Binary | 11111010 | 11110100 | 1110 | 0 | 10 | 1011110 | 10 | 111010 | 1100000 | 110100 |
Color Harmonies of #FAF40E
Complementary color
Monochromatic Colors of #FAF40E
Black with #FAF40E
Text Example
Text Example
White with #FAF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF40E; }
p { color: rgb(250,244,14); }
H1.HeaderClassName
{
color: #FAF40E;
}
.AnyTagClassName
{
color: #FAF40E;
}
</style>
background-color css
<style>
a { background-color: #FAF40E; }
a { background-color: rgb(250,244,14); }
div.DivClassName
{
background-color: #FAF40E;
}
.BgClassName
{
background-color: #FAF40E;
}
</style>
border-color css
<style>
span { border-color: #FAF40E; }
span { border-color: rgb(250,244,14); }
td.TdClassName
{
border-color: #FAF40E;
}
.TagClassName
{
border-color: #FAF40E;
}
</style>