Shades of Lemon #FAE414
Tints of Lemon #FAE414
RGB
CMYK
RGB Variations
Color information
#FAE414 (or 0xFAE414) is known color: Lemon. HEX triplet: FA, E4 and 14. RGB value is (250,228,20). Sum of RGB (Red+Green+Blue) = 250+228+20=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 20 (8.20% from 255 or 4.02% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE414 is #051BEB. Grayscale: #D3D3D3. Windows color (decimal): -334828 or 1369338. OLE color: 1369338.
HSL color Cylindrical-coordinate representation of color #FAE414: hue angle of 54.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAE414 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.02 |
| HSL | 54.26º | 0.96% | 0.53% | - |
| HSV(B) | 54.26º | 0.92% | 0.98% | - |
| XYZ | 67.29 | 75.86 | 11.76 | - |
| YUV | 210.87 | 20.29 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 20 | 0 | 0.09 | 0.92 | 0.02 | 54.26 | 0.96 | 0.53 |
| Hex | FA | E4 | 14 | 0 | 9 | 5C | 2 | 36 | 60 | 35 |
| Octal | 372 | 344 | 24 | 0 | 11 | 134 | 2 | 66 | 140 | 65 |
| Binary | 11111010 | 11100100 | 10100 | 0 | 1001 | 1011100 | 10 | 110110 | 1100000 | 110101 |
Color Harmonies of #FAE414
Complementary color
Monochromatic Colors of #FAE414
Black with #FAE414
Text Example
Text Example
White with #FAE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE414; }
p { color: rgb(250,228,20); }
H1.HeaderClassName
{
color: #FAE414;
}
.AnyTagClassName
{
color: #FAE414;
}
</style>
background-color css
<style>
a { background-color: #FAE414; }
a { background-color: rgb(250,228,20); }
div.DivClassName
{
background-color: #FAE414;
}
.BgClassName
{
background-color: #FAE414;
}
</style>
border-color css
<style>
span { border-color: #FAE414; }
span { border-color: rgb(250,228,20); }
td.TdClassName
{
border-color: #FAE414;
}
.TagClassName
{
border-color: #FAE414;
}
</style>