Shades of Lemon #FAE80B
Tints of Lemon #FAE80B
RGB
CMYK
RGB Variations
Color information
#FAE80B (or 0xFAE80B) is known color: Lemon. HEX triplet: FA, E8 and 0B. RGB value is (250,232,11). Sum of RGB (Red+Green+Blue) = 250+232+11=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 11 (4.69% from 255 or 2.23% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE80B is #0517F4. Grayscale: #D5D5D5. Windows color (decimal): -333813 or 780538. OLE color: 780538.
HSL color Cylindrical-coordinate representation of color #FAE80B: hue angle of 55.48º 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 #FAE80B is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 11 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.02 |
| HSL | 55.48º | 0.96% | 0.51% | - |
| HSV(B) | 55.48º | 0.96% | 0.98% | - |
| XYZ | 68.34 | 78.06 | 11.78 | - |
| YUV | 212.19 | 14.46 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 11 | 0 | 0.07 | 0.96 | 0.02 | 55.48 | 0.96 | 0.51 |
| Hex | FA | E8 | B | 0 | 7 | 60 | 2 | 37 | 60 | 33 |
| Octal | 372 | 350 | 13 | 0 | 7 | 140 | 2 | 67 | 140 | 63 |
| Binary | 11111010 | 11101000 | 1011 | 0 | 111 | 1100000 | 10 | 110111 | 1100000 | 110011 |
Color Harmonies of #FAE80B
Complementary color
Monochromatic Colors of #FAE80B
Black with #FAE80B
Text Example
Text Example
White with #FAE80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE80B; }
p { color: rgb(250,232,11); }
H1.HeaderClassName
{
color: #FAE80B;
}
.AnyTagClassName
{
color: #FAE80B;
}
</style>
background-color css
<style>
a { background-color: #FAE80B; }
a { background-color: rgb(250,232,11); }
div.DivClassName
{
background-color: #FAE80B;
}
.BgClassName
{
background-color: #FAE80B;
}
</style>
border-color css
<style>
span { border-color: #FAE80B; }
span { border-color: rgb(250,232,11); }
td.TdClassName
{
border-color: #FAE80B;
}
.TagClassName
{
border-color: #FAE80B;
}
</style>