Shades of Laser Lemon #FFFD54
Tints of Laser Lemon #FFFD54
RGB
CMYK
RGB Variations
Color information
#FFFD54 (or 0xFFFD54) is known color: Laser Lemon. HEX triplet: FF, FD and 54. RGB value is (255,253,84). Sum of RGB (Red+Green+Blue) = 255+253+84=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 84 (33.20% from 255 or 14.19% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD54 is #0002AB. Grayscale: #EBEBEB. Windows color (decimal): -684 or 5570047. OLE color: 5570047.
HSL color Cylindrical-coordinate representation of color #FFFD54: hue angle of 59.3º 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 #FFFD54 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 84 | - |
| CMYK | 0 | 0.01 | 0.67 | 0 |
| HSL | 59.3º | 1% | 0.66% | - |
| HSV(B) | 59.3º | 0.67% | 1% | - |
| XYZ | 77.97 | 92.15 | 22.07 | - |
| YUV | 234.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 84 | 0 | 0.01 | 0.67 | 0 | 59.3 | 1 | 0.66 |
| Hex | FF | FD | 54 | 0 | 1 | 43 | 0 | 3B | 64 | 42 |
| Octal | 377 | 375 | 124 | 0 | 1 | 103 | 0 | 73 | 144 | 102 |
| Binary | 11111111 | 11111101 | 1010100 | 0 | 1 | 1000011 | 0 | 111011 | 1100100 | 1000010 |
Color Harmonies of #FFFD54
Complementary color
Monochromatic Colors of #FFFD54
Black with #FFFD54
Text Example
Text Example
White with #FFFD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD54; }
p { color: rgb(255,253,84); }
H1.HeaderClassName
{
color: #FFFD54;
}
.AnyTagClassName
{
color: #FFFD54;
}
</style>
background-color css
<style>
a { background-color: #FFFD54; }
a { background-color: rgb(255,253,84); }
div.DivClassName
{
background-color: #FFFD54;
}
.BgClassName
{
background-color: #FFFD54;
}
</style>
border-color css
<style>
span { border-color: #FFFD54; }
span { border-color: rgb(255,253,84); }
td.TdClassName
{
border-color: #FFFD54;
}
.TagClassName
{
border-color: #FFFD54;
}
</style>