Shades of Laser Lemon #FFF760
Tints of Laser Lemon #FFF760
RGB
CMYK
RGB Variations
Color information
#FFF760 (or 0xFFF760) is known color: Laser Lemon. HEX triplet: FF, F7 and 60. RGB value is (255,247,96). Sum of RGB (Red+Green+Blue) = 255+247+96=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 96 (37.89% from 255 or 16.05% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF760 is #00089F. Grayscale: #E8E8E8. Windows color (decimal): -2208 or 6354943. OLE color: 6354943.
HSL color Cylindrical-coordinate representation of color #FFF760: hue angle of 56.98º 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 #FFF760 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 96 | - |
| CMYK | 0 | 0.03 | 0.62 | 0 |
| HSL | 56.98º | 1% | 0.69% | - |
| HSV(B) | 56.98º | 0.62% | 1% | - |
| XYZ | 76.61 | 88.63 | 24.13 | - |
| YUV | 232.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 96 | 0 | 0.03 | 0.62 | 0 | 56.98 | 1 | 0.69 |
| Hex | FF | F7 | 60 | 0 | 3 | 3E | 0 | 39 | 64 | 45 |
| Octal | 377 | 367 | 140 | 0 | 3 | 76 | 0 | 71 | 144 | 105 |
| Binary | 11111111 | 11110111 | 1100000 | 0 | 11 | 111110 | 0 | 111001 | 1100100 | 1000101 |
Color Harmonies of #FFF760
Complementary color
Monochromatic Colors of #FFF760
Black with #FFF760
Text Example
Text Example
White with #FFF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF760; }
p { color: rgb(255,247,96); }
H1.HeaderClassName
{
color: #FFF760;
}
.AnyTagClassName
{
color: #FFF760;
}
</style>
background-color css
<style>
a { background-color: #FFF760; }
a { background-color: rgb(255,247,96); }
div.DivClassName
{
background-color: #FFF760;
}
.BgClassName
{
background-color: #FFF760;
}
</style>
border-color css
<style>
span { border-color: #FFF760; }
span { border-color: rgb(255,247,96); }
td.TdClassName
{
border-color: #FFF760;
}
.TagClassName
{
border-color: #FFF760;
}
</style>