Shades of Lemon #FDF116
Tints of Lemon #FDF116
RGB
CMYK
RGB Variations
Color information
#FDF116 (or 0xFDF116) is known color: Lemon. HEX triplet: FD, F1 and 16. RGB value is (253,241,22). Sum of RGB (Red+Green+Blue) = 253+241+22=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 22 (8.98% from 255 or 4.26% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF116 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF116 is #020EE9. Grayscale: #DCDCDC. Windows color (decimal): -134890 or 1503741. OLE color: 1503741.
HSL color Cylindrical-coordinate representation of color #FDF116: hue angle of 56.88º 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 #FDF116 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.01 |
| HSL | 56.88º | 0.98% | 0.54% | - |
| HSV(B) | 56.88º | 0.91% | 0.99% | - |
| XYZ | 72.11 | 83.85 | 13.14 | - |
| YUV | 219.62 | 16.48 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 22 | 0 | 0.05 | 0.91 | 0.01 | 56.88 | 0.98 | 0.54 |
| Hex | FD | F1 | 16 | 0 | 5 | 5B | 1 | 39 | 62 | 36 |
| Octal | 375 | 361 | 26 | 0 | 5 | 133 | 1 | 71 | 142 | 66 |
| Binary | 11111101 | 11110001 | 10110 | 0 | 101 | 1011011 | 1 | 111001 | 1100010 | 110110 |
Color Harmonies of #FDF116
Complementary color
Monochromatic Colors of #FDF116
Black with #FDF116
Text Example
Text Example
White with #FDF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF116; }
p { color: rgb(253,241,22); }
H1.HeaderClassName
{
color: #FDF116;
}
.AnyTagClassName
{
color: #FDF116;
}
</style>
background-color css
<style>
a { background-color: #FDF116; }
a { background-color: rgb(253,241,22); }
div.DivClassName
{
background-color: #FDF116;
}
.BgClassName
{
background-color: #FDF116;
}
</style>
border-color css
<style>
span { border-color: #FDF116; }
span { border-color: rgb(253,241,22); }
td.TdClassName
{
border-color: #FDF116;
}
.TagClassName
{
border-color: #FDF116;
}
</style>