Shades of Lemon #FDF019
Tints of Lemon #FDF019
RGB
CMYK
RGB Variations
Color information
#FDF019 (or 0xFDF019) is known color: Lemon. HEX triplet: FD, F0 and 19. RGB value is (253,240,25). Sum of RGB (Red+Green+Blue) = 253+240+25=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 25 (10.16% from 255 or 4.83% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF019 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF019 is #020FE6. Grayscale: #DCDCDC. Windows color (decimal): -135143 or 1700093. OLE color: 1700093.
HSL color Cylindrical-coordinate representation of color #FDF019: hue angle of 56.58º 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 #FDF019 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 25 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.01 |
| HSL | 56.58º | 0.98% | 0.55% | - |
| HSV(B) | 56.58º | 0.9% | 0.99% | - |
| XYZ | 71.84 | 83.27 | 13.21 | - |
| YUV | 219.38 | 18.31 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 25 | 0 | 0.05 | 0.90 | 0.01 | 56.58 | 0.98 | 0.55 |
| Hex | FD | F0 | 19 | 0 | 5 | 5A | 1 | 39 | 62 | 37 |
| Octal | 375 | 360 | 31 | 0 | 5 | 132 | 1 | 71 | 142 | 67 |
| Binary | 11111101 | 11110000 | 11001 | 0 | 101 | 1011010 | 1 | 111001 | 1100010 | 110111 |
Color Harmonies of #FDF019
Complementary color
Monochromatic Colors of #FDF019
Black with #FDF019
Text Example
Text Example
White with #FDF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF019; }
p { color: rgb(253,240,25); }
H1.HeaderClassName
{
color: #FDF019;
}
.AnyTagClassName
{
color: #FDF019;
}
</style>
background-color css
<style>
a { background-color: #FDF019; }
a { background-color: rgb(253,240,25); }
div.DivClassName
{
background-color: #FDF019;
}
.BgClassName
{
background-color: #FDF019;
}
</style>
border-color css
<style>
span { border-color: #FDF019; }
span { border-color: rgb(253,240,25); }
td.TdClassName
{
border-color: #FDF019;
}
.TagClassName
{
border-color: #FDF019;
}
</style>