Shades of Lemon #FDF616
Tints of Lemon #FDF616
RGB
CMYK
RGB Variations
Color information
#FDF616 (or 0xFDF616) is known color: Lemon. HEX triplet: FD, F6 and 16. RGB value is (253,246,22). Sum of RGB (Red+Green+Blue) = 253+246+22=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 22 (8.98% from 255 or 4.22% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF616 is #0209E9. Grayscale: #DFDFDF. Windows color (decimal): -133610 or 1505021. OLE color: 1505021.
HSL color Cylindrical-coordinate representation of color #FDF616: hue angle of 58.18º 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 #FDF616 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.01 |
| HSL | 58.18º | 0.98% | 0.54% | - |
| HSV(B) | 58.18º | 0.91% | 0.99% | - |
| XYZ | 73.61 | 86.85 | 13.64 | - |
| YUV | 222.56 | 14.82 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 22 | 0 | 0.03 | 0.91 | 0.01 | 58.18 | 0.98 | 0.54 |
| Hex | FD | F6 | 16 | 0 | 3 | 5B | 1 | 3A | 62 | 36 |
| Octal | 375 | 366 | 26 | 0 | 3 | 133 | 1 | 72 | 142 | 66 |
| Binary | 11111101 | 11110110 | 10110 | 0 | 11 | 1011011 | 1 | 111010 | 1100010 | 110110 |
Color Harmonies of #FDF616
Complementary color
Monochromatic Colors of #FDF616
Black with #FDF616
Text Example
Text Example
White with #FDF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF616; }
p { color: rgb(253,246,22); }
H1.HeaderClassName
{
color: #FDF616;
}
.AnyTagClassName
{
color: #FDF616;
}
</style>
background-color css
<style>
a { background-color: #FDF616; }
a { background-color: rgb(253,246,22); }
div.DivClassName
{
background-color: #FDF616;
}
.BgClassName
{
background-color: #FDF616;
}
</style>
border-color css
<style>
span { border-color: #FDF616; }
span { border-color: rgb(253,246,22); }
td.TdClassName
{
border-color: #FDF616;
}
.TagClassName
{
border-color: #FDF616;
}
</style>