Shades of Lemon #FAE10C
Tints of Lemon #FAE10C
RGB
CMYK
RGB Variations
Color information
#FAE10C (or 0xFAE10C) is known color: Lemon. HEX triplet: FA, E1 and 0C. RGB value is (250,225,12). Sum of RGB (Red+Green+Blue) = 250+225+12=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 12 (5.08% from 255 or 2.46% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE10C is #051EF3. Grayscale: #D1D1D1. Windows color (decimal): -335604 or 844282. OLE color: 844282.
HSL color Cylindrical-coordinate representation of color #FAE10C: hue angle of 53.7º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAE10C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.02 |
| HSL | 53.7º | 0.96% | 0.51% | - |
| HSV(B) | 53.7º | 0.95% | 0.98% | - |
| XYZ | 66.42 | 74.2 | 11.17 | - |
| YUV | 208.19 | 17.28 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 12 | 0 | 0.10 | 0.95 | 0.02 | 53.7 | 0.96 | 0.51 |
| Hex | FA | E1 | C | 0 | A | 5F | 2 | 36 | 60 | 33 |
| Octal | 372 | 341 | 14 | 0 | 12 | 137 | 2 | 66 | 140 | 63 |
| Binary | 11111010 | 11100001 | 1100 | 0 | 1010 | 1011111 | 10 | 110110 | 1100000 | 110011 |
Color Harmonies of #FAE10C
Complementary color
Monochromatic Colors of #FAE10C
Black with #FAE10C
Text Example
Text Example
White with #FAE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE10C; }
p { color: rgb(250,225,12); }
H1.HeaderClassName
{
color: #FAE10C;
}
.AnyTagClassName
{
color: #FAE10C;
}
</style>
background-color css
<style>
a { background-color: #FAE10C; }
a { background-color: rgb(250,225,12); }
div.DivClassName
{
background-color: #FAE10C;
}
.BgClassName
{
background-color: #FAE10C;
}
</style>
border-color css
<style>
span { border-color: #FAE10C; }
span { border-color: rgb(250,225,12); }
td.TdClassName
{
border-color: #FAE10C;
}
.TagClassName
{
border-color: #FAE10C;
}
</style>