Shades of Lemon #FAE017
Tints of Lemon #FAE017
RGB
CMYK
RGB Variations
Color information
#FAE017 (or 0xFAE017) is known color: Lemon. HEX triplet: FA, E0 and 17. RGB value is (250,224,23). Sum of RGB (Red+Green+Blue) = 250+224+23=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 23 (9.38% from 255 or 4.63% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE017 is #051FE8. Grayscale: #D1D1D1. Windows color (decimal): -335849 or 1564922. OLE color: 1564922.
HSL color Cylindrical-coordinate representation of color #FAE017: hue angle of 53.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAE017 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 23 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.02 |
| HSL | 53.13º | 0.96% | 0.54% | - |
| HSV(B) | 53.13º | 0.91% | 0.98% | - |
| XYZ | 66.23 | 73.7 | 11.54 | - |
| YUV | 208.86 | 23.11 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 23 | 0 | 0.10 | 0.91 | 0.02 | 53.13 | 0.96 | 0.54 |
| Hex | FA | E0 | 17 | 0 | A | 5B | 2 | 35 | 60 | 36 |
| Octal | 372 | 340 | 27 | 0 | 12 | 133 | 2 | 65 | 140 | 66 |
| Binary | 11111010 | 11100000 | 10111 | 0 | 1010 | 1011011 | 10 | 110101 | 1100000 | 110110 |
Color Harmonies of #FAE017
Complementary color
Monochromatic Colors of #FAE017
Black with #FAE017
Text Example
Text Example
White with #FAE017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE017; }
p { color: rgb(250,224,23); }
H1.HeaderClassName
{
color: #FAE017;
}
.AnyTagClassName
{
color: #FAE017;
}
</style>
background-color css
<style>
a { background-color: #FAE017; }
a { background-color: rgb(250,224,23); }
div.DivClassName
{
background-color: #FAE017;
}
.BgClassName
{
background-color: #FAE017;
}
</style>
border-color css
<style>
span { border-color: #FAE017; }
span { border-color: rgb(250,224,23); }
td.TdClassName
{
border-color: #FAE017;
}
.TagClassName
{
border-color: #FAE017;
}
</style>