Shades of Lemon #FAE909
Tints of Lemon #FAE909
RGB
CMYK
RGB Variations
Color information
#FAE909 (or 0xFAE909) is known color: Lemon. HEX triplet: FA, E9 and 09. RGB value is (250,233,9). Sum of RGB (Red+Green+Blue) = 250+233+9=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 9 (3.91% from 255 or 1.83% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE909 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE909 is #0516F6. Grayscale: #D5D5D5. Windows color (decimal): -333559 or 649722. OLE color: 649722.
HSL color Cylindrical-coordinate representation of color #FAE909: hue angle of 55.77º 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 #FAE909 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.02 |
| HSL | 55.77º | 0.96% | 0.51% | - |
| HSV(B) | 55.77º | 0.96% | 0.98% | - |
| XYZ | 68.61 | 78.62 | 11.82 | - |
| YUV | 212.55 | 13.13 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 9 | 0 | 0.07 | 0.96 | 0.02 | 55.77 | 0.96 | 0.51 |
| Hex | FA | E9 | 9 | 0 | 7 | 60 | 2 | 38 | 60 | 33 |
| Octal | 372 | 351 | 11 | 0 | 7 | 140 | 2 | 70 | 140 | 63 |
| Binary | 11111010 | 11101001 | 1001 | 0 | 111 | 1100000 | 10 | 111000 | 1100000 | 110011 |
Color Harmonies of #FAE909
Complementary color
Monochromatic Colors of #FAE909
Black with #FAE909
Text Example
Text Example
White with #FAE909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE909; }
p { color: rgb(250,233,9); }
H1.HeaderClassName
{
color: #FAE909;
}
.AnyTagClassName
{
color: #FAE909;
}
</style>
background-color css
<style>
a { background-color: #FAE909; }
a { background-color: rgb(250,233,9); }
div.DivClassName
{
background-color: #FAE909;
}
.BgClassName
{
background-color: #FAE909;
}
</style>
border-color css
<style>
span { border-color: #FAE909; }
span { border-color: rgb(250,233,9); }
td.TdClassName
{
border-color: #FAE909;
}
.TagClassName
{
border-color: #FAE909;
}
</style>