Shades of Laser Lemon #FFFD5C
Tints of Laser Lemon #FFFD5C
RGB
CMYK
RGB Variations
Color information
#FFFD5C (or 0xFFFD5C) is known color: Laser Lemon. HEX triplet: FF, FD and 5C. RGB value is (255,253,92). Sum of RGB (Red+Green+Blue) = 255+253+92=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 92 (36.33% from 255 or 15.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD5C is #0002A3. Grayscale: #EBEBEB. Windows color (decimal): -676 or 6094335. OLE color: 6094335.
HSL color Cylindrical-coordinate representation of color #FFFD5C: hue angle of 59.26º 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 #FFFD5C is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 92 | - |
| CMYK | 0 | 0.01 | 0.64 | 0 |
| HSL | 59.26º | 1% | 0.68% | - |
| HSV(B) | 59.26º | 0.64% | 1% | - |
| XYZ | 78.3 | 92.28 | 23.81 | - |
| YUV | 235.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 92 | 0 | 0.01 | 0.64 | 0 | 59.26 | 1 | 0.68 |
| Hex | FF | FD | 5C | 0 | 1 | 40 | 0 | 3B | 64 | 44 |
| Octal | 377 | 375 | 134 | 0 | 1 | 100 | 0 | 73 | 144 | 104 |
| Binary | 11111111 | 11111101 | 1011100 | 0 | 1 | 1000000 | 0 | 111011 | 1100100 | 1000100 |
Color Harmonies of #FFFD5C
Complementary color
Monochromatic Colors of #FFFD5C
Black with #FFFD5C
Text Example
Text Example
White with #FFFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD5C; }
p { color: rgb(255,253,92); }
H1.HeaderClassName
{
color: #FFFD5C;
}
.AnyTagClassName
{
color: #FFFD5C;
}
</style>
background-color css
<style>
a { background-color: #FFFD5C; }
a { background-color: rgb(255,253,92); }
div.DivClassName
{
background-color: #FFFD5C;
}
.BgClassName
{
background-color: #FFFD5C;
}
</style>
border-color css
<style>
span { border-color: #FFFD5C; }
span { border-color: rgb(255,253,92); }
td.TdClassName
{
border-color: #FFFD5C;
}
.TagClassName
{
border-color: #FFFD5C;
}
</style>