Shades of Lemon #FAE40C
Tints of Lemon #FAE40C
RGB
CMYK
RGB Variations
Color information
#FAE40C (or 0xFAE40C) is known color: Lemon. HEX triplet: FA, E4 and 0C. RGB value is (250,228,12). Sum of RGB (Red+Green+Blue) = 250+228+12=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE40C is #051BF3. Grayscale: #D2D2D2. Windows color (decimal): -334836 or 845050. OLE color: 845050.
HSL color Cylindrical-coordinate representation of color #FAE40C: hue angle of 54.45º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAE40C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.02 |
| HSL | 54.45º | 0.96% | 0.51% | - |
| HSV(B) | 54.45º | 0.95% | 0.98% | - |
| XYZ | 67.23 | 75.84 | 11.44 | - |
| YUV | 209.95 | 16.29 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 12 | 0 | 0.09 | 0.95 | 0.02 | 54.45 | 0.96 | 0.51 |
| Hex | FA | E4 | C | 0 | 9 | 5F | 2 | 36 | 60 | 33 |
| Octal | 372 | 344 | 14 | 0 | 11 | 137 | 2 | 66 | 140 | 63 |
| Binary | 11111010 | 11100100 | 1100 | 0 | 1001 | 1011111 | 10 | 110110 | 1100000 | 110011 |
Color Harmonies of #FAE40C
Complementary color
Monochromatic Colors of #FAE40C
Black with #FAE40C
Text Example
Text Example
White with #FAE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE40C; }
p { color: rgb(250,228,12); }
H1.HeaderClassName
{
color: #FAE40C;
}
.AnyTagClassName
{
color: #FAE40C;
}
</style>
background-color css
<style>
a { background-color: #FAE40C; }
a { background-color: rgb(250,228,12); }
div.DivClassName
{
background-color: #FAE40C;
}
.BgClassName
{
background-color: #FAE40C;
}
</style>
border-color css
<style>
span { border-color: #FAE40C; }
span { border-color: rgb(250,228,12); }
td.TdClassName
{
border-color: #FAE40C;
}
.TagClassName
{
border-color: #FAE40C;
}
</style>