Shades of Laser Lemon #FDF862
Tints of Laser Lemon #FDF862
RGB
CMYK
RGB Variations
Color information
#FDF862 (or 0xFDF862) is known color: Laser Lemon. HEX triplet: FD, F8 and 62. RGB value is (253,248,98). Sum of RGB (Red+Green+Blue) = 253+248+98=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 98 (38.67% from 255 or 16.36% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF862 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF862 is #02079D. Grayscale: #E8E8E8. Windows color (decimal): -133022 or 6486269. OLE color: 6486269.
HSL color Cylindrical-coordinate representation of color #FDF862: hue angle of 58.06º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDF862 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 98 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.01 |
| HSL | 58.06º | 0.97% | 0.69% | - |
| HSV(B) | 58.06º | 0.61% | 0.99% | - |
| XYZ | 76.28 | 88.9 | 24.69 | - |
| YUV | 232.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 98 | 0 | 0.02 | 0.61 | 0.01 | 58.06 | 0.97 | 0.69 |
| Hex | FD | F8 | 62 | 0 | 2 | 3D | 1 | 3A | 61 | 45 |
| Octal | 375 | 370 | 142 | 0 | 2 | 75 | 1 | 72 | 141 | 105 |
| Binary | 11111101 | 11111000 | 1100010 | 0 | 10 | 111101 | 1 | 111010 | 1100001 | 1000101 |
Color Harmonies of #FDF862
Complementary color
Monochromatic Colors of #FDF862
Black with #FDF862
Text Example
Text Example
White with #FDF862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF862; }
p { color: rgb(253,248,98); }
H1.HeaderClassName
{
color: #FDF862;
}
.AnyTagClassName
{
color: #FDF862;
}
</style>
background-color css
<style>
a { background-color: #FDF862; }
a { background-color: rgb(253,248,98); }
div.DivClassName
{
background-color: #FDF862;
}
.BgClassName
{
background-color: #FDF862;
}
</style>
border-color css
<style>
span { border-color: #FDF862; }
span { border-color: rgb(253,248,98); }
td.TdClassName
{
border-color: #FDF862;
}
.TagClassName
{
border-color: #FDF862;
}
</style>