Shades of Laser Lemon #FFFC6E
Tints of Laser Lemon #FFFC6E
RGB
CMYK
RGB Variations
Color information
#FFFC6E (or 0xFFFC6E) is known color: Laser Lemon. HEX triplet: FF, FC and 6E. RGB value is (255,252,110). Sum of RGB (Red+Green+Blue) = 255+252+110=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 110 (43.36% from 255 or 17.83% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC6E is #000391. Grayscale: #EDEDED. Windows color (decimal): -914 or 7273727. OLE color: 7273727.
HSL color Cylindrical-coordinate representation of color #FFFC6E: hue angle of 58.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFFC6E is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 110 | - |
| CMYK | 0 | 0.01 | 0.57 | 0 |
| HSL | 58.76º | 1% | 0.72% | - |
| HSV(B) | 58.76º | 0.57% | 1% | - |
| XYZ | 78.86 | 92.01 | 28.35 | - |
| YUV | 236.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 110 | 0 | 0.01 | 0.57 | 0 | 58.76 | 1 | 0.72 |
| Hex | FF | FC | 6E | 0 | 1 | 39 | 0 | 3B | 64 | 48 |
| Octal | 377 | 374 | 156 | 0 | 1 | 71 | 0 | 73 | 144 | 110 |
| Binary | 11111111 | 11111100 | 1101110 | 0 | 1 | 111001 | 0 | 111011 | 1100100 | 1001000 |
Color Harmonies of #FFFC6E
Complementary color
Monochromatic Colors of #FFFC6E
Black with #FFFC6E
Text Example
Text Example
White with #FFFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC6E; }
p { color: rgb(255,252,110); }
H1.HeaderClassName
{
color: #FFFC6E;
}
.AnyTagClassName
{
color: #FFFC6E;
}
</style>
background-color css
<style>
a { background-color: #FFFC6E; }
a { background-color: rgb(255,252,110); }
div.DivClassName
{
background-color: #FFFC6E;
}
.BgClassName
{
background-color: #FFFC6E;
}
</style>
border-color css
<style>
span { border-color: #FFFC6E; }
span { border-color: rgb(255,252,110); }
td.TdClassName
{
border-color: #FFFC6E;
}
.TagClassName
{
border-color: #FFFC6E;
}
</style>