Shades of Lemon #FAE90F
Tints of Lemon #FAE90F
RGB
CMYK
RGB Variations
Color information
#FAE90F (or 0xFAE90F) is known color: Lemon. HEX triplet: FA, E9 and 0F. RGB value is (250,233,15). Sum of RGB (Red+Green+Blue) = 250+233+15=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 15 (6.25% from 255 or 3.01% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE90F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE90F is #0516F0. Grayscale: #D6D6D6. Windows color (decimal): -333553 or 1042938. OLE color: 1042938.
HSL color Cylindrical-coordinate representation of color #FAE90F: hue angle of 55.66º 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 #FAE90F is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 15 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.02 |
| HSL | 55.66º | 0.96% | 0.52% | - |
| HSV(B) | 55.66º | 0.94% | 0.98% | - |
| XYZ | 68.65 | 78.64 | 12.01 | - |
| YUV | 213.23 | 16.13 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 15 | 0 | 0.07 | 0.94 | 0.02 | 55.66 | 0.96 | 0.52 |
| Hex | FA | E9 | F | 0 | 7 | 5E | 2 | 38 | 60 | 34 |
| Octal | 372 | 351 | 17 | 0 | 7 | 136 | 2 | 70 | 140 | 64 |
| Binary | 11111010 | 11101001 | 1111 | 0 | 111 | 1011110 | 10 | 111000 | 1100000 | 110100 |
Color Harmonies of #FAE90F
Complementary color
Monochromatic Colors of #FAE90F
Black with #FAE90F
Text Example
Text Example
White with #FAE90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE90F; }
p { color: rgb(250,233,15); }
H1.HeaderClassName
{
color: #FAE90F;
}
.AnyTagClassName
{
color: #FAE90F;
}
</style>
background-color css
<style>
a { background-color: #FAE90F; }
a { background-color: rgb(250,233,15); }
div.DivClassName
{
background-color: #FAE90F;
}
.BgClassName
{
background-color: #FAE90F;
}
</style>
border-color css
<style>
span { border-color: #FAE90F; }
span { border-color: rgb(250,233,15); }
td.TdClassName
{
border-color: #FAE90F;
}
.TagClassName
{
border-color: #FAE90F;
}
</style>