Shades of Honeysuckle #F2F164
Tints of Honeysuckle #F2F164
RGB
CMYK
RGB Variations
Color information
#F2F164 (or 0xF2F164) is known color: Honeysuckle. HEX triplet: F2, F1 and 64. RGB value is (242,241,100). Sum of RGB (Red+Green+Blue) = 242+241+100=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 100 (39.45% from 255 or 17.15% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F164 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F164 is #0D0E9B. Grayscale: #E1E1E1. Windows color (decimal): -855708 or 6615538. OLE color: 6615538.
HSL color Cylindrical-coordinate representation of color #F2F164: 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.59%. Process color model (Four color, CMYK) of #F2F164 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 100 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.05 |
| HSL | 59.58º | 0.85% | 0.67% | - |
| HSV(B) | 59.58º | 0.59% | 0.95% | - |
| XYZ | 70.37 | 82.71 | 24.31 | - |
| YUV | 225.23 | 57.33 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 100 | 0 | 0.00 | 0.59 | 0.05 | 59.58 | 0.85 | 0.67 |
| Hex | F2 | F1 | 64 | 0 | 0 | 3B | 5 | 3C | 55 | 43 |
| Octal | 362 | 361 | 144 | 0 | 0 | 73 | 5 | 74 | 125 | 103 |
| Binary | 11110010 | 11110001 | 1100100 | 0 | 0 | 111011 | 101 | 111100 | 1010101 | 1000011 |
Color Harmonies of #F2F164
Complementary color
Monochromatic Colors of #F2F164
Black with #F2F164
Text Example
Text Example
White with #F2F164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F164; }
p { color: rgb(242,241,100); }
H1.HeaderClassName
{
color: #F2F164;
}
.AnyTagClassName
{
color: #F2F164;
}
</style>
background-color css
<style>
a { background-color: #F2F164; }
a { background-color: rgb(242,241,100); }
div.DivClassName
{
background-color: #F2F164;
}
.BgClassName
{
background-color: #F2F164;
}
</style>
border-color css
<style>
span { border-color: #F2F164; }
span { border-color: rgb(242,241,100); }
td.TdClassName
{
border-color: #F2F164;
}
.TagClassName
{
border-color: #F2F164;
}
</style>