Shades of Lemon #FDF418
Tints of Lemon #FDF418
RGB
CMYK
RGB Variations
Color information
#FDF418 (or 0xFDF418) is known color: Lemon. HEX triplet: FD, F4 and 18. RGB value is (253,244,24). Sum of RGB (Red+Green+Blue) = 253+244+24=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 24 (9.77% from 255 or 4.61% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF418 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF418 is #020BE7. Grayscale: #DEDEDE. Windows color (decimal): -134120 or 1635581. OLE color: 1635581.
HSL color Cylindrical-coordinate representation of color #FDF418: hue angle of 57.64º 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 #FDF418 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 24 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.01 |
| HSL | 57.64º | 0.98% | 0.54% | - |
| HSV(B) | 57.64º | 0.91% | 0.99% | - |
| XYZ | 73.02 | 85.65 | 13.55 | - |
| YUV | 221.61 | 16.48 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 24 | 0 | 0.04 | 0.91 | 0.01 | 57.64 | 0.98 | 0.54 |
| Hex | FD | F4 | 18 | 0 | 4 | 5B | 1 | 3A | 62 | 36 |
| Octal | 375 | 364 | 30 | 0 | 4 | 133 | 1 | 72 | 142 | 66 |
| Binary | 11111101 | 11110100 | 11000 | 0 | 100 | 1011011 | 1 | 111010 | 1100010 | 110110 |
Color Harmonies of #FDF418
Complementary color
Monochromatic Colors of #FDF418
Black with #FDF418
Text Example
Text Example
White with #FDF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF418; }
p { color: rgb(253,244,24); }
H1.HeaderClassName
{
color: #FDF418;
}
.AnyTagClassName
{
color: #FDF418;
}
</style>
background-color css
<style>
a { background-color: #FDF418; }
a { background-color: rgb(253,244,24); }
div.DivClassName
{
background-color: #FDF418;
}
.BgClassName
{
background-color: #FDF418;
}
</style>
border-color css
<style>
span { border-color: #FDF418; }
span { border-color: rgb(253,244,24); }
td.TdClassName
{
border-color: #FDF418;
}
.TagClassName
{
border-color: #FDF418;
}
</style>