Shades of Lemon #FDF415
Tints of Lemon #FDF415
RGB
CMYK
RGB Variations
Color information
#FDF415 (or 0xFDF415) is known color: Lemon. HEX triplet: FD, F4 and 15. RGB value is (253,244,21). Sum of RGB (Red+Green+Blue) = 253+244+21=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 21 (8.59% from 255 or 4.05% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF415 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF415 is #020BEA. Grayscale: #DEDEDE. Windows color (decimal): -134123 or 1438973. OLE color: 1438973.
HSL color Cylindrical-coordinate representation of color #FDF415: hue angle of 57.67º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDF415 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 21 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.01 |
| HSL | 57.67º | 0.98% | 0.54% | - |
| HSV(B) | 57.67º | 0.92% | 0.99% | - |
| XYZ | 72.99 | 85.64 | 13.39 | - |
| YUV | 221.27 | 14.98 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 21 | 0 | 0.04 | 0.92 | 0.01 | 57.67 | 0.98 | 0.54 |
| Hex | FD | F4 | 15 | 0 | 4 | 5C | 1 | 3A | 62 | 36 |
| Octal | 375 | 364 | 25 | 0 | 4 | 134 | 1 | 72 | 142 | 66 |
| Binary | 11111101 | 11110100 | 10101 | 0 | 100 | 1011100 | 1 | 111010 | 1100010 | 110110 |
Color Harmonies of #FDF415
Complementary color
Monochromatic Colors of #FDF415
Black with #FDF415
Text Example
Text Example
White with #FDF415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF415; }
p { color: rgb(253,244,21); }
H1.HeaderClassName
{
color: #FDF415;
}
.AnyTagClassName
{
color: #FDF415;
}
</style>
background-color css
<style>
a { background-color: #FDF415; }
a { background-color: rgb(253,244,21); }
div.DivClassName
{
background-color: #FDF415;
}
.BgClassName
{
background-color: #FDF415;
}
</style>
border-color css
<style>
span { border-color: #FDF415; }
span { border-color: rgb(253,244,21); }
td.TdClassName
{
border-color: #FDF415;
}
.TagClassName
{
border-color: #FDF415;
}
</style>