Shades of Laser Lemon #FDF761
Tints of Laser Lemon #FDF761
RGB
CMYK
RGB Variations
Color information
#FDF761 (or 0xFDF761) is known color: Laser Lemon. HEX triplet: FD, F7 and 61. RGB value is (253,247,97). Sum of RGB (Red+Green+Blue) = 253+247+97=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 97 (38.28% from 255 or 16.25% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF761 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF761 is #02089E. Grayscale: #E8E8E8. Windows color (decimal): -133279 or 6420477. OLE color: 6420477.
HSL color Cylindrical-coordinate representation of color #FDF761: hue angle of 57.69º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDF761 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 97 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.01 |
| HSL | 57.69º | 0.98% | 0.69% | - |
| HSV(B) | 57.69º | 0.62% | 0.99% | - |
| XYZ | 75.93 | 88.27 | 24.34 | - |
| YUV | 231.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 97 | 0 | 0.02 | 0.62 | 0.01 | 57.69 | 0.98 | 0.69 |
| Hex | FD | F7 | 61 | 0 | 2 | 3E | 1 | 3A | 62 | 45 |
| Octal | 375 | 367 | 141 | 0 | 2 | 76 | 1 | 72 | 142 | 105 |
| Binary | 11111101 | 11110111 | 1100001 | 0 | 10 | 111110 | 1 | 111010 | 1100010 | 1000101 |
Color Harmonies of #FDF761
Complementary color
Monochromatic Colors of #FDF761
Black with #FDF761
Text Example
Text Example
White with #FDF761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF761; }
p { color: rgb(253,247,97); }
H1.HeaderClassName
{
color: #FDF761;
}
.AnyTagClassName
{
color: #FDF761;
}
</style>
background-color css
<style>
a { background-color: #FDF761; }
a { background-color: rgb(253,247,97); }
div.DivClassName
{
background-color: #FDF761;
}
.BgClassName
{
background-color: #FDF761;
}
</style>
border-color css
<style>
span { border-color: #FDF761; }
span { border-color: rgb(253,247,97); }
td.TdClassName
{
border-color: #FDF761;
}
.TagClassName
{
border-color: #FDF761;
}
</style>