Shades of Lemon #FDFF19
Tints of Lemon #FDFF19
RGB
CMYK
RGB Variations
Color information
#FDFF19 (or 0xFDFF19) is known color: Lemon. HEX triplet: FD, FF and 19. RGB value is (253,255,25). Sum of RGB (Red+Green+Blue) = 253+255+25=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 25 (10.16% from 255 or 4.69% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF19 is #0200E6. Grayscale: #E5E5E5. Windows color (decimal): -131303 or 1703933. OLE color: 1703933.
HSL color Cylindrical-coordinate representation of color #FDFF19: hue angle of 60.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDFF19 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 25 | - |
| CMYK | 0.01 | 0 | 0.90 | 0 |
| HSL | 60.52º | 1% | 0.55% | - |
| HSV(B) | 60.52º | 0.9% | 1% | - |
| XYZ | 76.44 | 92.47 | 14.74 | - |
| YUV | 228.18 | 13.34 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 25 | 0.01 | 0 | 0.90 | 0 | 60.52 | 1 | 0.55 |
| Hex | FD | FF | 19 | 1 | 0 | 5A | 0 | 3D | 64 | 37 |
| Octal | 375 | 377 | 31 | 1 | 0 | 132 | 0 | 75 | 144 | 67 |
| Binary | 11111101 | 11111111 | 11001 | 1 | 0 | 1011010 | 0 | 111101 | 1100100 | 110111 |
Color Harmonies of #FDFF19
Complementary color
Monochromatic Colors of #FDFF19
Black with #FDFF19
Text Example
Text Example
White with #FDFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF19; }
p { color: rgb(253,255,25); }
H1.HeaderClassName
{
color: #FDFF19;
}
.AnyTagClassName
{
color: #FDFF19;
}
</style>
background-color css
<style>
a { background-color: #FDFF19; }
a { background-color: rgb(253,255,25); }
div.DivClassName
{
background-color: #FDFF19;
}
.BgClassName
{
background-color: #FDFF19;
}
</style>
border-color css
<style>
span { border-color: #FDFF19; }
span { border-color: rgb(253,255,25); }
td.TdClassName
{
border-color: #FDFF19;
}
.TagClassName
{
border-color: #FDFF19;
}
</style>