Shades of Lemon #F9E10A
Tints of Lemon #F9E10A
RGB
CMYK
RGB Variations
Color information
#F9E10A (or 0xF9E10A) is known color: Lemon. HEX triplet: F9, E1 and 0A. RGB value is (249,225,10). Sum of RGB (Red+Green+Blue) = 249+225+10=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 10 (4.30% from 255 or 2.07% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E10A is #061EF5. Grayscale: #D0D0D0. Windows color (decimal): -401142 or 713209. OLE color: 713209.
HSL color Cylindrical-coordinate representation of color #F9E10A: hue angle of 53.97º degrees, saturation: 0.95, 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 #F9E10A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.02 |
| HSL | 53.97º | 0.95% | 0.51% | - |
| HSV(B) | 53.97º | 0.96% | 0.98% | - |
| XYZ | 66.05 | 74.01 | 11.09 | - |
| YUV | 207.67 | 16.45 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 10 | 0 | 0.10 | 0.96 | 0.02 | 53.97 | 0.95 | 0.51 |
| Hex | F9 | E1 | A | 0 | A | 60 | 2 | 36 | 5F | 33 |
| Octal | 371 | 341 | 12 | 0 | 12 | 140 | 2 | 66 | 137 | 63 |
| Binary | 11111001 | 11100001 | 1010 | 0 | 1010 | 1100000 | 10 | 110110 | 1011111 | 110011 |
Color Harmonies of #F9E10A
Complementary color
Monochromatic Colors of #F9E10A
Black with #F9E10A
Text Example
Text Example
White with #F9E10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E10A; }
p { color: rgb(249,225,10); }
H1.HeaderClassName
{
color: #F9E10A;
}
.AnyTagClassName
{
color: #F9E10A;
}
</style>
background-color css
<style>
a { background-color: #F9E10A; }
a { background-color: rgb(249,225,10); }
div.DivClassName
{
background-color: #F9E10A;
}
.BgClassName
{
background-color: #F9E10A;
}
</style>
border-color css
<style>
span { border-color: #F9E10A; }
span { border-color: rgb(249,225,10); }
td.TdClassName
{
border-color: #F9E10A;
}
.TagClassName
{
border-color: #F9E10A;
}
</style>