Shades of Lemon #FAE90B
Tints of Lemon #FAE90B
RGB
CMYK
RGB Variations
Color information
#FAE90B (or 0xFAE90B) is known color: Lemon. HEX triplet: FA, E9 and 0B. RGB value is (250,233,11). Sum of RGB (Red+Green+Blue) = 250+233+11=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 11 (4.69% from 255 or 2.23% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE90B is #0516F4. Grayscale: #D5D5D5. Windows color (decimal): -333557 or 780794. OLE color: 780794.
HSL color Cylindrical-coordinate representation of color #FAE90B: hue angle of 55.73º 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 #FAE90B is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 11 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.02 |
| HSL | 55.73º | 0.96% | 0.51% | - |
| HSV(B) | 55.73º | 0.96% | 0.98% | - |
| XYZ | 68.62 | 78.63 | 11.88 | - |
| YUV | 212.78 | 14.13 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 11 | 0 | 0.07 | 0.96 | 0.02 | 55.73 | 0.96 | 0.51 |
| Hex | FA | E9 | B | 0 | 7 | 60 | 2 | 38 | 60 | 33 |
| Octal | 372 | 351 | 13 | 0 | 7 | 140 | 2 | 70 | 140 | 63 |
| Binary | 11111010 | 11101001 | 1011 | 0 | 111 | 1100000 | 10 | 111000 | 1100000 | 110011 |
Color Harmonies of #FAE90B
Complementary color
Monochromatic Colors of #FAE90B
Black with #FAE90B
Text Example
Text Example
White with #FAE90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE90B; }
p { color: rgb(250,233,11); }
H1.HeaderClassName
{
color: #FAE90B;
}
.AnyTagClassName
{
color: #FAE90B;
}
</style>
background-color css
<style>
a { background-color: #FAE90B; }
a { background-color: rgb(250,233,11); }
div.DivClassName
{
background-color: #FAE90B;
}
.BgClassName
{
background-color: #FAE90B;
}
</style>
border-color css
<style>
span { border-color: #FAE90B; }
span { border-color: rgb(250,233,11); }
td.TdClassName
{
border-color: #FAE90B;
}
.TagClassName
{
border-color: #FAE90B;
}
</style>