Shades of Lemon #FAE019
Tints of Lemon #FAE019
RGB
CMYK
RGB Variations
Color information
#FAE019 (or 0xFAE019) is known color: Lemon. HEX triplet: FA, E0 and 19. RGB value is (250,224,25). Sum of RGB (Red+Green+Blue) = 250+224+25=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 25 (10.16% from 255 or 5.01% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE019 is #051FE6. Grayscale: #D1D1D1. Windows color (decimal): -335847 or 1695994. OLE color: 1695994.
HSL color Cylindrical-coordinate representation of color #FAE019: hue angle of 53.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAE019 is Cyan = 0, Magento = 0.10, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 25 | - |
| CMYK | 0 | 0.10 | 0.9 | 0.02 |
| HSL | 53.07º | 0.96% | 0.54% | - |
| HSV(B) | 53.07º | 0.9% | 0.98% | - |
| XYZ | 66.26 | 73.71 | 11.65 | - |
| YUV | 209.09 | 24.11 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 25 | 0 | 0.10 | 0.9 | 0.02 | 53.07 | 0.96 | 0.54 |
| Hex | FA | E0 | 19 | 0 | A | 5A | 2 | 35 | 60 | 36 |
| Octal | 372 | 340 | 31 | 0 | 12 | 132 | 2 | 65 | 140 | 66 |
| Binary | 11111010 | 11100000 | 11001 | 0 | 1010 | 1011010 | 10 | 110101 | 1100000 | 110110 |
Color Harmonies of #FAE019
Complementary color
Monochromatic Colors of #FAE019
Black with #FAE019
Text Example
Text Example
White with #FAE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE019; }
p { color: rgb(250,224,25); }
H1.HeaderClassName
{
color: #FAE019;
}
.AnyTagClassName
{
color: #FAE019;
}
</style>
background-color css
<style>
a { background-color: #FAE019; }
a { background-color: rgb(250,224,25); }
div.DivClassName
{
background-color: #FAE019;
}
.BgClassName
{
background-color: #FAE019;
}
</style>
border-color css
<style>
span { border-color: #FAE019; }
span { border-color: rgb(250,224,25); }
td.TdClassName
{
border-color: #FAE019;
}
.TagClassName
{
border-color: #FAE019;
}
</style>