Shades of Lemon #FDF618
Tints of Lemon #FDF618
RGB
CMYK
RGB Variations
Color information
#FDF618 (or 0xFDF618) is known color: Lemon. HEX triplet: FD, F6 and 18. RGB value is (253,246,24). Sum of RGB (Red+Green+Blue) = 253+246+24=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 24 (9.77% from 255 or 4.59% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF618 is #0209E7. Grayscale: #DFDFDF. Windows color (decimal): -133608 or 1636093. OLE color: 1636093.
HSL color Cylindrical-coordinate representation of color #FDF618: hue angle of 58.17º 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 #FDF618 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 24 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.01 |
| HSL | 58.17º | 0.98% | 0.54% | - |
| HSV(B) | 58.17º | 0.91% | 0.99% | - |
| XYZ | 73.63 | 86.86 | 13.75 | - |
| YUV | 222.79 | 15.82 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 24 | 0 | 0.03 | 0.91 | 0.01 | 58.17 | 0.98 | 0.54 |
| Hex | FD | F6 | 18 | 0 | 3 | 5B | 1 | 3A | 62 | 36 |
| Octal | 375 | 366 | 30 | 0 | 3 | 133 | 1 | 72 | 142 | 66 |
| Binary | 11111101 | 11110110 | 11000 | 0 | 11 | 1011011 | 1 | 111010 | 1100010 | 110110 |
Color Harmonies of #FDF618
Complementary color
Monochromatic Colors of #FDF618
Black with #FDF618
Text Example
Text Example
White with #FDF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF618; }
p { color: rgb(253,246,24); }
H1.HeaderClassName
{
color: #FDF618;
}
.AnyTagClassName
{
color: #FDF618;
}
</style>
background-color css
<style>
a { background-color: #FDF618; }
a { background-color: rgb(253,246,24); }
div.DivClassName
{
background-color: #FDF618;
}
.BgClassName
{
background-color: #FDF618;
}
</style>
border-color css
<style>
span { border-color: #FDF618; }
span { border-color: rgb(253,246,24); }
td.TdClassName
{
border-color: #FDF618;
}
.TagClassName
{
border-color: #FDF618;
}
</style>