Shades of Laser Lemon #FFFC6D
Tints of Laser Lemon #FFFC6D
RGB
CMYK
RGB Variations
Color information
#FFFC6D (or 0xFFFC6D) is known color: Laser Lemon. HEX triplet: FF, FC and 6D. RGB value is (255,252,109). Sum of RGB (Red+Green+Blue) = 255+252+109=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 109 (42.97% from 255 or 17.69% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC6D is #000392. Grayscale: #EDEDED. Windows color (decimal): -915 or 7208191. OLE color: 7208191.
HSL color Cylindrical-coordinate representation of color #FFFC6D: hue angle of 58.77º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFFC6D is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 109 | - |
| CMYK | 0 | 0.01 | 0.57 | 0 |
| HSL | 58.77º | 1% | 0.71% | - |
| HSV(B) | 58.77º | 0.57% | 1% | - |
| XYZ | 78.81 | 91.98 | 28.07 | - |
| YUV | 236.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 109 | 0 | 0.01 | 0.57 | 0 | 58.77 | 1 | 0.71 |
| Hex | FF | FC | 6D | 0 | 1 | 39 | 0 | 3B | 64 | 47 |
| Octal | 377 | 374 | 155 | 0 | 1 | 71 | 0 | 73 | 144 | 107 |
| Binary | 11111111 | 11111100 | 1101101 | 0 | 1 | 111001 | 0 | 111011 | 1100100 | 1000111 |
Color Harmonies of #FFFC6D
Complementary color
Monochromatic Colors of #FFFC6D
Black with #FFFC6D
Text Example
Text Example
White with #FFFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC6D; }
p { color: rgb(255,252,109); }
H1.HeaderClassName
{
color: #FFFC6D;
}
.AnyTagClassName
{
color: #FFFC6D;
}
</style>
background-color css
<style>
a { background-color: #FFFC6D; }
a { background-color: rgb(255,252,109); }
div.DivClassName
{
background-color: #FFFC6D;
}
.BgClassName
{
background-color: #FFFC6D;
}
</style>
border-color css
<style>
span { border-color: #FFFC6D; }
span { border-color: rgb(255,252,109); }
td.TdClassName
{
border-color: #FFFC6D;
}
.TagClassName
{
border-color: #FFFC6D;
}
</style>