Shades of Honeysuckle #F0F065
Tints of Honeysuckle #F0F065
RGB
CMYK
RGB Variations
Color information
#F0F065 (or 0xF0F065) is known color: Honeysuckle. HEX triplet: F0, F0 and 65. RGB value is (240,240,101). Sum of RGB (Red+Green+Blue) = 240+240+101=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F065 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F065 is #0F0F9A. Grayscale: #E0E0E0. Windows color (decimal): -987035 or 6680816. OLE color: 6680816.
HSL color Cylindrical-coordinate representation of color #F0F065: hue angle of 60º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0F065 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 101 | - |
| CMYK | 0 | 0 | 0.58 | 0.06 |
| HSL | 60º | 0.82% | 0.67% | - |
| HSV(B) | 60º | 0.58% | 0.94% | - |
| XYZ | 69.44 | 81.79 | 24.44 | - |
| YUV | 224.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 101 | 0 | 0 | 0.58 | 0.06 | 60 | 0.82 | 0.67 |
| Hex | F0 | F0 | 65 | 0 | 0 | 3A | 6 | 3C | 52 | 43 |
| Octal | 360 | 360 | 145 | 0 | 0 | 72 | 6 | 74 | 122 | 103 |
| Binary | 11110000 | 11110000 | 1100101 | 0 | 0 | 111010 | 110 | 111100 | 1010010 | 1000011 |
Color Harmonies of #F0F065
Complementary color
Monochromatic Colors of #F0F065
Black with #F0F065
Text Example
Text Example
White with #F0F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F065; }
p { color: rgb(240,240,101); }
H1.HeaderClassName
{
color: #F0F065;
}
.AnyTagClassName
{
color: #F0F065;
}
</style>
background-color css
<style>
a { background-color: #F0F065; }
a { background-color: rgb(240,240,101); }
div.DivClassName
{
background-color: #F0F065;
}
.BgClassName
{
background-color: #F0F065;
}
</style>
border-color css
<style>
span { border-color: #F0F065; }
span { border-color: rgb(240,240,101); }
td.TdClassName
{
border-color: #F0F065;
}
.TagClassName
{
border-color: #F0F065;
}
</style>