Shades of Laser Lemon #FDF960
Tints of Laser Lemon #FDF960
RGB
CMYK
RGB Variations
Color information
#FDF960 (or 0xFDF960) is known color: Laser Lemon. HEX triplet: FD, F9 and 60. RGB value is (253,249,96). Sum of RGB (Red+Green+Blue) = 253+249+96=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 96 (37.89% from 255 or 16.05% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF960 is #02069F. Grayscale: #E9E9E9. Windows color (decimal): -132768 or 6355453. OLE color: 6355453.
HSL color Cylindrical-coordinate representation of color #FDF960: hue angle of 58.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDF960 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 96 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.01 |
| HSL | 58.47º | 0.98% | 0.68% | - |
| HSV(B) | 58.47º | 0.62% | 0.99% | - |
| XYZ | 76.5 | 89.48 | 24.31 | - |
| YUV | 232.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 96 | 0 | 0.02 | 0.62 | 0.01 | 58.47 | 0.98 | 0.68 |
| Hex | FD | F9 | 60 | 0 | 2 | 3E | 1 | 3A | 62 | 44 |
| Octal | 375 | 371 | 140 | 0 | 2 | 76 | 1 | 72 | 142 | 104 |
| Binary | 11111101 | 11111001 | 1100000 | 0 | 10 | 111110 | 1 | 111010 | 1100010 | 1000100 |
Color Harmonies of #FDF960
Complementary color
Monochromatic Colors of #FDF960
Black with #FDF960
Text Example
Text Example
White with #FDF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF960; }
p { color: rgb(253,249,96); }
H1.HeaderClassName
{
color: #FDF960;
}
.AnyTagClassName
{
color: #FDF960;
}
</style>
background-color css
<style>
a { background-color: #FDF960; }
a { background-color: rgb(253,249,96); }
div.DivClassName
{
background-color: #FDF960;
}
.BgClassName
{
background-color: #FDF960;
}
</style>
border-color css
<style>
span { border-color: #FDF960; }
span { border-color: rgb(253,249,96); }
td.TdClassName
{
border-color: #FDF960;
}
.TagClassName
{
border-color: #FDF960;
}
</style>