Shades of Laser Lemon #FDF85B
Tints of Laser Lemon #FDF85B
RGB
CMYK
RGB Variations
Color information
#FDF85B (or 0xFDF85B) is known color: Laser Lemon. HEX triplet: FD, F8 and 5B. RGB value is (253,248,91). Sum of RGB (Red+Green+Blue) = 253+248+91=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 91 (35.94% from 255 or 15.37% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF85B is #0207A4. Grayscale: #E8E8E8. Windows color (decimal): -133029 or 6027517. OLE color: 6027517.
HSL color Cylindrical-coordinate representation of color #FDF85B: hue angle of 58.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDF85B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 91 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.01 |
| HSL | 58.15º | 0.98% | 0.67% | - |
| HSV(B) | 58.15º | 0.64% | 0.99% | - |
| XYZ | 75.96 | 88.77 | 23.03 | - |
| YUV | 231.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 91 | 0 | 0.02 | 0.64 | 0.01 | 58.15 | 0.98 | 0.67 |
| Hex | FD | F8 | 5B | 0 | 2 | 40 | 1 | 3A | 62 | 43 |
| Octal | 375 | 370 | 133 | 0 | 2 | 100 | 1 | 72 | 142 | 103 |
| Binary | 11111101 | 11111000 | 1011011 | 0 | 10 | 1000000 | 1 | 111010 | 1100010 | 1000011 |
Color Harmonies of #FDF85B
Complementary color
Monochromatic Colors of #FDF85B
Black with #FDF85B
Text Example
Text Example
White with #FDF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF85B; }
p { color: rgb(253,248,91); }
H1.HeaderClassName
{
color: #FDF85B;
}
.AnyTagClassName
{
color: #FDF85B;
}
</style>
background-color css
<style>
a { background-color: #FDF85B; }
a { background-color: rgb(253,248,91); }
div.DivClassName
{
background-color: #FDF85B;
}
.BgClassName
{
background-color: #FDF85B;
}
</style>
border-color css
<style>
span { border-color: #FDF85B; }
span { border-color: rgb(253,248,91); }
td.TdClassName
{
border-color: #FDF85B;
}
.TagClassName
{
border-color: #FDF85B;
}
</style>