Shades of Laser Lemon #FDF466
Tints of Laser Lemon #FDF466
RGB
CMYK
RGB Variations
Color information
#FDF466 (or 0xFDF466) is known color: Laser Lemon. HEX triplet: FD, F4 and 66. RGB value is (253,244,102). Sum of RGB (Red+Green+Blue) = 253+244+102=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 102 (40.23% from 255 or 17.03% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF466 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF466 is #020B99. Grayscale: #E7E7E7. Windows color (decimal): -134042 or 6747389. OLE color: 6747389.
HSL color Cylindrical-coordinate representation of color #FDF466: hue angle of 56.42º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDF466 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 102 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.01 |
| HSL | 56.42º | 0.97% | 0.7% | - |
| HSV(B) | 56.42º | 0.6% | 0.99% | - |
| XYZ | 75.26 | 86.54 | 25.31 | - |
| YUV | 230.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 102 | 0 | 0.04 | 0.60 | 0.01 | 56.42 | 0.97 | 0.7 |
| Hex | FD | F4 | 66 | 0 | 4 | 3C | 1 | 38 | 61 | 46 |
| Octal | 375 | 364 | 146 | 0 | 4 | 74 | 1 | 70 | 141 | 106 |
| Binary | 11111101 | 11110100 | 1100110 | 0 | 100 | 111100 | 1 | 111000 | 1100001 | 1000110 |
Color Harmonies of #FDF466
Complementary color
Monochromatic Colors of #FDF466
Black with #FDF466
Text Example
Text Example
White with #FDF466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF466; }
p { color: rgb(253,244,102); }
H1.HeaderClassName
{
color: #FDF466;
}
.AnyTagClassName
{
color: #FDF466;
}
</style>
background-color css
<style>
a { background-color: #FDF466; }
a { background-color: rgb(253,244,102); }
div.DivClassName
{
background-color: #FDF466;
}
.BgClassName
{
background-color: #FDF466;
}
</style>
border-color css
<style>
span { border-color: #FDF466; }
span { border-color: rgb(253,244,102); }
td.TdClassName
{
border-color: #FDF466;
}
.TagClassName
{
border-color: #FDF466;
}
</style>