Shades of Lemon #FDD918
Tints of Lemon #FDD918
RGB
CMYK
RGB Variations
Color information
#FDD918 (or 0xFDD918) is known color: Lemon. HEX triplet: FD, D9 and 18. RGB value is (253,217,24). Sum of RGB (Red+Green+Blue) = 253+217+24=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD918 is #0226E7. Grayscale: #CECECE. Windows color (decimal): -141032 or 1628669. OLE color: 1628669.
HSL color Cylindrical-coordinate representation of color #FDD918: hue angle of 50.57º 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 #FDD918 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 24 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.01 |
| HSL | 50.57º | 0.98% | 0.54% | - |
| HSV(B) | 50.57º | 0.91% | 0.99% | - |
| XYZ | 65.49 | 70.57 | 11.03 | - |
| YUV | 205.76 | 25.43 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 24 | 0 | 0.14 | 0.91 | 0.01 | 50.57 | 0.98 | 0.54 |
| Hex | FD | D9 | 18 | 0 | E | 5B | 1 | 33 | 62 | 36 |
| Octal | 375 | 331 | 30 | 0 | 16 | 133 | 1 | 63 | 142 | 66 |
| Binary | 11111101 | 11011001 | 11000 | 0 | 1110 | 1011011 | 1 | 110011 | 1100010 | 110110 |
Color Harmonies of #FDD918
Complementary color
Monochromatic Colors of #FDD918
Black with #FDD918
Text Example
Text Example
White with #FDD918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD918; }
p { color: rgb(253,217,24); }
H1.HeaderClassName
{
color: #FDD918;
}
.AnyTagClassName
{
color: #FDD918;
}
</style>
background-color css
<style>
a { background-color: #FDD918; }
a { background-color: rgb(253,217,24); }
div.DivClassName
{
background-color: #FDD918;
}
.BgClassName
{
background-color: #FDD918;
}
</style>
border-color css
<style>
span { border-color: #FDD918; }
span { border-color: rgb(253,217,24); }
td.TdClassName
{
border-color: #FDD918;
}
.TagClassName
{
border-color: #FDD918;
}
</style>