Shades of Laser Lemon #FDF85F
Tints of Laser Lemon #FDF85F
RGB
CMYK
RGB Variations
Color information
#FDF85F (or 0xFDF85F) is known color: Laser Lemon. HEX triplet: FD, F8 and 5F. RGB value is (253,248,95). Sum of RGB (Red+Green+Blue) = 253+248+95=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 95 (37.5% from 255 or 15.94% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF85F is #0207A0. Grayscale: #E8E8E8. Windows color (decimal): -133025 or 6289661. OLE color: 6289661.
HSL color Cylindrical-coordinate representation of color #FDF85F: hue angle of 58.1º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDF85F is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 95 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.01 |
| HSL | 58.1º | 0.98% | 0.68% | - |
| HSV(B) | 58.1º | 0.62% | 0.99% | - |
| XYZ | 76.14 | 88.84 | 23.96 | - |
| YUV | 232.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 95 | 0 | 0.02 | 0.62 | 0.01 | 58.1 | 0.98 | 0.68 |
| Hex | FD | F8 | 5F | 0 | 2 | 3E | 1 | 3A | 62 | 44 |
| Octal | 375 | 370 | 137 | 0 | 2 | 76 | 1 | 72 | 142 | 104 |
| Binary | 11111101 | 11111000 | 1011111 | 0 | 10 | 111110 | 1 | 111010 | 1100010 | 1000100 |
Color Harmonies of #FDF85F
Complementary color
Monochromatic Colors of #FDF85F
Black with #FDF85F
Text Example
Text Example
White with #FDF85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF85F; }
p { color: rgb(253,248,95); }
H1.HeaderClassName
{
color: #FDF85F;
}
.AnyTagClassName
{
color: #FDF85F;
}
</style>
background-color css
<style>
a { background-color: #FDF85F; }
a { background-color: rgb(253,248,95); }
div.DivClassName
{
background-color: #FDF85F;
}
.BgClassName
{
background-color: #FDF85F;
}
</style>
border-color css
<style>
span { border-color: #FDF85F; }
span { border-color: rgb(253,248,95); }
td.TdClassName
{
border-color: #FDF85F;
}
.TagClassName
{
border-color: #FDF85F;
}
</style>