Shades of Lemon #F9E11D
Tints of Lemon #F9E11D
RGB
CMYK
RGB Variations
Color information
#F9E11D (or 0xF9E11D) is known color: Lemon. HEX triplet: F9, E1 and 1D. RGB value is (249,225,29). Sum of RGB (Red+Green+Blue) = 249+225+29=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 29 (11.72% from 255 or 5.77% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E11D is #061EE2. Grayscale: #D2D2D2. Windows color (decimal): -401123 or 1958393. OLE color: 1958393.
HSL color Cylindrical-coordinate representation of color #F9E11D: hue angle of 53.45º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9E11D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 29 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.02 |
| HSL | 53.45º | 0.95% | 0.55% | - |
| HSV(B) | 53.45º | 0.88% | 0.98% | - |
| XYZ | 66.21 | 74.08 | 11.97 | - |
| YUV | 209.83 | 25.95 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 29 | 0 | 0.10 | 0.88 | 0.02 | 53.45 | 0.95 | 0.55 |
| Hex | F9 | E1 | 1D | 0 | A | 58 | 2 | 35 | 5F | 37 |
| Octal | 371 | 341 | 35 | 0 | 12 | 130 | 2 | 65 | 137 | 67 |
| Binary | 11111001 | 11100001 | 11101 | 0 | 1010 | 1011000 | 10 | 110101 | 1011111 | 110111 |
Color Harmonies of #F9E11D
Complementary color
Monochromatic Colors of #F9E11D
Black with #F9E11D
Text Example
Text Example
White with #F9E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E11D; }
p { color: rgb(249,225,29); }
H1.HeaderClassName
{
color: #F9E11D;
}
.AnyTagClassName
{
color: #F9E11D;
}
</style>
background-color css
<style>
a { background-color: #F9E11D; }
a { background-color: rgb(249,225,29); }
div.DivClassName
{
background-color: #F9E11D;
}
.BgClassName
{
background-color: #F9E11D;
}
</style>
border-color css
<style>
span { border-color: #F9E11D; }
span { border-color: rgb(249,225,29); }
td.TdClassName
{
border-color: #F9E11D;
}
.TagClassName
{
border-color: #F9E11D;
}
</style>