Shades of Lemon #F9DD12
Tints of Lemon #F9DD12
RGB
CMYK
RGB Variations
Color information
#F9DD12 (or 0xF9DD12) is known color: Lemon. HEX triplet: F9, DD and 12. RGB value is (249,221,18). Sum of RGB (Red+Green+Blue) = 249+221+18=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DD12 is #0622ED. Grayscale: #CFCFCF. Windows color (decimal): -402158 or 1236473. OLE color: 1236473.
HSL color Cylindrical-coordinate representation of color #F9DD12: hue angle of 52.73º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9DD12 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 18 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.02 |
| HSL | 52.73º | 0.95% | 0.52% | - |
| HSV(B) | 52.73º | 0.93% | 0.98% | - |
| XYZ | 65.03 | 71.9 | 11.02 | - |
| YUV | 206.23 | 21.78 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 18 | 0 | 0.11 | 0.93 | 0.02 | 52.73 | 0.95 | 0.52 |
| Hex | F9 | DD | 12 | 0 | B | 5D | 2 | 35 | 5F | 34 |
| Octal | 371 | 335 | 22 | 0 | 13 | 135 | 2 | 65 | 137 | 64 |
| Binary | 11111001 | 11011101 | 10010 | 0 | 1011 | 1011101 | 10 | 110101 | 1011111 | 110100 |
Color Harmonies of #F9DD12
Complementary color
Monochromatic Colors of #F9DD12
Black with #F9DD12
Text Example
Text Example
White with #F9DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD12; }
p { color: rgb(249,221,18); }
H1.HeaderClassName
{
color: #F9DD12;
}
.AnyTagClassName
{
color: #F9DD12;
}
</style>
background-color css
<style>
a { background-color: #F9DD12; }
a { background-color: rgb(249,221,18); }
div.DivClassName
{
background-color: #F9DD12;
}
.BgClassName
{
background-color: #F9DD12;
}
</style>
border-color css
<style>
span { border-color: #F9DD12; }
span { border-color: rgb(249,221,18); }
td.TdClassName
{
border-color: #F9DD12;
}
.TagClassName
{
border-color: #F9DD12;
}
</style>