Shades of Laser Lemon #FFFC71
Tints of Laser Lemon #FFFC71
RGB
CMYK
RGB Variations
Color information
#FFFC71 (or 0xFFFC71) is known color: Laser Lemon. HEX triplet: FF, FC and 71. RGB value is (255,252,113). Sum of RGB (Red+Green+Blue) = 255+252+113=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 113 (44.53% from 255 or 18.23% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC71 is #00038E. Grayscale: #EDEDED. Windows color (decimal): -911 or 7470335. OLE color: 7470335.
HSL color Cylindrical-coordinate representation of color #FFFC71: hue angle of 58.73º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFFC71 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 113 | - |
| CMYK | 0 | 0.01 | 0.56 | 0 |
| HSL | 58.73º | 1% | 0.72% | - |
| HSV(B) | 58.73º | 0.56% | 1% | - |
| XYZ | 79.03 | 92.07 | 29.23 | - |
| YUV | 237.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 113 | 0 | 0.01 | 0.56 | 0 | 58.73 | 1 | 0.72 |
| Hex | FF | FC | 71 | 0 | 1 | 38 | 0 | 3B | 64 | 48 |
| Octal | 377 | 374 | 161 | 0 | 1 | 70 | 0 | 73 | 144 | 110 |
| Binary | 11111111 | 11111100 | 1110001 | 0 | 1 | 111000 | 0 | 111011 | 1100100 | 1001000 |
Color Harmonies of #FFFC71
Complementary color
Monochromatic Colors of #FFFC71
Black with #FFFC71
Text Example
Text Example
White with #FFFC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC71; }
p { color: rgb(255,252,113); }
H1.HeaderClassName
{
color: #FFFC71;
}
.AnyTagClassName
{
color: #FFFC71;
}
</style>
background-color css
<style>
a { background-color: #FFFC71; }
a { background-color: rgb(255,252,113); }
div.DivClassName
{
background-color: #FFFC71;
}
.BgClassName
{
background-color: #FFFC71;
}
</style>
border-color css
<style>
span { border-color: #FFFC71; }
span { border-color: rgb(255,252,113); }
td.TdClassName
{
border-color: #FFFC71;
}
.TagClassName
{
border-color: #FFFC71;
}
</style>