Shades of Lemon #F9DD1D
Tints of Lemon #F9DD1D
RGB
CMYK
RGB Variations
Color information
#F9DD1D (or 0xF9DD1D) is known color: Lemon. HEX triplet: F9, DD and 1D. RGB value is (249,221,29). Sum of RGB (Red+Green+Blue) = 249+221+29=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DD1D is #0622E2. Grayscale: #D0D0D0. Windows color (decimal): -402147 or 1957369. OLE color: 1957369.
HSL color Cylindrical-coordinate representation of color #F9DD1D: hue angle of 52.36º 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 #F9DD1D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 29 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.02 |
| HSL | 52.36º | 0.95% | 0.55% | - |
| HSV(B) | 52.36º | 0.88% | 0.98% | - |
| XYZ | 65.15 | 71.94 | 11.61 | - |
| YUV | 207.48 | 27.28 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 29 | 0 | 0.11 | 0.88 | 0.02 | 52.36 | 0.95 | 0.55 |
| Hex | F9 | DD | 1D | 0 | B | 58 | 2 | 34 | 5F | 37 |
| Octal | 371 | 335 | 35 | 0 | 13 | 130 | 2 | 64 | 137 | 67 |
| Binary | 11111001 | 11011101 | 11101 | 0 | 1011 | 1011000 | 10 | 110100 | 1011111 | 110111 |
Color Harmonies of #F9DD1D
Complementary color
Monochromatic Colors of #F9DD1D
Black with #F9DD1D
Text Example
Text Example
White with #F9DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD1D; }
p { color: rgb(249,221,29); }
H1.HeaderClassName
{
color: #F9DD1D;
}
.AnyTagClassName
{
color: #F9DD1D;
}
</style>
background-color css
<style>
a { background-color: #F9DD1D; }
a { background-color: rgb(249,221,29); }
div.DivClassName
{
background-color: #F9DD1D;
}
.BgClassName
{
background-color: #F9DD1D;
}
</style>
border-color css
<style>
span { border-color: #F9DD1D; }
span { border-color: rgb(249,221,29); }
td.TdClassName
{
border-color: #F9DD1D;
}
.TagClassName
{
border-color: #F9DD1D;
}
</style>