Shades of Laser Lemon #FFF762
Tints of Laser Lemon #FFF762
RGB
CMYK
RGB Variations
Color information
#FFF762 (or 0xFFF762) is known color: Laser Lemon. HEX triplet: FF, F7 and 62. RGB value is (255,247,98). Sum of RGB (Red+Green+Blue) = 255+247+98=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 98 (38.67% from 255 or 16.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF762 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF762 is #00089D. Grayscale: #E9E9E9. Windows color (decimal): -2206 or 6486015. OLE color: 6486015.
HSL color Cylindrical-coordinate representation of color #FFF762: hue angle of 56.94º 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 #FFF762 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 98 | - |
| CMYK | 0 | 0.03 | 0.62 | 0 |
| HSL | 56.94º | 1% | 0.69% | - |
| HSV(B) | 56.94º | 0.62% | 1% | - |
| XYZ | 76.71 | 88.66 | 24.63 | - |
| YUV | 232.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 98 | 0 | 0.03 | 0.62 | 0 | 56.94 | 1 | 0.69 |
| Hex | FF | F7 | 62 | 0 | 3 | 3E | 0 | 39 | 64 | 45 |
| Octal | 377 | 367 | 142 | 0 | 3 | 76 | 0 | 71 | 144 | 105 |
| Binary | 11111111 | 11110111 | 1100010 | 0 | 11 | 111110 | 0 | 111001 | 1100100 | 1000101 |
Color Harmonies of #FFF762
Complementary color
Monochromatic Colors of #FFF762
Black with #FFF762
Text Example
Text Example
White with #FFF762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF762; }
p { color: rgb(255,247,98); }
H1.HeaderClassName
{
color: #FFF762;
}
.AnyTagClassName
{
color: #FFF762;
}
</style>
background-color css
<style>
a { background-color: #FFF762; }
a { background-color: rgb(255,247,98); }
div.DivClassName
{
background-color: #FFF762;
}
.BgClassName
{
background-color: #FFF762;
}
</style>
border-color css
<style>
span { border-color: #FFF762; }
span { border-color: rgb(255,247,98); }
td.TdClassName
{
border-color: #FFF762;
}
.TagClassName
{
border-color: #FFF762;
}
</style>