Shades of Lemon #FDF919
Tints of Lemon #FDF919
RGB
CMYK
RGB Variations
Color information
#FDF919 (or 0xFDF919) is known color: Lemon. HEX triplet: FD, F9 and 19. RGB value is (253,249,25). Sum of RGB (Red+Green+Blue) = 253+249+25=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 25 (10.16% from 255 or 4.74% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF919 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF919 is #0206E6. Grayscale: #E1E1E1. Windows color (decimal): -132839 or 1702397. OLE color: 1702397.
HSL color Cylindrical-coordinate representation of color #FDF919: hue angle of 58.95º 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 #FDF919 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 25 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.01 |
| HSL | 58.95º | 0.98% | 0.55% | - |
| HSV(B) | 58.95º | 0.9% | 0.99% | - |
| XYZ | 74.56 | 88.7 | 14.11 | - |
| YUV | 224.66 | 15.33 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 25 | 0 | 0.02 | 0.90 | 0.01 | 58.95 | 0.98 | 0.55 |
| Hex | FD | F9 | 19 | 0 | 2 | 5A | 1 | 3B | 62 | 37 |
| Octal | 375 | 371 | 31 | 0 | 2 | 132 | 1 | 73 | 142 | 67 |
| Binary | 11111101 | 11111001 | 11001 | 0 | 10 | 1011010 | 1 | 111011 | 1100010 | 110111 |
Color Harmonies of #FDF919
Complementary color
Monochromatic Colors of #FDF919
Black with #FDF919
Text Example
Text Example
White with #FDF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF919; }
p { color: rgb(253,249,25); }
H1.HeaderClassName
{
color: #FDF919;
}
.AnyTagClassName
{
color: #FDF919;
}
</style>
background-color css
<style>
a { background-color: #FDF919; }
a { background-color: rgb(253,249,25); }
div.DivClassName
{
background-color: #FDF919;
}
.BgClassName
{
background-color: #FDF919;
}
</style>
border-color css
<style>
span { border-color: #FDF919; }
span { border-color: rgb(253,249,25); }
td.TdClassName
{
border-color: #FDF919;
}
.TagClassName
{
border-color: #FDF919;
}
</style>