Shades of Lemon #FDF918
Tints of Lemon #FDF918
RGB
CMYK
RGB Variations
Color information
#FDF918 (or 0xFDF918) is known color: Lemon. HEX triplet: FD, F9 and 18. RGB value is (253,249,24). Sum of RGB (Red+Green+Blue) = 253+249+24=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 24 (9.77% from 255 or 4.56% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF918 is #0206E7. Grayscale: #E1E1E1. Windows color (decimal): -132840 or 1636861. OLE color: 1636861.
HSL color Cylindrical-coordinate representation of color #FDF918: hue angle of 58.95º 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 #FDF918 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 24 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.01 |
| HSL | 58.95º | 0.98% | 0.54% | - |
| HSV(B) | 58.95º | 0.91% | 0.99% | - |
| XYZ | 74.55 | 88.7 | 14.06 | - |
| YUV | 224.55 | 14.83 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 24 | 0 | 0.02 | 0.91 | 0.01 | 58.95 | 0.98 | 0.54 |
| Hex | FD | F9 | 18 | 0 | 2 | 5B | 1 | 3B | 62 | 36 |
| Octal | 375 | 371 | 30 | 0 | 2 | 133 | 1 | 73 | 142 | 66 |
| Binary | 11111101 | 11111001 | 11000 | 0 | 10 | 1011011 | 1 | 111011 | 1100010 | 110110 |
Color Harmonies of #FDF918
Complementary color
Monochromatic Colors of #FDF918
Black with #FDF918
Text Example
Text Example
White with #FDF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF918; }
p { color: rgb(253,249,24); }
H1.HeaderClassName
{
color: #FDF918;
}
.AnyTagClassName
{
color: #FDF918;
}
</style>
background-color css
<style>
a { background-color: #FDF918; }
a { background-color: rgb(253,249,24); }
div.DivClassName
{
background-color: #FDF918;
}
.BgClassName
{
background-color: #FDF918;
}
</style>
border-color css
<style>
span { border-color: #FDF918; }
span { border-color: rgb(253,249,24); }
td.TdClassName
{
border-color: #FDF918;
}
.TagClassName
{
border-color: #FDF918;
}
</style>