Shades of Laser Lemon #FFFD5A
Tints of Laser Lemon #FFFD5A
RGB
CMYK
RGB Variations
Color information
#FFFD5A (or 0xFFFD5A) is known color: Laser Lemon. HEX triplet: FF, FD and 5A. RGB value is (255,253,90). Sum of RGB (Red+Green+Blue) = 255+253+90=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 90 (35.55% from 255 or 15.05% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD5A is #0002A5. Grayscale: #EBEBEB. Windows color (decimal): -678 or 5963263. OLE color: 5963263.
HSL color Cylindrical-coordinate representation of color #FFFD5A: hue angle of 59.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFFD5A is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 90 | - |
| CMYK | 0 | 0.01 | 0.65 | 0 |
| HSL | 59.27º | 1% | 0.68% | - |
| HSV(B) | 59.27º | 0.65% | 1% | - |
| XYZ | 78.21 | 92.25 | 23.36 | - |
| YUV | 235.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 90 | 0 | 0.01 | 0.65 | 0 | 59.27 | 1 | 0.68 |
| Hex | FF | FD | 5A | 0 | 1 | 41 | 0 | 3B | 64 | 44 |
| Octal | 377 | 375 | 132 | 0 | 1 | 101 | 0 | 73 | 144 | 104 |
| Binary | 11111111 | 11111101 | 1011010 | 0 | 1 | 1000001 | 0 | 111011 | 1100100 | 1000100 |
Color Harmonies of #FFFD5A
Complementary color
Monochromatic Colors of #FFFD5A
Black with #FFFD5A
Text Example
Text Example
White with #FFFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD5A; }
p { color: rgb(255,253,90); }
H1.HeaderClassName
{
color: #FFFD5A;
}
.AnyTagClassName
{
color: #FFFD5A;
}
</style>
background-color css
<style>
a { background-color: #FFFD5A; }
a { background-color: rgb(255,253,90); }
div.DivClassName
{
background-color: #FFFD5A;
}
.BgClassName
{
background-color: #FFFD5A;
}
</style>
border-color css
<style>
span { border-color: #FFFD5A; }
span { border-color: rgb(255,253,90); }
td.TdClassName
{
border-color: #FFFD5A;
}
.TagClassName
{
border-color: #FFFD5A;
}
</style>