Shades of Laser Lemon #FFF962
Tints of Laser Lemon #FFF962
RGB
CMYK
RGB Variations
Color information
#FFF962 (or 0xFFF962) is known color: Laser Lemon. HEX triplet: FF, F9 and 62. RGB value is (255,249,98). Sum of RGB (Red+Green+Blue) = 255+249+98=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 98 (38.67% from 255 or 16.28% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF962 is #00069D. Grayscale: #EAEAEA. Windows color (decimal): -1694 or 6486527. OLE color: 6486527.
HSL color Cylindrical-coordinate representation of color #FFF962: hue angle of 57.71º 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 #FFF962 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 98 | - |
| CMYK | 0 | 0.02 | 0.62 | 0 |
| HSL | 57.71º | 1% | 0.69% | - |
| HSV(B) | 57.71º | 0.62% | 1% | - |
| XYZ | 77.32 | 89.89 | 24.83 | - |
| YUV | 233.58 | 51.49 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 98 | 0 | 0.02 | 0.62 | 0 | 57.71 | 1 | 0.69 |
| Hex | FF | F9 | 62 | 0 | 2 | 3E | 0 | 3A | 64 | 45 |
| Octal | 377 | 371 | 142 | 0 | 2 | 76 | 0 | 72 | 144 | 105 |
| Binary | 11111111 | 11111001 | 1100010 | 0 | 10 | 111110 | 0 | 111010 | 1100100 | 1000101 |
Color Harmonies of #FFF962
Complementary color
Monochromatic Colors of #FFF962
Black with #FFF962
Text Example
Text Example
White with #FFF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF962; }
p { color: rgb(255,249,98); }
H1.HeaderClassName
{
color: #FFF962;
}
.AnyTagClassName
{
color: #FFF962;
}
</style>
background-color css
<style>
a { background-color: #FFF962; }
a { background-color: rgb(255,249,98); }
div.DivClassName
{
background-color: #FFF962;
}
.BgClassName
{
background-color: #FFF962;
}
</style>
border-color css
<style>
span { border-color: #FFF962; }
span { border-color: rgb(255,249,98); }
td.TdClassName
{
border-color: #FFF962;
}
.TagClassName
{
border-color: #FFF962;
}
</style>