Shades of Lemon #FFFC20
Tints of Lemon #FFFC20
RGB
CMYK
RGB Variations
Color information
#FFFC20 (or 0xFFFC20) is known color: Lemon. HEX triplet: FF, FC and 20. RGB value is (255,252,32). Sum of RGB (Red+Green+Blue) = 255+252+32=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 32 (12.89% from 255 or 5.94% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC20 is #0003DF. Grayscale: #E4E4E4. Windows color (decimal): -992 or 2161919. OLE color: 2161919.
HSL color Cylindrical-coordinate representation of color #FFFC20: hue angle of 59.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFFC20 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 32 | - |
| CMYK | 0 | 0.01 | 0.87 | 0 |
| HSL | 59.19º | 1% | 0.56% | - |
| HSV(B) | 59.19º | 0.87% | 1% | - |
| XYZ | 76.31 | 90.99 | 14.91 | - |
| YUV | 227.82 | 17.49 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 32 | 0 | 0.01 | 0.87 | 0 | 59.19 | 1 | 0.56 |
| Hex | FF | FC | 20 | 0 | 1 | 57 | 0 | 3B | 64 | 38 |
| Octal | 377 | 374 | 40 | 0 | 1 | 127 | 0 | 73 | 144 | 70 |
| Binary | 11111111 | 11111100 | 100000 | 0 | 1 | 1010111 | 0 | 111011 | 1100100 | 111000 |
Color Harmonies of #FFFC20
Complementary color
Monochromatic Colors of #FFFC20
Black with #FFFC20
Text Example
Text Example
White with #FFFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC20; }
p { color: rgb(255,252,32); }
H1.HeaderClassName
{
color: #FFFC20;
}
.AnyTagClassName
{
color: #FFFC20;
}
</style>
background-color css
<style>
a { background-color: #FFFC20; }
a { background-color: rgb(255,252,32); }
div.DivClassName
{
background-color: #FFFC20;
}
.BgClassName
{
background-color: #FFFC20;
}
</style>
border-color css
<style>
span { border-color: #FFFC20; }
span { border-color: rgb(255,252,32); }
td.TdClassName
{
border-color: #FFFC20;
}
.TagClassName
{
border-color: #FFFC20;
}
</style>