Shades of Lemon #FDF719
Tints of Lemon #FDF719
RGB
CMYK
RGB Variations
Color information
#FDF719 (or 0xFDF719) is known color: Lemon. HEX triplet: FD, F7 and 19. RGB value is (253,247,25). Sum of RGB (Red+Green+Blue) = 253+247+25=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 25 (10.16% from 255 or 4.76% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF719 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF719 is #0208E6. Grayscale: #E0E0E0. Windows color (decimal): -133351 or 1701885. OLE color: 1701885.
HSL color Cylindrical-coordinate representation of color #FDF719: hue angle of 58.42º 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 #FDF719 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 25 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.01 |
| HSL | 58.42º | 0.98% | 0.55% | - |
| HSV(B) | 58.42º | 0.9% | 0.99% | - |
| XYZ | 73.94 | 87.47 | 13.91 | - |
| YUV | 223.49 | 15.99 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 25 | 0 | 0.02 | 0.90 | 0.01 | 58.42 | 0.98 | 0.55 |
| Hex | FD | F7 | 19 | 0 | 2 | 5A | 1 | 3A | 62 | 37 |
| Octal | 375 | 367 | 31 | 0 | 2 | 132 | 1 | 72 | 142 | 67 |
| Binary | 11111101 | 11110111 | 11001 | 0 | 10 | 1011010 | 1 | 111010 | 1100010 | 110111 |
Color Harmonies of #FDF719
Complementary color
Monochromatic Colors of #FDF719
Black with #FDF719
Text Example
Text Example
White with #FDF719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF719; }
p { color: rgb(253,247,25); }
H1.HeaderClassName
{
color: #FDF719;
}
.AnyTagClassName
{
color: #FDF719;
}
</style>
background-color css
<style>
a { background-color: #FDF719; }
a { background-color: rgb(253,247,25); }
div.DivClassName
{
background-color: #FDF719;
}
.BgClassName
{
background-color: #FDF719;
}
</style>
border-color css
<style>
span { border-color: #FDF719; }
span { border-color: rgb(253,247,25); }
td.TdClassName
{
border-color: #FDF719;
}
.TagClassName
{
border-color: #FDF719;
}
</style>