Shades of Honeysuckle #F2F162
Tints of Honeysuckle #F2F162
RGB
CMYK
RGB Variations
Color information
#F2F162 (or 0xF2F162) is known color: Honeysuckle. HEX triplet: F2, F1 and 62. RGB value is (242,241,98). Sum of RGB (Red+Green+Blue) = 242+241+98=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 98 (38.67% from 255 or 16.87% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F162 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F162 is #0D0E9D. Grayscale: #E1E1E1. Windows color (decimal): -855710 or 6484466. OLE color: 6484466.
HSL color Cylindrical-coordinate representation of color #F2F162: hue angle of 59.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2F162 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 98 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.05 |
| HSL | 59.58º | 0.85% | 0.67% | - |
| HSV(B) | 59.58º | 0.6% | 0.95% | - |
| XYZ | 70.28 | 82.67 | 23.81 | - |
| YUV | 225 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 98 | 0 | 0.00 | 0.60 | 0.05 | 59.58 | 0.85 | 0.67 |
| Hex | F2 | F1 | 62 | 0 | 0 | 3C | 5 | 3C | 55 | 43 |
| Octal | 362 | 361 | 142 | 0 | 0 | 74 | 5 | 74 | 125 | 103 |
| Binary | 11110010 | 11110001 | 1100010 | 0 | 0 | 111100 | 101 | 111100 | 1010101 | 1000011 |
Color Harmonies of #F2F162
Complementary color
Monochromatic Colors of #F2F162
Black with #F2F162
Text Example
Text Example
White with #F2F162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F162; }
p { color: rgb(242,241,98); }
H1.HeaderClassName
{
color: #F2F162;
}
.AnyTagClassName
{
color: #F2F162;
}
</style>
background-color css
<style>
a { background-color: #F2F162; }
a { background-color: rgb(242,241,98); }
div.DivClassName
{
background-color: #F2F162;
}
.BgClassName
{
background-color: #F2F162;
}
</style>
border-color css
<style>
span { border-color: #F2F162; }
span { border-color: rgb(242,241,98); }
td.TdClassName
{
border-color: #F2F162;
}
.TagClassName
{
border-color: #F2F162;
}
</style>