Shades of Laser Lemon #FDF863
Tints of Laser Lemon #FDF863
RGB
CMYK
RGB Variations
Color information
#FDF863 (or 0xFDF863) is known color: Laser Lemon. HEX triplet: FD, F8 and 63. RGB value is (253,248,99). Sum of RGB (Red+Green+Blue) = 253+248+99=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 99 (39.06% from 255 or 16.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF863 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF863 is #02079C. Grayscale: #E9E9E9. Windows color (decimal): -133021 or 6551805. OLE color: 6551805.
HSL color Cylindrical-coordinate representation of color #FDF863: hue angle of 58.05º 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 #FDF863 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 99 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.01 |
| HSL | 58.05º | 0.97% | 0.69% | - |
| HSV(B) | 58.05º | 0.61% | 0.99% | - |
| XYZ | 76.33 | 88.92 | 24.94 | - |
| YUV | 232.51 | 52.66 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 99 | 0 | 0.02 | 0.61 | 0.01 | 58.05 | 0.97 | 0.69 |
| Hex | FD | F8 | 63 | 0 | 2 | 3D | 1 | 3A | 61 | 45 |
| Octal | 375 | 370 | 143 | 0 | 2 | 75 | 1 | 72 | 141 | 105 |
| Binary | 11111101 | 11111000 | 1100011 | 0 | 10 | 111101 | 1 | 111010 | 1100001 | 1000101 |
Color Harmonies of #FDF863
Complementary color
Monochromatic Colors of #FDF863
Black with #FDF863
Text Example
Text Example
White with #FDF863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF863; }
p { color: rgb(253,248,99); }
H1.HeaderClassName
{
color: #FDF863;
}
.AnyTagClassName
{
color: #FDF863;
}
</style>
background-color css
<style>
a { background-color: #FDF863; }
a { background-color: rgb(253,248,99); }
div.DivClassName
{
background-color: #FDF863;
}
.BgClassName
{
background-color: #FDF863;
}
</style>
border-color css
<style>
span { border-color: #FDF863; }
span { border-color: rgb(253,248,99); }
td.TdClassName
{
border-color: #FDF863;
}
.TagClassName
{
border-color: #FDF863;
}
</style>