Shades of Laser Lemon #FFFF52
Tints of Laser Lemon #FFFF52
RGB
CMYK
RGB Variations
Color information
#FFFF52 (or 0xFFFF52) is known color: Laser Lemon. HEX triplet: FF, FF and 52. RGB value is (255,255,82). Sum of RGB (Red+Green+Blue) = 255+255+82=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 82 (32.42% from 255 or 13.85% from 592); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF52 is #0000AD. Grayscale: #EBEBEB. Windows color (decimal): -174 or 5439487. OLE color: 5439487.
HSL color Cylindrical-coordinate representation of color #FFFF52: hue angle of 60º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFFF52 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 82 | - |
| CMYK | 0 | 0 | 0.68 | 0 |
| HSL | 60º | 1% | 0.66% | - |
| HSV(B) | 60º | 0.68% | 1% | - |
| XYZ | 78.52 | 93.39 | 21.87 | - |
| YUV | 235.28 | 41.5 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 82 | 0 | 0 | 0.68 | 0 | 60 | 1 | 0.66 |
| Hex | FF | FF | 52 | 0 | 0 | 44 | 0 | 3C | 64 | 42 |
| Octal | 377 | 377 | 122 | 0 | 0 | 104 | 0 | 74 | 144 | 102 |
| Binary | 11111111 | 11111111 | 1010010 | 0 | 0 | 1000100 | 0 | 111100 | 1100100 | 1000010 |
Color Harmonies of #FFFF52
Complementary color
Monochromatic Colors of #FFFF52
Black with #FFFF52
Text Example
Text Example
White with #FFFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF52; }
p { color: rgb(255,255,82); }
H1.HeaderClassName
{
color: #FFFF52;
}
.AnyTagClassName
{
color: #FFFF52;
}
</style>
background-color css
<style>
a { background-color: #FFFF52; }
a { background-color: rgb(255,255,82); }
div.DivClassName
{
background-color: #FFFF52;
}
.BgClassName
{
background-color: #FFFF52;
}
</style>
border-color css
<style>
span { border-color: #FFFF52; }
span { border-color: rgb(255,255,82); }
td.TdClassName
{
border-color: #FFFF52;
}
.TagClassName
{
border-color: #FFFF52;
}
</style>