Shades of Lemon #FDDC18
Tints of Lemon #FDDC18
RGB
CMYK
RGB Variations
Color information
#FDDC18 (or 0xFDDC18) is known color: Lemon. HEX triplet: FD, DC and 18. RGB value is (253,220,24). Sum of RGB (Red+Green+Blue) = 253+220+24=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 24 (9.77% from 255 or 4.83% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC18 is #0223E7. Grayscale: #D0D0D0. Windows color (decimal): -140264 or 1629437. OLE color: 1629437.
HSL color Cylindrical-coordinate representation of color #FDDC18: hue angle of 51.35º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDDC18 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 24 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.01 |
| HSL | 51.35º | 0.98% | 0.54% | - |
| HSV(B) | 51.35º | 0.91% | 0.99% | - |
| XYZ | 66.27 | 72.13 | 11.3 | - |
| YUV | 207.52 | 24.43 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 24 | 0 | 0.13 | 0.91 | 0.01 | 51.35 | 0.98 | 0.54 |
| Hex | FD | DC | 18 | 0 | D | 5B | 1 | 33 | 62 | 36 |
| Octal | 375 | 334 | 30 | 0 | 15 | 133 | 1 | 63 | 142 | 66 |
| Binary | 11111101 | 11011100 | 11000 | 0 | 1101 | 1011011 | 1 | 110011 | 1100010 | 110110 |
Color Harmonies of #FDDC18
Complementary color
Monochromatic Colors of #FDDC18
Black with #FDDC18
Text Example
Text Example
White with #FDDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC18; }
p { color: rgb(253,220,24); }
H1.HeaderClassName
{
color: #FDDC18;
}
.AnyTagClassName
{
color: #FDDC18;
}
</style>
background-color css
<style>
a { background-color: #FDDC18; }
a { background-color: rgb(253,220,24); }
div.DivClassName
{
background-color: #FDDC18;
}
.BgClassName
{
background-color: #FDDC18;
}
</style>
border-color css
<style>
span { border-color: #FDDC18; }
span { border-color: rgb(253,220,24); }
td.TdClassName
{
border-color: #FDDC18;
}
.TagClassName
{
border-color: #FDDC18;
}
</style>