Shades of Laser Lemon #FFFF5C
Tints of Laser Lemon #FFFF5C
RGB
CMYK
RGB Variations
Color information
#FFFF5C (or 0xFFFF5C) is known color: Laser Lemon. HEX triplet: FF, FF and 5C. RGB value is (255,255,92). Sum of RGB (Red+Green+Blue) = 255+255+92=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 92 (36.33% from 255 or 15.28% from 602); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF5C is #0000A3. Grayscale: #EDEDED. Windows color (decimal): -164 or 6094847. OLE color: 6094847.
HSL color Cylindrical-coordinate representation of color #FFFF5C: hue angle of 60º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFFF5C is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 92 | - |
| CMYK | 0 | 0 | 0.64 | 0 |
| HSL | 60º | 1% | 0.68% | - |
| HSV(B) | 60º | 0.64% | 1% | - |
| XYZ | 78.93 | 93.55 | 24.02 | - |
| YUV | 236.42 | 46.5 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 92 | 0 | 0 | 0.64 | 0 | 60 | 1 | 0.68 |
| Hex | FF | FF | 5C | 0 | 0 | 40 | 0 | 3C | 64 | 44 |
| Octal | 377 | 377 | 134 | 0 | 0 | 100 | 0 | 74 | 144 | 104 |
| Binary | 11111111 | 11111111 | 1011100 | 0 | 0 | 1000000 | 0 | 111100 | 1100100 | 1000100 |
Color Harmonies of #FFFF5C
Complementary color
Monochromatic Colors of #FFFF5C
Black with #FFFF5C
Text Example
Text Example
White with #FFFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF5C; }
p { color: rgb(255,255,92); }
H1.HeaderClassName
{
color: #FFFF5C;
}
.AnyTagClassName
{
color: #FFFF5C;
}
</style>
background-color css
<style>
a { background-color: #FFFF5C; }
a { background-color: rgb(255,255,92); }
div.DivClassName
{
background-color: #FFFF5C;
}
.BgClassName
{
background-color: #FFFF5C;
}
</style>
border-color css
<style>
span { border-color: #FFFF5C; }
span { border-color: rgb(255,255,92); }
td.TdClassName
{
border-color: #FFFF5C;
}
.TagClassName
{
border-color: #FFFF5C;
}
</style>