Shades of Lemon #FFDD18
Tints of Lemon #FFDD18
RGB
CMYK
RGB Variations
Color information
#FFDD18 (or 0xFFDD18) is known color: Lemon. HEX triplet: FF, DD and 18. RGB value is (255,221,24). Sum of RGB (Red+Green+Blue) = 255+221+24=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 24 (9.77% from 255 or 4.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD18 is #0022E7. Grayscale: #D1D1D1. Windows color (decimal): -8936 or 1629695. OLE color: 1629695.
HSL color Cylindrical-coordinate representation of color #FFDD18: hue angle of 51.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFDD18 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 24 | - |
| CMYK | 0 | 0.13 | 0.91 | 0 |
| HSL | 51.17º | 1% | 0.55% | - |
| HSV(B) | 51.17º | 0.91% | 1% | - |
| XYZ | 67.26 | 73.04 | 11.42 | - |
| YUV | 208.71 | 23.76 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 24 | 0 | 0.13 | 0.91 | 0 | 51.17 | 1 | 0.55 |
| Hex | FF | DD | 18 | 0 | D | 5B | 0 | 33 | 64 | 37 |
| Octal | 377 | 335 | 30 | 0 | 15 | 133 | 0 | 63 | 144 | 67 |
| Binary | 11111111 | 11011101 | 11000 | 0 | 1101 | 1011011 | 0 | 110011 | 1100100 | 110111 |
Color Harmonies of #FFDD18
Complementary color
Monochromatic Colors of #FFDD18
Black with #FFDD18
Text Example
Text Example
White with #FFDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD18; }
p { color: rgb(255,221,24); }
H1.HeaderClassName
{
color: #FFDD18;
}
.AnyTagClassName
{
color: #FFDD18;
}
</style>
background-color css
<style>
a { background-color: #FFDD18; }
a { background-color: rgb(255,221,24); }
div.DivClassName
{
background-color: #FFDD18;
}
.BgClassName
{
background-color: #FFDD18;
}
</style>
border-color css
<style>
span { border-color: #FFDD18; }
span { border-color: rgb(255,221,24); }
td.TdClassName
{
border-color: #FFDD18;
}
.TagClassName
{
border-color: #FFDD18;
}
</style>