Shades of Lemon #F9EA1D
Tints of Lemon #F9EA1D
RGB
CMYK
RGB Variations
Color information
#F9EA1D (or 0xF9EA1D) is known color: Lemon. HEX triplet: F9, EA and 1D. RGB value is (249,234,29). Sum of RGB (Red+Green+Blue) = 249+234+29=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 29 (11.72% from 255 or 5.66% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EA1D is #0615E2. Grayscale: #D7D7D7. Windows color (decimal): -398819 or 1960697. OLE color: 1960697.
HSL color Cylindrical-coordinate representation of color #F9EA1D: hue angle of 55.91º 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 #F9EA1D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 234 | 29 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.02 |
| HSL | 55.91º | 0.95% | 0.55% | - |
| HSV(B) | 55.91º | 0.88% | 0.98% | - |
| XYZ | 68.71 | 79.07 | 12.8 | - |
| YUV | 215.12 | 22.97 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 234 | 29 | 0 | 0.06 | 0.88 | 0.02 | 55.91 | 0.95 | 0.55 |
| Hex | F9 | EA | 1D | 0 | 6 | 58 | 2 | 38 | 5F | 37 |
| Octal | 371 | 352 | 35 | 0 | 6 | 130 | 2 | 70 | 137 | 67 |
| Binary | 11111001 | 11101010 | 11101 | 0 | 110 | 1011000 | 10 | 111000 | 1011111 | 110111 |
Color Harmonies of #F9EA1D
Complementary color
Monochromatic Colors of #F9EA1D
Black with #F9EA1D
Text Example
Text Example
White with #F9EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EA1D; }
p { color: rgb(249,234,29); }
H1.HeaderClassName
{
color: #F9EA1D;
}
.AnyTagClassName
{
color: #F9EA1D;
}
</style>
background-color css
<style>
a { background-color: #F9EA1D; }
a { background-color: rgb(249,234,29); }
div.DivClassName
{
background-color: #F9EA1D;
}
.BgClassName
{
background-color: #F9EA1D;
}
</style>
border-color css
<style>
span { border-color: #F9EA1D; }
span { border-color: rgb(249,234,29); }
td.TdClassName
{
border-color: #F9EA1D;
}
.TagClassName
{
border-color: #F9EA1D;
}
</style>