Shades of Lemon #F2DD0B
Tints of Lemon #F2DD0B
RGB
CMYK
RGB Variations
Color information
#F2DD0B (or 0xF2DD0B) is known color: Lemon. HEX triplet: F2, DD and 0B. RGB value is (242,221,11). Sum of RGB (Red+Green+Blue) = 242+221+11=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD0B is #0D22F4. Grayscale: #CCCCCC. Windows color (decimal): -860917 or 777714. OLE color: 777714.
HSL color Cylindrical-coordinate representation of color #F2DD0B: hue angle of 54.55º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2DD0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.05 |
| HSL | 54.55º | 0.91% | 0.5% | - |
| HSV(B) | 54.55º | 0.95% | 0.95% | - |
| XYZ | 62.53 | 70.61 | 10.65 | - |
| YUV | 203.34 | 19.46 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 11 | 0 | 0.09 | 0.95 | 0.05 | 54.55 | 0.91 | 0.5 |
| Hex | F2 | DD | B | 0 | 9 | 5F | 5 | 37 | 5B | 32 |
| Octal | 362 | 335 | 13 | 0 | 11 | 137 | 5 | 67 | 133 | 62 |
| Binary | 11110010 | 11011101 | 1011 | 0 | 1001 | 1011111 | 101 | 110111 | 1011011 | 110010 |
Color Harmonies of #F2DD0B
Complementary color
Monochromatic Colors of #F2DD0B
Black with #F2DD0B
Text Example
Text Example
White with #F2DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD0B; }
p { color: rgb(242,221,11); }
H1.HeaderClassName
{
color: #F2DD0B;
}
.AnyTagClassName
{
color: #F2DD0B;
}
</style>
background-color css
<style>
a { background-color: #F2DD0B; }
a { background-color: rgb(242,221,11); }
div.DivClassName
{
background-color: #F2DD0B;
}
.BgClassName
{
background-color: #F2DD0B;
}
</style>
border-color css
<style>
span { border-color: #F2DD0B; }
span { border-color: rgb(242,221,11); }
td.TdClassName
{
border-color: #F2DD0B;
}
.TagClassName
{
border-color: #F2DD0B;
}
</style>