Shades of Lemon #FAE210
Tints of Lemon #FAE210
RGB
CMYK
RGB Variations
Color information
#FAE210 (or 0xFAE210) is known color: Lemon. HEX triplet: FA, E2 and 10. RGB value is (250,226,16). Sum of RGB (Red+Green+Blue) = 250+226+16=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 16 (6.64% from 255 or 3.25% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE210 is #051DEF. Grayscale: #D2D2D2. Windows color (decimal): -335344 or 1106682. OLE color: 1106682.
HSL color Cylindrical-coordinate representation of color #FAE210: hue angle of 53.85º 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 #FAE210 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.02 |
| HSL | 53.85º | 0.96% | 0.52% | - |
| HSV(B) | 53.85º | 0.94% | 0.98% | - |
| XYZ | 66.71 | 74.75 | 11.4 | - |
| YUV | 209.24 | 18.95 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 16 | 0 | 0.10 | 0.94 | 0.02 | 53.85 | 0.96 | 0.52 |
| Hex | FA | E2 | 10 | 0 | A | 5E | 2 | 36 | 60 | 34 |
| Octal | 372 | 342 | 20 | 0 | 12 | 136 | 2 | 66 | 140 | 64 |
| Binary | 11111010 | 11100010 | 10000 | 0 | 1010 | 1011110 | 10 | 110110 | 1100000 | 110100 |
Color Harmonies of #FAE210
Complementary color
Monochromatic Colors of #FAE210
Black with #FAE210
Text Example
Text Example
White with #FAE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE210; }
p { color: rgb(250,226,16); }
H1.HeaderClassName
{
color: #FAE210;
}
.AnyTagClassName
{
color: #FAE210;
}
</style>
background-color css
<style>
a { background-color: #FAE210; }
a { background-color: rgb(250,226,16); }
div.DivClassName
{
background-color: #FAE210;
}
.BgClassName
{
background-color: #FAE210;
}
</style>
border-color css
<style>
span { border-color: #FAE210; }
span { border-color: rgb(250,226,16); }
td.TdClassName
{
border-color: #FAE210;
}
.TagClassName
{
border-color: #FAE210;
}
</style>