Shades of Lemon #F2DD0D
Tints of Lemon #F2DD0D
RGB
CMYK
RGB Variations
Color information
#F2DD0D (or 0xF2DD0D) is known color: Lemon. HEX triplet: F2, DD and 0D. RGB value is (242,221,13). Sum of RGB (Red+Green+Blue) = 242+221+13=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD0D is #0D22F2. Grayscale: #CCCCCC. Windows color (decimal): -860915 or 908786. OLE color: 908786.
HSL color Cylindrical-coordinate representation of color #F2DD0D: hue angle of 54.5º degrees, saturation: 0.9, 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 #F2DD0D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.05 |
| HSL | 54.5º | 0.9% | 0.5% | - |
| HSV(B) | 54.5º | 0.95% | 0.95% | - |
| XYZ | 62.55 | 70.62 | 10.72 | - |
| YUV | 203.57 | 20.46 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 13 | 0 | 0.09 | 0.95 | 0.05 | 54.5 | 0.9 | 0.5 |
| Hex | F2 | DD | D | 0 | 9 | 5F | 5 | 36 | 5A | 32 |
| Octal | 362 | 335 | 15 | 0 | 11 | 137 | 5 | 66 | 132 | 62 |
| Binary | 11110010 | 11011101 | 1101 | 0 | 1001 | 1011111 | 101 | 110110 | 1011010 | 110010 |
Color Harmonies of #F2DD0D
Complementary color
Monochromatic Colors of #F2DD0D
Black with #F2DD0D
Text Example
Text Example
White with #F2DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD0D; }
p { color: rgb(242,221,13); }
H1.HeaderClassName
{
color: #F2DD0D;
}
.AnyTagClassName
{
color: #F2DD0D;
}
</style>
background-color css
<style>
a { background-color: #F2DD0D; }
a { background-color: rgb(242,221,13); }
div.DivClassName
{
background-color: #F2DD0D;
}
.BgClassName
{
background-color: #F2DD0D;
}
</style>
border-color css
<style>
span { border-color: #F2DD0D; }
span { border-color: rgb(242,221,13); }
td.TdClassName
{
border-color: #F2DD0D;
}
.TagClassName
{
border-color: #F2DD0D;
}
</style>