Shades of Laser Lemon #F9F966
Tints of Laser Lemon #F9F966
RGB
CMYK
RGB Variations
Color information
#F9F966 (or 0xF9F966) is known color: Laser Lemon. HEX triplet: F9, F9 and 66. RGB value is (249,249,102). Sum of RGB (Red+Green+Blue) = 249+249+102=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 102 (40.23% from 255 or 17% from 600); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F966 is #060699. Grayscale: #E8E8E8. Windows color (decimal): -394906 or 6748665. OLE color: 6748665.
HSL color Cylindrical-coordinate representation of color #F9F966: hue angle of 60º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9F966 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 249 | 102 | - |
| CMYK | 0 | 0 | 0.59 | 0.02 |
| HSL | 60º | 0.92% | 0.69% | - |
| HSV(B) | 60º | 0.59% | 0.98% | - |
| XYZ | 75.34 | 88.85 | 25.75 | - |
| YUV | 232.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 249 | 102 | 0 | 0 | 0.59 | 0.02 | 60 | 0.92 | 0.69 |
| Hex | F9 | F9 | 66 | 0 | 0 | 3B | 2 | 3C | 5C | 45 |
| Octal | 371 | 371 | 146 | 0 | 0 | 73 | 2 | 74 | 134 | 105 |
| Binary | 11111001 | 11111001 | 1100110 | 0 | 0 | 111011 | 10 | 111100 | 1011100 | 1000101 |
Color Harmonies of #F9F966
Complementary color
Monochromatic Colors of #F9F966
Black with #F9F966
Text Example
Text Example
White with #F9F966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F966; }
p { color: rgb(249,249,102); }
H1.HeaderClassName
{
color: #F9F966;
}
.AnyTagClassName
{
color: #F9F966;
}
</style>
background-color css
<style>
a { background-color: #F9F966; }
a { background-color: rgb(249,249,102); }
div.DivClassName
{
background-color: #F9F966;
}
.BgClassName
{
background-color: #F9F966;
}
</style>
border-color css
<style>
span { border-color: #F9F966; }
span { border-color: rgb(249,249,102); }
td.TdClassName
{
border-color: #F9F966;
}
.TagClassName
{
border-color: #F9F966;
}
</style>