Shades of Laser Lemon #FDFB5E
Tints of Laser Lemon #FDFB5E
RGB
CMYK
RGB Variations
Color information
#FDFB5E (or 0xFDFB5E) is known color: Laser Lemon. HEX triplet: FD, FB and 5E. RGB value is (253,251,94). Sum of RGB (Red+Green+Blue) = 253+251+94=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 94 (37.11% from 255 or 15.72% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB5E is #0204A1. Grayscale: #EAEAEA. Windows color (decimal): -132258 or 6224893. OLE color: 6224893.
HSL color Cylindrical-coordinate representation of color #FDFB5E: hue angle of 59.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDFB5E is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 94 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.01 |
| HSL | 59.25º | 0.98% | 0.68% | - |
| HSV(B) | 59.25º | 0.63% | 0.99% | - |
| XYZ | 77.03 | 90.69 | 24.03 | - |
| YUV | 233.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 94 | 0 | 0.01 | 0.63 | 0.01 | 59.25 | 0.98 | 0.68 |
| Hex | FD | FB | 5E | 0 | 1 | 3F | 1 | 3B | 62 | 44 |
| Octal | 375 | 373 | 136 | 0 | 1 | 77 | 1 | 73 | 142 | 104 |
| Binary | 11111101 | 11111011 | 1011110 | 0 | 1 | 111111 | 1 | 111011 | 1100010 | 1000100 |
Color Harmonies of #FDFB5E
Complementary color
Monochromatic Colors of #FDFB5E
Black with #FDFB5E
Text Example
Text Example
White with #FDFB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB5E; }
p { color: rgb(253,251,94); }
H1.HeaderClassName
{
color: #FDFB5E;
}
.AnyTagClassName
{
color: #FDFB5E;
}
</style>
background-color css
<style>
a { background-color: #FDFB5E; }
a { background-color: rgb(253,251,94); }
div.DivClassName
{
background-color: #FDFB5E;
}
.BgClassName
{
background-color: #FDFB5E;
}
</style>
border-color css
<style>
span { border-color: #FDFB5E; }
span { border-color: rgb(253,251,94); }
td.TdClassName
{
border-color: #FDFB5E;
}
.TagClassName
{
border-color: #FDFB5E;
}
</style>