Shades of Laser Lemon #FDF965
Tints of Laser Lemon #FDF965
RGB
CMYK
RGB Variations
Color information
#FDF965 (or 0xFDF965) is known color: Laser Lemon. HEX triplet: FD, F9 and 65. RGB value is (253,249,101). Sum of RGB (Red+Green+Blue) = 253+249+101=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 101 (39.84% from 255 or 16.75% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF965 is #02069A. Grayscale: #E9E9E9. Windows color (decimal): -132763 or 6683133. OLE color: 6683133.
HSL color Cylindrical-coordinate representation of color #FDF965: hue angle of 58.42º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDF965 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 101 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.01 |
| HSL | 58.42º | 0.97% | 0.69% | - |
| HSV(B) | 58.42º | 0.6% | 0.99% | - |
| XYZ | 76.73 | 89.57 | 25.56 | - |
| YUV | 233.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 101 | 0 | 0.02 | 0.60 | 0.01 | 58.42 | 0.97 | 0.69 |
| Hex | FD | F9 | 65 | 0 | 2 | 3C | 1 | 3A | 61 | 45 |
| Octal | 375 | 371 | 145 | 0 | 2 | 74 | 1 | 72 | 141 | 105 |
| Binary | 11111101 | 11111001 | 1100101 | 0 | 10 | 111100 | 1 | 111010 | 1100001 | 1000101 |
Color Harmonies of #FDF965
Complementary color
Monochromatic Colors of #FDF965
Black with #FDF965
Text Example
Text Example
White with #FDF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF965; }
p { color: rgb(253,249,101); }
H1.HeaderClassName
{
color: #FDF965;
}
.AnyTagClassName
{
color: #FDF965;
}
</style>
background-color css
<style>
a { background-color: #FDF965; }
a { background-color: rgb(253,249,101); }
div.DivClassName
{
background-color: #FDF965;
}
.BgClassName
{
background-color: #FDF965;
}
</style>
border-color css
<style>
span { border-color: #FDF965; }
span { border-color: rgb(253,249,101); }
td.TdClassName
{
border-color: #FDF965;
}
.TagClassName
{
border-color: #FDF965;
}
</style>