Shades of Lemon #FDFB19
Tints of Lemon #FDFB19
RGB
CMYK
RGB Variations
Color information
#FDFB19 (or 0xFDFB19) is known color: Lemon. HEX triplet: FD, FB and 19. RGB value is (253,251,25). Sum of RGB (Red+Green+Blue) = 253+251+25=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 25 (10.16% from 255 or 4.73% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB19 is #0204E6. Grayscale: #E2E2E2. Windows color (decimal): -132327 or 1702909. OLE color: 1702909.
HSL color Cylindrical-coordinate representation of color #FDFB19: hue angle of 59.47º 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 #FDFB19 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 25 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.01 |
| HSL | 59.47º | 0.98% | 0.55% | - |
| HSV(B) | 59.47º | 0.9% | 0.99% | - |
| XYZ | 75.18 | 89.95 | 14.32 | - |
| YUV | 225.83 | 14.66 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 25 | 0 | 0.01 | 0.90 | 0.01 | 59.47 | 0.98 | 0.55 |
| Hex | FD | FB | 19 | 0 | 1 | 5A | 1 | 3B | 62 | 37 |
| Octal | 375 | 373 | 31 | 0 | 1 | 132 | 1 | 73 | 142 | 67 |
| Binary | 11111101 | 11111011 | 11001 | 0 | 1 | 1011010 | 1 | 111011 | 1100010 | 110111 |
Color Harmonies of #FDFB19
Complementary color
Monochromatic Colors of #FDFB19
Black with #FDFB19
Text Example
Text Example
White with #FDFB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB19; }
p { color: rgb(253,251,25); }
H1.HeaderClassName
{
color: #FDFB19;
}
.AnyTagClassName
{
color: #FDFB19;
}
</style>
background-color css
<style>
a { background-color: #FDFB19; }
a { background-color: rgb(253,251,25); }
div.DivClassName
{
background-color: #FDFB19;
}
.BgClassName
{
background-color: #FDFB19;
}
</style>
border-color css
<style>
span { border-color: #FDFB19; }
span { border-color: rgb(253,251,25); }
td.TdClassName
{
border-color: #FDFB19;
}
.TagClassName
{
border-color: #FDFB19;
}
</style>