Shades of Lemon #FFDD12
Tints of Lemon #FFDD12
RGB
CMYK
RGB Variations
Color information
#FFDD12 (or 0xFFDD12) is known color: Lemon. HEX triplet: FF, DD and 12. RGB value is (255,221,18). Sum of RGB (Red+Green+Blue) = 255+221+18=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 18 (7.42% from 255 or 3.64% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD12 is #0022ED. Grayscale: #D0D0D0. Windows color (decimal): -8942 or 1236479. OLE color: 1236479.
HSL color Cylindrical-coordinate representation of color #FFDD12: hue angle of 51.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFDD12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0 |
| HSL | 51.39º | 1% | 0.54% | - |
| HSV(B) | 51.39º | 0.93% | 1% | - |
| XYZ | 67.21 | 73.02 | 11.12 | - |
| YUV | 208.02 | 20.76 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 18 | 0 | 0.13 | 0.93 | 0 | 51.39 | 1 | 0.54 |
| Hex | FF | DD | 12 | 0 | D | 5D | 0 | 33 | 64 | 36 |
| Octal | 377 | 335 | 22 | 0 | 15 | 135 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011101 | 10010 | 0 | 1101 | 1011101 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDD12
Complementary color
Monochromatic Colors of #FFDD12
Black with #FFDD12
Text Example
Text Example
White with #FFDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD12; }
p { color: rgb(255,221,18); }
H1.HeaderClassName
{
color: #FFDD12;
}
.AnyTagClassName
{
color: #FFDD12;
}
</style>
background-color css
<style>
a { background-color: #FFDD12; }
a { background-color: rgb(255,221,18); }
div.DivClassName
{
background-color: #FFDD12;
}
.BgClassName
{
background-color: #FFDD12;
}
</style>
border-color css
<style>
span { border-color: #FFDD12; }
span { border-color: rgb(255,221,18); }
td.TdClassName
{
border-color: #FFDD12;
}
.TagClassName
{
border-color: #FFDD12;
}
</style>