Shades of Laser Lemon #FDF96D
Tints of Laser Lemon #FDF96D
RGB
CMYK
RGB Variations
Color information
#FDF96D (or 0xFDF96D) is known color: Laser Lemon. HEX triplet: FD, F9 and 6D. RGB value is (253,249,109). Sum of RGB (Red+Green+Blue) = 253+249+109=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 109 (42.97% from 255 or 17.84% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF96D is #020692. Grayscale: #EAEAEA. Windows color (decimal): -132755 or 7207421. OLE color: 7207421.
HSL color Cylindrical-coordinate representation of color #FDF96D: hue angle of 58.33º 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 #FDF96D is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 109 | - |
CMYK | 0 | 0.02 | 0.57 | 0.01 |
HSL | 58.33º | 0.97% | 0.71% | - |
HSV(B) | 58.33º | 0.57% | 0.99% | - |
XYZ | 77.14 | 89.74 | 27.72 | - |
YUV | 234.24 | 57.33 | 141.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 109 | 0 | 0.02 | 0.57 | 0.01 | 58.33 | 0.97 | 0.71 |
Hex | FD | F9 | 6D | 0 | 2 | 39 | 1 | 3A | 61 | 47 |
Octal | 375 | 371 | 155 | 0 | 2 | 71 | 1 | 72 | 141 | 107 |
Binary | 11111101 | 11111001 | 1101101 | 0 | 10 | 111001 | 1 | 111010 | 1100001 | 1000111 |
Color Harmonies of #FDF96D
Complementary color
Monochromatic Colors of #FDF96D
Black with #FDF96D
Text Example
Text Example
White with #FDF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF96D; }
p { color: rgb(253,249,109); }
H1.HeaderClassName
{
color: #FDF96D;
}
.AnyTagClassName
{
color: #FDF96D;
}
</style>
background-color css
<style>
a { background-color: #FDF96D; }
a { background-color: rgb(253,249,109); }
div.DivClassName
{
background-color: #FDF96D;
}
.BgClassName
{
background-color: #FDF96D;
}
</style>
border-color css
<style>
span { border-color: #FDF96D; }
span { border-color: rgb(253,249,109); }
td.TdClassName
{
border-color: #FDF96D;
}
.TagClassName
{
border-color: #FDF96D;
}
</style>