Shades of Lemon #FDF817
Tints of Lemon #FDF817
RGB
CMYK
RGB Variations
Color information
#FDF817 (or 0xFDF817) is known color: Lemon. HEX triplet: FD, F8 and 17. RGB value is (253,248,23). Sum of RGB (Red+Green+Blue) = 253+248+23=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 23 (9.38% from 255 or 4.39% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF817 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF817 is #0207E8. Grayscale: #E0E0E0. Windows color (decimal): -133097 or 1571069. OLE color: 1571069.
HSL color Cylindrical-coordinate representation of color #FDF817: hue angle of 58.7º 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 #FDF817 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 23 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.01 |
| HSL | 58.7º | 0.98% | 0.54% | - |
| HSV(B) | 58.7º | 0.91% | 0.99% | - |
| XYZ | 74.23 | 88.08 | 13.9 | - |
| YUV | 223.85 | 14.66 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 23 | 0 | 0.02 | 0.91 | 0.01 | 58.7 | 0.98 | 0.54 |
| Hex | FD | F8 | 17 | 0 | 2 | 5B | 1 | 3B | 62 | 36 |
| Octal | 375 | 370 | 27 | 0 | 2 | 133 | 1 | 73 | 142 | 66 |
| Binary | 11111101 | 11111000 | 10111 | 0 | 10 | 1011011 | 1 | 111011 | 1100010 | 110110 |
Color Harmonies of #FDF817
Complementary color
Monochromatic Colors of #FDF817
Black with #FDF817
Text Example
Text Example
White with #FDF817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF817; }
p { color: rgb(253,248,23); }
H1.HeaderClassName
{
color: #FDF817;
}
.AnyTagClassName
{
color: #FDF817;
}
</style>
background-color css
<style>
a { background-color: #FDF817; }
a { background-color: rgb(253,248,23); }
div.DivClassName
{
background-color: #FDF817;
}
.BgClassName
{
background-color: #FDF817;
}
</style>
border-color css
<style>
span { border-color: #FDF817; }
span { border-color: rgb(253,248,23); }
td.TdClassName
{
border-color: #FDF817;
}
.TagClassName
{
border-color: #FDF817;
}
</style>