Shades of Lemon #FFFC15
Tints of Lemon #FFFC15
RGB
CMYK
RGB Variations
Color information
#FFFC15 (or 0xFFFC15) is known color: Lemon. HEX triplet: FF, FC and 15. RGB value is (255,252,21). Sum of RGB (Red+Green+Blue) = 255+252+21=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 21 (8.59% from 255 or 3.98% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC15 is #0003EA. Grayscale: #E3E3E3. Windows color (decimal): -1003 or 1441023. OLE color: 1441023.
HSL color Cylindrical-coordinate representation of color #FFFC15: hue angle of 59.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFFC15 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 21 | - |
| CMYK | 0 | 0.01 | 0.92 | 0 |
| HSL | 59.23º | 1% | 0.54% | - |
| HSV(B) | 59.23º | 0.92% | 1% | - |
| XYZ | 76.19 | 90.93 | 14.25 | - |
| YUV | 226.56 | 11.99 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 21 | 0 | 0.01 | 0.92 | 0 | 59.23 | 1 | 0.54 |
| Hex | FF | FC | 15 | 0 | 1 | 5C | 0 | 3B | 64 | 36 |
| Octal | 377 | 374 | 25 | 0 | 1 | 134 | 0 | 73 | 144 | 66 |
| Binary | 11111111 | 11111100 | 10101 | 0 | 1 | 1011100 | 0 | 111011 | 1100100 | 110110 |
Color Harmonies of #FFFC15
Complementary color
Monochromatic Colors of #FFFC15
Black with #FFFC15
Text Example
Text Example
White with #FFFC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC15; }
p { color: rgb(255,252,21); }
H1.HeaderClassName
{
color: #FFFC15;
}
.AnyTagClassName
{
color: #FFFC15;
}
</style>
background-color css
<style>
a { background-color: #FFFC15; }
a { background-color: rgb(255,252,21); }
div.DivClassName
{
background-color: #FFFC15;
}
.BgClassName
{
background-color: #FFFC15;
}
</style>
border-color css
<style>
span { border-color: #FFFC15; }
span { border-color: rgb(255,252,21); }
td.TdClassName
{
border-color: #FFFC15;
}
.TagClassName
{
border-color: #FFFC15;
}
</style>