Shades of Lemon #FAE10A
Tints of Lemon #FAE10A
RGB
CMYK
RGB Variations
Color information
#FAE10A (or 0xFAE10A) is known color: Lemon. HEX triplet: FA, E1 and 0A. RGB value is (250,225,10). Sum of RGB (Red+Green+Blue) = 250+225+10=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE10A is #051EF5. Grayscale: #D0D0D0. Windows color (decimal): -335606 or 713210. OLE color: 713210.
HSL color Cylindrical-coordinate representation of color #FAE10A: hue angle of 53.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAE10A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.02 |
| HSL | 53.75º | 0.96% | 0.51% | - |
| HSV(B) | 53.75º | 0.96% | 0.98% | - |
| XYZ | 66.4 | 74.2 | 11.11 | - |
| YUV | 207.97 | 16.28 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 10 | 0 | 0.10 | 0.96 | 0.02 | 53.75 | 0.96 | 0.51 |
| Hex | FA | E1 | A | 0 | A | 60 | 2 | 36 | 60 | 33 |
| Octal | 372 | 341 | 12 | 0 | 12 | 140 | 2 | 66 | 140 | 63 |
| Binary | 11111010 | 11100001 | 1010 | 0 | 1010 | 1100000 | 10 | 110110 | 1100000 | 110011 |
Color Harmonies of #FAE10A
Complementary color
Monochromatic Colors of #FAE10A
Black with #FAE10A
Text Example
Text Example
White with #FAE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE10A; }
p { color: rgb(250,225,10); }
H1.HeaderClassName
{
color: #FAE10A;
}
.AnyTagClassName
{
color: #FAE10A;
}
</style>
background-color css
<style>
a { background-color: #FAE10A; }
a { background-color: rgb(250,225,10); }
div.DivClassName
{
background-color: #FAE10A;
}
.BgClassName
{
background-color: #FAE10A;
}
</style>
border-color css
<style>
span { border-color: #FAE10A; }
span { border-color: rgb(250,225,10); }
td.TdClassName
{
border-color: #FAE10A;
}
.TagClassName
{
border-color: #FAE10A;
}
</style>