Shades of Lemon #F9E010
Tints of Lemon #F9E010
RGB
CMYK
RGB Variations
Color information
#F9E010 (or 0xF9E010) is known color: Lemon. HEX triplet: F9, E0 and 10. RGB value is (249,224,16). Sum of RGB (Red+Green+Blue) = 249+224+16=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E010 is #061FEF. Grayscale: #D0D0D0. Windows color (decimal): -401392 or 1106169. OLE color: 1106169.
HSL color Cylindrical-coordinate representation of color #F9E010: hue angle of 53.56º degrees, saturation: 0.95, 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 #F9E010 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.02 |
| HSL | 53.56º | 0.95% | 0.52% | - |
| HSV(B) | 53.56º | 0.94% | 0.98% | - |
| XYZ | 65.82 | 73.49 | 11.21 | - |
| YUV | 207.76 | 19.78 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 16 | 0 | 0.10 | 0.94 | 0.02 | 53.56 | 0.95 | 0.52 |
| Hex | F9 | E0 | 10 | 0 | A | 5E | 2 | 36 | 5F | 34 |
| Octal | 371 | 340 | 20 | 0 | 12 | 136 | 2 | 66 | 137 | 64 |
| Binary | 11111001 | 11100000 | 10000 | 0 | 1010 | 1011110 | 10 | 110110 | 1011111 | 110100 |
Color Harmonies of #F9E010
Complementary color
Monochromatic Colors of #F9E010
Black with #F9E010
Text Example
Text Example
White with #F9E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E010; }
p { color: rgb(249,224,16); }
H1.HeaderClassName
{
color: #F9E010;
}
.AnyTagClassName
{
color: #F9E010;
}
</style>
background-color css
<style>
a { background-color: #F9E010; }
a { background-color: rgb(249,224,16); }
div.DivClassName
{
background-color: #F9E010;
}
.BgClassName
{
background-color: #F9E010;
}
</style>
border-color css
<style>
span { border-color: #F9E010; }
span { border-color: rgb(249,224,16); }
td.TdClassName
{
border-color: #F9E010;
}
.TagClassName
{
border-color: #F9E010;
}
</style>