Shades of Laser Lemon #FFFF71
Tints of Laser Lemon #FFFF71
RGB
CMYK
RGB Variations
Color information
#FFFF71 (or 0xFFFF71) is known color: Laser Lemon. HEX triplet: FF, FF and 71. RGB value is (255,255,113). Sum of RGB (Red+Green+Blue) = 255+255+113=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 113 (44.53% from 255 or 18.14% from 623); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF71 is #00008E. Grayscale: #EFEFEF. Windows color (decimal): -143 or 7471103. OLE color: 7471103.
HSL color Cylindrical-coordinate representation of color #FFFF71: hue angle of 60º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFFF71 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 113 | - |
| CMYK | 0 | 0 | 0.56 | 0 |
| HSL | 60º | 1% | 0.72% | - |
| HSV(B) | 60º | 0.56% | 1% | - |
| XYZ | 79.98 | 93.97 | 29.55 | - |
| YUV | 238.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 113 | 0 | 0 | 0.56 | 0 | 60 | 1 | 0.72 |
| Hex | FF | FF | 71 | 0 | 0 | 38 | 0 | 3C | 64 | 48 |
| Octal | 377 | 377 | 161 | 0 | 0 | 70 | 0 | 74 | 144 | 110 |
| Binary | 11111111 | 11111111 | 1110001 | 0 | 0 | 111000 | 0 | 111100 | 1100100 | 1001000 |
Color Harmonies of #FFFF71
Complementary color
Monochromatic Colors of #FFFF71
Black with #FFFF71
Text Example
Text Example
White with #FFFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF71; }
p { color: rgb(255,255,113); }
H1.HeaderClassName
{
color: #FFFF71;
}
.AnyTagClassName
{
color: #FFFF71;
}
</style>
background-color css
<style>
a { background-color: #FFFF71; }
a { background-color: rgb(255,255,113); }
div.DivClassName
{
background-color: #FFFF71;
}
.BgClassName
{
background-color: #FFFF71;
}
</style>
border-color css
<style>
span { border-color: #FFFF71; }
span { border-color: rgb(255,255,113); }
td.TdClassName
{
border-color: #FFFF71;
}
.TagClassName
{
border-color: #FFFF71;
}
</style>