Shades of Laser Lemon #FFFC54
Tints of Laser Lemon #FFFC54
RGB
CMYK
RGB Variations
Color information
#FFFC54 (or 0xFFFC54) is known color: Laser Lemon. HEX triplet: FF, FC and 54. RGB value is (255,252,84). Sum of RGB (Red+Green+Blue) = 255+252+84=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 84 (33.20% from 255 or 14.21% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC54 is #0003AB. Grayscale: #EAEAEA. Windows color (decimal): -940 or 5569791. OLE color: 5569791.
HSL color Cylindrical-coordinate representation of color #FFFC54: hue angle of 58.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFFC54 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 84 | - |
| CMYK | 0 | 0.01 | 0.67 | 0 |
| HSL | 58.95º | 1% | 0.66% | - |
| HSV(B) | 58.95º | 0.67% | 1% | - |
| XYZ | 77.65 | 91.52 | 21.96 | - |
| YUV | 233.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 84 | 0 | 0.01 | 0.67 | 0 | 58.95 | 1 | 0.66 |
| Hex | FF | FC | 54 | 0 | 1 | 43 | 0 | 3B | 64 | 42 |
| Octal | 377 | 374 | 124 | 0 | 1 | 103 | 0 | 73 | 144 | 102 |
| Binary | 11111111 | 11111100 | 1010100 | 0 | 1 | 1000011 | 0 | 111011 | 1100100 | 1000010 |
Color Harmonies of #FFFC54
Complementary color
Monochromatic Colors of #FFFC54
Black with #FFFC54
Text Example
Text Example
White with #FFFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC54; }
p { color: rgb(255,252,84); }
H1.HeaderClassName
{
color: #FFFC54;
}
.AnyTagClassName
{
color: #FFFC54;
}
</style>
background-color css
<style>
a { background-color: #FFFC54; }
a { background-color: rgb(255,252,84); }
div.DivClassName
{
background-color: #FFFC54;
}
.BgClassName
{
background-color: #FFFC54;
}
</style>
border-color css
<style>
span { border-color: #FFFC54; }
span { border-color: rgb(255,252,84); }
td.TdClassName
{
border-color: #FFFC54;
}
.TagClassName
{
border-color: #FFFC54;
}
</style>