Shades of Laser Lemon #FDF662
Tints of Laser Lemon #FDF662
RGB
CMYK
RGB Variations
Color information
#FDF662 (or 0xFDF662) is known color: Laser Lemon. HEX triplet: FD, F6 and 62. RGB value is (253,246,98). Sum of RGB (Red+Green+Blue) = 253+246+98=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 98 (38.67% from 255 or 16.42% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF662 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF662 is #02099D. Grayscale: #E7E7E7. Windows color (decimal): -133534 or 6485757. OLE color: 6485757.
HSL color Cylindrical-coordinate representation of color #FDF662: hue angle of 57.29º 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 #FDF662 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 98 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.01 |
| HSL | 57.29º | 0.97% | 0.69% | - |
| HSV(B) | 57.29º | 0.61% | 0.99% | - |
| XYZ | 75.67 | 87.68 | 24.49 | - |
| YUV | 231.22 | 52.82 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 98 | 0 | 0.03 | 0.61 | 0.01 | 57.29 | 0.97 | 0.69 |
| Hex | FD | F6 | 62 | 0 | 3 | 3D | 1 | 39 | 61 | 45 |
| Octal | 375 | 366 | 142 | 0 | 3 | 75 | 1 | 71 | 141 | 105 |
| Binary | 11111101 | 11110110 | 1100010 | 0 | 11 | 111101 | 1 | 111001 | 1100001 | 1000101 |
Color Harmonies of #FDF662
Complementary color
Monochromatic Colors of #FDF662
Black with #FDF662
Text Example
Text Example
White with #FDF662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF662; }
p { color: rgb(253,246,98); }
H1.HeaderClassName
{
color: #FDF662;
}
.AnyTagClassName
{
color: #FDF662;
}
</style>
background-color css
<style>
a { background-color: #FDF662; }
a { background-color: rgb(253,246,98); }
div.DivClassName
{
background-color: #FDF662;
}
.BgClassName
{
background-color: #FDF662;
}
</style>
border-color css
<style>
span { border-color: #FDF662; }
span { border-color: rgb(253,246,98); }
td.TdClassName
{
border-color: #FDF662;
}
.TagClassName
{
border-color: #FDF662;
}
</style>