Shades of Laser Lemon #F9F764
Tints of Laser Lemon #F9F764
RGB
CMYK
RGB Variations
Color information
#F9F764 (or 0xF9F764) is known color: Laser Lemon. HEX triplet: F9, F7 and 64. RGB value is (249,247,100). Sum of RGB (Red+Green+Blue) = 249+247+100=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 100 (39.45% from 255 or 16.78% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F764 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F764 is #06089B. Grayscale: #E7E7E7. Windows color (decimal): -395420 or 6617081. OLE color: 6617081.
HSL color Cylindrical-coordinate representation of color #F9F764: hue angle of 59.19º 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 #F9F764 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 247 | 100 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.02 |
| HSL | 59.19º | 0.93% | 0.68% | - |
| HSV(B) | 59.19º | 0.6% | 0.98% | - |
| XYZ | 74.63 | 87.58 | 25.03 | - |
| YUV | 230.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 247 | 100 | 0 | 0.01 | 0.60 | 0.02 | 59.19 | 0.93 | 0.68 |
| Hex | F9 | F7 | 64 | 0 | 1 | 3C | 2 | 3B | 5D | 44 |
| Octal | 371 | 367 | 144 | 0 | 1 | 74 | 2 | 73 | 135 | 104 |
| Binary | 11111001 | 11110111 | 1100100 | 0 | 1 | 111100 | 10 | 111011 | 1011101 | 1000100 |
Color Harmonies of #F9F764
Complementary color
Monochromatic Colors of #F9F764
Black with #F9F764
Text Example
Text Example
White with #F9F764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F764; }
p { color: rgb(249,247,100); }
H1.HeaderClassName
{
color: #F9F764;
}
.AnyTagClassName
{
color: #F9F764;
}
</style>
background-color css
<style>
a { background-color: #F9F764; }
a { background-color: rgb(249,247,100); }
div.DivClassName
{
background-color: #F9F764;
}
.BgClassName
{
background-color: #F9F764;
}
</style>
border-color css
<style>
span { border-color: #F9F764; }
span { border-color: rgb(249,247,100); }
td.TdClassName
{
border-color: #F9F764;
}
.TagClassName
{
border-color: #F9F764;
}
</style>