Shades of Laser Lemon #F7F963
Tints of Laser Lemon #F7F963
RGB
CMYK
RGB Variations
Color information
#F7F963 (or 0xF7F963) is known color: Laser Lemon. HEX triplet: F7, F9 and 63. RGB value is (247,249,99). Sum of RGB (Red+Green+Blue) = 247+249+99=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 99 (39.06% from 255 or 16.64% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F963 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F963 is #08069C. Grayscale: #E7E7E7. Windows color (decimal): -525981 or 6552055. OLE color: 6552055.
HSL color Cylindrical-coordinate representation of color #F7F963: hue angle of 60.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7F963 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 249 | 99 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.02 |
| HSL | 60.8º | 0.93% | 0.68% | - |
| HSV(B) | 60.8º | 0.6% | 0.98% | - |
| XYZ | 74.49 | 88.43 | 24.95 | - |
| YUV | 231.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 249 | 99 | 0.01 | 0 | 0.60 | 0.02 | 60.8 | 0.93 | 0.68 |
| Hex | F7 | F9 | 63 | 1 | 0 | 3C | 2 | 3D | 5D | 44 |
| Octal | 367 | 371 | 143 | 1 | 0 | 74 | 2 | 75 | 135 | 104 |
| Binary | 11110111 | 11111001 | 1100011 | 1 | 0 | 111100 | 10 | 111101 | 1011101 | 1000100 |
Color Harmonies of #F7F963
Complementary color
Monochromatic Colors of #F7F963
Black with #F7F963
Text Example
Text Example
White with #F7F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F963; }
p { color: rgb(247,249,99); }
H1.HeaderClassName
{
color: #F7F963;
}
.AnyTagClassName
{
color: #F7F963;
}
</style>
background-color css
<style>
a { background-color: #F7F963; }
a { background-color: rgb(247,249,99); }
div.DivClassName
{
background-color: #F7F963;
}
.BgClassName
{
background-color: #F7F963;
}
</style>
border-color css
<style>
span { border-color: #F7F963; }
span { border-color: rgb(247,249,99); }
td.TdClassName
{
border-color: #F7F963;
}
.TagClassName
{
border-color: #F7F963;
}
</style>