Shades of Laser Lemon #F9F768
Tints of Laser Lemon #F9F768
RGB
CMYK
RGB Variations
Color information
#F9F768 (or 0xF9F768) is known color: Laser Lemon. HEX triplet: F9, F7 and 68. RGB value is (249,247,104). Sum of RGB (Red+Green+Blue) = 249+247+104=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 104 (41.02% from 255 or 17.33% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F768 is #060897. Grayscale: #E7E7E7. Windows color (decimal): -395416 or 6879225. OLE color: 6879225.
HSL color Cylindrical-coordinate representation of color #F9F768: hue angle of 59.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9F768 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 247 | 104 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.02 |
| HSL | 59.17º | 0.92% | 0.69% | - |
| HSV(B) | 59.17º | 0.58% | 0.98% | - |
| XYZ | 74.83 | 87.66 | 26.07 | - |
| YUV | 231.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 247 | 104 | 0 | 0.01 | 0.58 | 0.02 | 59.17 | 0.92 | 0.69 |
| Hex | F9 | F7 | 68 | 0 | 1 | 3A | 2 | 3B | 5C | 45 |
| Octal | 371 | 367 | 150 | 0 | 1 | 72 | 2 | 73 | 134 | 105 |
| Binary | 11111001 | 11110111 | 1101000 | 0 | 1 | 111010 | 10 | 111011 | 1011100 | 1000101 |
Color Harmonies of #F9F768
Complementary color
Monochromatic Colors of #F9F768
Black with #F9F768
Text Example
Text Example
White with #F9F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F768; }
p { color: rgb(249,247,104); }
H1.HeaderClassName
{
color: #F9F768;
}
.AnyTagClassName
{
color: #F9F768;
}
</style>
background-color css
<style>
a { background-color: #F9F768; }
a { background-color: rgb(249,247,104); }
div.DivClassName
{
background-color: #F9F768;
}
.BgClassName
{
background-color: #F9F768;
}
</style>
border-color css
<style>
span { border-color: #F9F768; }
span { border-color: rgb(249,247,104); }
td.TdClassName
{
border-color: #F9F768;
}
.TagClassName
{
border-color: #F9F768;
}
</style>