Shades of Honeysuckle #F0E56A
Tints of Honeysuckle #F0E56A
RGB
CMYK
RGB Variations
Color information
#F0E56A (or 0xF0E56A) is known color: Honeysuckle. HEX triplet: F0, E5 and 6A. RGB value is (240,229,106). Sum of RGB (Red+Green+Blue) = 240+229+106=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E56A is #0F1A95. Grayscale: #DADADA. Windows color (decimal): -989846 or 7005680. OLE color: 7005680.
HSL color Cylindrical-coordinate representation of color #F0E56A: hue angle of 55.07º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0E56A is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 106 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.06 |
| HSL | 55.07º | 0.82% | 0.68% | - |
| HSV(B) | 55.07º | 0.56% | 0.94% | - |
| XYZ | 66.56 | 75.6 | 24.72 | - |
| YUV | 218.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 106 | 0 | 0.05 | 0.56 | 0.06 | 55.07 | 0.82 | 0.68 |
| Hex | F0 | E5 | 6A | 0 | 5 | 38 | 6 | 37 | 52 | 44 |
| Octal | 360 | 345 | 152 | 0 | 5 | 70 | 6 | 67 | 122 | 104 |
| Binary | 11110000 | 11100101 | 1101010 | 0 | 101 | 111000 | 110 | 110111 | 1010010 | 1000100 |
Color Harmonies of #F0E56A
Complementary color
Monochromatic Colors of #F0E56A
Black with #F0E56A
Text Example
Text Example
White with #F0E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E56A; }
p { color: rgb(240,229,106); }
H1.HeaderClassName
{
color: #F0E56A;
}
.AnyTagClassName
{
color: #F0E56A;
}
</style>
background-color css
<style>
a { background-color: #F0E56A; }
a { background-color: rgb(240,229,106); }
div.DivClassName
{
background-color: #F0E56A;
}
.BgClassName
{
background-color: #F0E56A;
}
</style>
border-color css
<style>
span { border-color: #F0E56A; }
span { border-color: rgb(240,229,106); }
td.TdClassName
{
border-color: #F0E56A;
}
.TagClassName
{
border-color: #F0E56A;
}
</style>