Shades of Laser Lemon #FFFC72
Tints of Laser Lemon #FFFC72
RGB
CMYK
RGB Variations
Color information
#FFFC72 (or 0xFFFC72) is known color: Laser Lemon. HEX triplet: FF, FC and 72. RGB value is (255,252,114). Sum of RGB (Red+Green+Blue) = 255+252+114=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 114 (44.92% from 255 or 18.36% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC72 is #00038D. Grayscale: #EDEDED. Windows color (decimal): -910 or 7535871. OLE color: 7535871.
HSL color Cylindrical-coordinate representation of color #FFFC72: hue angle of 58.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFFC72 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 114 | - |
| CMYK | 0 | 0.01 | 0.55 | 0 |
| HSL | 58.72º | 1% | 0.72% | - |
| HSV(B) | 58.72º | 0.55% | 1% | - |
| XYZ | 79.09 | 92.1 | 29.53 | - |
| YUV | 237.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 114 | 0 | 0.01 | 0.55 | 0 | 58.72 | 1 | 0.72 |
| Hex | FF | FC | 72 | 0 | 1 | 37 | 0 | 3B | 64 | 48 |
| Octal | 377 | 374 | 162 | 0 | 1 | 67 | 0 | 73 | 144 | 110 |
| Binary | 11111111 | 11111100 | 1110010 | 0 | 1 | 110111 | 0 | 111011 | 1100100 | 1001000 |
Color Harmonies of #FFFC72
Complementary color
Monochromatic Colors of #FFFC72
Black with #FFFC72
Text Example
Text Example
White with #FFFC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC72; }
p { color: rgb(255,252,114); }
H1.HeaderClassName
{
color: #FFFC72;
}
.AnyTagClassName
{
color: #FFFC72;
}
</style>
background-color css
<style>
a { background-color: #FFFC72; }
a { background-color: rgb(255,252,114); }
div.DivClassName
{
background-color: #FFFC72;
}
.BgClassName
{
background-color: #FFFC72;
}
</style>
border-color css
<style>
span { border-color: #FFFC72; }
span { border-color: rgb(255,252,114); }
td.TdClassName
{
border-color: #FFFC72;
}
.TagClassName
{
border-color: #FFFC72;
}
</style>