Shades of Lemon #FDF819
Tints of Lemon #FDF819
RGB
CMYK
RGB Variations
Color information
#FDF819 (or 0xFDF819) is known color: Lemon. HEX triplet: FD, F8 and 19. RGB value is (253,248,25). Sum of RGB (Red+Green+Blue) = 253+248+25=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 25 (10.16% from 255 or 4.75% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF819 is #0207E6. Grayscale: #E0E0E0. Windows color (decimal): -133095 or 1702141. OLE color: 1702141.
HSL color Cylindrical-coordinate representation of color #FDF819: hue angle of 58.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDF819 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 25 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.01 |
| HSL | 58.68º | 0.98% | 0.55% | - |
| HSV(B) | 58.68º | 0.9% | 0.99% | - |
| XYZ | 74.25 | 88.09 | 14.01 | - |
| YUV | 224.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 25 | 0 | 0.02 | 0.90 | 0.01 | 58.68 | 0.98 | 0.55 |
| Hex | FD | F8 | 19 | 0 | 2 | 5A | 1 | 3B | 62 | 37 |
| Octal | 375 | 370 | 31 | 0 | 2 | 132 | 1 | 73 | 142 | 67 |
| Binary | 11111101 | 11111000 | 11001 | 0 | 10 | 1011010 | 1 | 111011 | 1100010 | 110111 |
Color Harmonies of #FDF819
Complementary color
Monochromatic Colors of #FDF819
Black with #FDF819
Text Example
Text Example
White with #FDF819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF819; }
p { color: rgb(253,248,25); }
H1.HeaderClassName
{
color: #FDF819;
}
.AnyTagClassName
{
color: #FDF819;
}
</style>
background-color css
<style>
a { background-color: #FDF819; }
a { background-color: rgb(253,248,25); }
div.DivClassName
{
background-color: #FDF819;
}
.BgClassName
{
background-color: #FDF819;
}
</style>
border-color css
<style>
span { border-color: #FDF819; }
span { border-color: rgb(253,248,25); }
td.TdClassName
{
border-color: #FDF819;
}
.TagClassName
{
border-color: #FDF819;
}
</style>