Shades of Laser Lemon #FFF761
Tints of Laser Lemon #FFF761
RGB
CMYK
RGB Variations
Color information
#FFF761 (or 0xFFF761) is known color: Laser Lemon. HEX triplet: FF, F7 and 61. RGB value is (255,247,97). Sum of RGB (Red+Green+Blue) = 255+247+97=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 97 (38.28% from 255 or 16.19% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF761 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF761 is #00089E. Grayscale: #E8E8E8. Windows color (decimal): -2207 or 6420479. OLE color: 6420479.
HSL color Cylindrical-coordinate representation of color #FFF761: hue angle of 56.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFF761 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 97 | - |
| CMYK | 0 | 0.03 | 0.62 | 0 |
| HSL | 56.96º | 1% | 0.69% | - |
| HSV(B) | 56.96º | 0.62% | 1% | - |
| XYZ | 76.66 | 88.64 | 24.38 | - |
| YUV | 232.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 97 | 0 | 0.03 | 0.62 | 0 | 56.96 | 1 | 0.69 |
| Hex | FF | F7 | 61 | 0 | 3 | 3E | 0 | 39 | 64 | 45 |
| Octal | 377 | 367 | 141 | 0 | 3 | 76 | 0 | 71 | 144 | 105 |
| Binary | 11111111 | 11110111 | 1100001 | 0 | 11 | 111110 | 0 | 111001 | 1100100 | 1000101 |
Color Harmonies of #FFF761
Complementary color
Monochromatic Colors of #FFF761
Black with #FFF761
Text Example
Text Example
White with #FFF761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF761; }
p { color: rgb(255,247,97); }
H1.HeaderClassName
{
color: #FFF761;
}
.AnyTagClassName
{
color: #FFF761;
}
</style>
background-color css
<style>
a { background-color: #FFF761; }
a { background-color: rgb(255,247,97); }
div.DivClassName
{
background-color: #FFF761;
}
.BgClassName
{
background-color: #FFF761;
}
</style>
border-color css
<style>
span { border-color: #FFF761; }
span { border-color: rgb(255,247,97); }
td.TdClassName
{
border-color: #FFF761;
}
.TagClassName
{
border-color: #FFF761;
}
</style>