Shades of Lemon #FDFC19
Tints of Lemon #FDFC19
RGB
CMYK
RGB Variations
Color information
#FDFC19 (or 0xFDFC19) is known color: Lemon. HEX triplet: FD, FC and 19. RGB value is (253,252,25). Sum of RGB (Red+Green+Blue) = 253+252+25=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 25 (10.16% from 255 or 4.72% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC19 is #0203E6. Grayscale: #E3E3E3. Windows color (decimal): -132071 or 1703165. OLE color: 1703165.
HSL color Cylindrical-coordinate representation of color #FDFC19: hue angle of 59.74º 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 #FDFC19 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 25 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.01 |
| HSL | 59.74º | 0.98% | 0.55% | - |
| HSV(B) | 59.74º | 0.9% | 0.99% | - |
| XYZ | 75.49 | 90.57 | 14.42 | - |
| YUV | 226.42 | 14.33 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 25 | 0 | 0.00 | 0.90 | 0.01 | 59.74 | 0.98 | 0.55 |
| Hex | FD | FC | 19 | 0 | 0 | 5A | 1 | 3C | 62 | 37 |
| Octal | 375 | 374 | 31 | 0 | 0 | 132 | 1 | 74 | 142 | 67 |
| Binary | 11111101 | 11111100 | 11001 | 0 | 0 | 1011010 | 1 | 111100 | 1100010 | 110111 |
Color Harmonies of #FDFC19
Complementary color
Monochromatic Colors of #FDFC19
Black with #FDFC19
Text Example
Text Example
White with #FDFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC19; }
p { color: rgb(253,252,25); }
H1.HeaderClassName
{
color: #FDFC19;
}
.AnyTagClassName
{
color: #FDFC19;
}
</style>
background-color css
<style>
a { background-color: #FDFC19; }
a { background-color: rgb(253,252,25); }
div.DivClassName
{
background-color: #FDFC19;
}
.BgClassName
{
background-color: #FDFC19;
}
</style>
border-color css
<style>
span { border-color: #FDFC19; }
span { border-color: rgb(253,252,25); }
td.TdClassName
{
border-color: #FDFC19;
}
.TagClassName
{
border-color: #FDFC19;
}
</style>