Shades of Lemon #FAE310
Tints of Lemon #FAE310
RGB
CMYK
RGB Variations
Color information
#FAE310 (or 0xFAE310) is known color: Lemon. HEX triplet: FA, E3 and 10. RGB value is (250,227,16). Sum of RGB (Red+Green+Blue) = 250+227+16=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE310 is #051CEF. Grayscale: #D2D2D2. Windows color (decimal): -335088 or 1106938. OLE color: 1106938.
HSL color Cylindrical-coordinate representation of color #FAE310: hue angle of 54.1º 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 #FAE310 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 16 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.02 |
| HSL | 54.1º | 0.96% | 0.52% | - |
| HSV(B) | 54.1º | 0.94% | 0.98% | - |
| XYZ | 66.99 | 75.3 | 11.49 | - |
| YUV | 209.82 | 18.62 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 16 | 0 | 0.09 | 0.94 | 0.02 | 54.1 | 0.96 | 0.52 |
| Hex | FA | E3 | 10 | 0 | 9 | 5E | 2 | 36 | 60 | 34 |
| Octal | 372 | 343 | 20 | 0 | 11 | 136 | 2 | 66 | 140 | 64 |
| Binary | 11111010 | 11100011 | 10000 | 0 | 1001 | 1011110 | 10 | 110110 | 1100000 | 110100 |
Color Harmonies of #FAE310
Complementary color
Monochromatic Colors of #FAE310
Black with #FAE310
Text Example
Text Example
White with #FAE310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE310; }
p { color: rgb(250,227,16); }
H1.HeaderClassName
{
color: #FAE310;
}
.AnyTagClassName
{
color: #FAE310;
}
</style>
background-color css
<style>
a { background-color: #FAE310; }
a { background-color: rgb(250,227,16); }
div.DivClassName
{
background-color: #FAE310;
}
.BgClassName
{
background-color: #FAE310;
}
</style>
border-color css
<style>
span { border-color: #FAE310; }
span { border-color: rgb(250,227,16); }
td.TdClassName
{
border-color: #FAE310;
}
.TagClassName
{
border-color: #FAE310;
}
</style>