Shades of Laser Lemon #FDF96E
Tints of Laser Lemon #FDF96E
RGB
CMYK
RGB Variations
Color information
#FDF96E (or 0xFDF96E) is known color: Laser Lemon. HEX triplet: FD, F9 and 6E. RGB value is (253,249,110). Sum of RGB (Red+Green+Blue) = 253+249+110=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 110 (43.36% from 255 or 17.97% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF96E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF96E is #020691. Grayscale: #EAEAEA. Windows color (decimal): -132754 or 7272957. OLE color: 7272957.
HSL color Cylindrical-coordinate representation of color #FDF96E: hue angle of 58.32º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDF96E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 110 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.01 |
| HSL | 58.32º | 0.97% | 0.71% | - |
| HSV(B) | 58.32º | 0.57% | 0.99% | - |
| XYZ | 77.2 | 89.76 | 28.01 | - |
| YUV | 234.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 110 | 0 | 0.02 | 0.57 | 0.01 | 58.32 | 0.97 | 0.71 |
| Hex | FD | F9 | 6E | 0 | 2 | 39 | 1 | 3A | 61 | 47 |
| Octal | 375 | 371 | 156 | 0 | 2 | 71 | 1 | 72 | 141 | 107 |
| Binary | 11111101 | 11111001 | 1101110 | 0 | 10 | 111001 | 1 | 111010 | 1100001 | 1000111 |
Color Harmonies of #FDF96E
Complementary color
Monochromatic Colors of #FDF96E
Black with #FDF96E
Text Example
Text Example
White with #FDF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF96E; }
p { color: rgb(253,249,110); }
H1.HeaderClassName
{
color: #FDF96E;
}
.AnyTagClassName
{
color: #FDF96E;
}
</style>
background-color css
<style>
a { background-color: #FDF96E; }
a { background-color: rgb(253,249,110); }
div.DivClassName
{
background-color: #FDF96E;
}
.BgClassName
{
background-color: #FDF96E;
}
</style>
border-color css
<style>
span { border-color: #FDF96E; }
span { border-color: rgb(253,249,110); }
td.TdClassName
{
border-color: #FDF96E;
}
.TagClassName
{
border-color: #FDF96E;
}
</style>