Shades of Laser Lemon #FDF85E
Tints of Laser Lemon #FDF85E
RGB
CMYK
RGB Variations
Color information
#FDF85E (or 0xFDF85E) is known color: Laser Lemon. HEX triplet: FD, F8 and 5E. RGB value is (253,248,94). Sum of RGB (Red+Green+Blue) = 253+248+94=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 94 (37.11% from 255 or 15.80% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF85E is #0207A1. Grayscale: #E8E8E8. Windows color (decimal): -133026 or 6224125. OLE color: 6224125.
HSL color Cylindrical-coordinate representation of color #FDF85E: hue angle of 58.11º 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 #FDF85E is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 94 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.01 |
| HSL | 58.11º | 0.98% | 0.68% | - |
| HSV(B) | 58.11º | 0.63% | 0.99% | - |
| XYZ | 76.1 | 88.83 | 23.72 | - |
| YUV | 231.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 94 | 0 | 0.02 | 0.63 | 0.01 | 58.11 | 0.98 | 0.68 |
| Hex | FD | F8 | 5E | 0 | 2 | 3F | 1 | 3A | 62 | 44 |
| Octal | 375 | 370 | 136 | 0 | 2 | 77 | 1 | 72 | 142 | 104 |
| Binary | 11111101 | 11111000 | 1011110 | 0 | 10 | 111111 | 1 | 111010 | 1100010 | 1000100 |
Color Harmonies of #FDF85E
Complementary color
Monochromatic Colors of #FDF85E
Black with #FDF85E
Text Example
Text Example
White with #FDF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF85E; }
p { color: rgb(253,248,94); }
H1.HeaderClassName
{
color: #FDF85E;
}
.AnyTagClassName
{
color: #FDF85E;
}
</style>
background-color css
<style>
a { background-color: #FDF85E; }
a { background-color: rgb(253,248,94); }
div.DivClassName
{
background-color: #FDF85E;
}
.BgClassName
{
background-color: #FDF85E;
}
</style>
border-color css
<style>
span { border-color: #FDF85E; }
span { border-color: rgb(253,248,94); }
td.TdClassName
{
border-color: #FDF85E;
}
.TagClassName
{
border-color: #FDF85E;
}
</style>