Shades of Lemon #FAE10F
Tints of Lemon #FAE10F
RGB
CMYK
RGB Variations
Color information
#FAE10F (or 0xFAE10F) is known color: Lemon. HEX triplet: FA, E1 and 0F. RGB value is (250,225,15). Sum of RGB (Red+Green+Blue) = 250+225+15=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE10F is #051EF0. Grayscale: #D1D1D1. Windows color (decimal): -335601 or 1040890. OLE color: 1040890.
HSL color Cylindrical-coordinate representation of color #FAE10F: hue angle of 53.62º 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 #FAE10F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 15 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.02 |
| HSL | 53.62º | 0.96% | 0.52% | - |
| HSV(B) | 53.62º | 0.94% | 0.98% | - |
| XYZ | 66.44 | 74.21 | 11.27 | - |
| YUV | 208.54 | 18.78 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 15 | 0 | 0.10 | 0.94 | 0.02 | 53.62 | 0.96 | 0.52 |
| Hex | FA | E1 | F | 0 | A | 5E | 2 | 36 | 60 | 34 |
| Octal | 372 | 341 | 17 | 0 | 12 | 136 | 2 | 66 | 140 | 64 |
| Binary | 11111010 | 11100001 | 1111 | 0 | 1010 | 1011110 | 10 | 110110 | 1100000 | 110100 |
Color Harmonies of #FAE10F
Complementary color
Monochromatic Colors of #FAE10F
Black with #FAE10F
Text Example
Text Example
White with #FAE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE10F; }
p { color: rgb(250,225,15); }
H1.HeaderClassName
{
color: #FAE10F;
}
.AnyTagClassName
{
color: #FAE10F;
}
</style>
background-color css
<style>
a { background-color: #FAE10F; }
a { background-color: rgb(250,225,15); }
div.DivClassName
{
background-color: #FAE10F;
}
.BgClassName
{
background-color: #FAE10F;
}
</style>
border-color css
<style>
span { border-color: #FAE10F; }
span { border-color: rgb(250,225,15); }
td.TdClassName
{
border-color: #FAE10F;
}
.TagClassName
{
border-color: #FAE10F;
}
</style>