Shades of Lemon #FDF813
Tints of Lemon #FDF813
RGB
CMYK
RGB Variations
Color information
#FDF813 (or 0xFDF813) is known color: Lemon. HEX triplet: FD, F8 and 13. RGB value is (253,248,19). Sum of RGB (Red+Green+Blue) = 253+248+19=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 19 (7.81% from 255 or 3.65% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF813 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF813 is #0207EC. Grayscale: #E0E0E0. Windows color (decimal): -133101 or 1308925. OLE color: 1308925.
HSL color Cylindrical-coordinate representation of color #FDF813: hue angle of 58.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDF813 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 19 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.01 |
| HSL | 58.72º | 0.98% | 0.53% | - |
| HSV(B) | 58.72º | 0.92% | 0.99% | - |
| XYZ | 74.19 | 88.06 | 13.7 | - |
| YUV | 223.39 | 12.66 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 19 | 0 | 0.02 | 0.92 | 0.01 | 58.72 | 0.98 | 0.53 |
| Hex | FD | F8 | 13 | 0 | 2 | 5C | 1 | 3B | 62 | 35 |
| Octal | 375 | 370 | 23 | 0 | 2 | 134 | 1 | 73 | 142 | 65 |
| Binary | 11111101 | 11111000 | 10011 | 0 | 10 | 1011100 | 1 | 111011 | 1100010 | 110101 |
Color Harmonies of #FDF813
Complementary color
Monochromatic Colors of #FDF813
Black with #FDF813
Text Example
Text Example
White with #FDF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF813; }
p { color: rgb(253,248,19); }
H1.HeaderClassName
{
color: #FDF813;
}
.AnyTagClassName
{
color: #FDF813;
}
</style>
background-color css
<style>
a { background-color: #FDF813; }
a { background-color: rgb(253,248,19); }
div.DivClassName
{
background-color: #FDF813;
}
.BgClassName
{
background-color: #FDF813;
}
</style>
border-color css
<style>
span { border-color: #FDF813; }
span { border-color: rgb(253,248,19); }
td.TdClassName
{
border-color: #FDF813;
}
.TagClassName
{
border-color: #FDF813;
}
</style>