Shades of Honeysuckle #F0F064
Tints of Honeysuckle #F0F064
RGB
CMYK
RGB Variations
Color information
#F0F064 (or 0xF0F064) is known color: Honeysuckle. HEX triplet: F0, F0 and 64. RGB value is (240,240,100). Sum of RGB (Red+Green+Blue) = 240+240+100=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 100 (39.45% from 255 or 17.24% from 580); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F064 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F064 is #0F0F9B. Grayscale: #E0E0E0. Windows color (decimal): -987036 or 6615280. OLE color: 6615280.
HSL color Cylindrical-coordinate representation of color #F0F064: 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 #F0F064 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 100 | - |
| CMYK | 0 | 0 | 0.58 | 0.06 |
| HSL | 60º | 0.82% | 0.67% | - |
| HSV(B) | 60º | 0.58% | 0.94% | - |
| XYZ | 69.4 | 81.77 | 24.18 | - |
| YUV | 224.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 100 | 0 | 0 | 0.58 | 0.06 | 60 | 0.82 | 0.67 |
| Hex | F0 | F0 | 64 | 0 | 0 | 3A | 6 | 3C | 52 | 43 |
| Octal | 360 | 360 | 144 | 0 | 0 | 72 | 6 | 74 | 122 | 103 |
| Binary | 11110000 | 11110000 | 1100100 | 0 | 0 | 111010 | 110 | 111100 | 1010010 | 1000011 |
Color Harmonies of #F0F064
Complementary color
Monochromatic Colors of #F0F064
Black with #F0F064
Text Example
Text Example
White with #F0F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F064; }
p { color: rgb(240,240,100); }
H1.HeaderClassName
{
color: #F0F064;
}
.AnyTagClassName
{
color: #F0F064;
}
</style>
background-color css
<style>
a { background-color: #F0F064; }
a { background-color: rgb(240,240,100); }
div.DivClassName
{
background-color: #F0F064;
}
.BgClassName
{
background-color: #F0F064;
}
</style>
border-color css
<style>
span { border-color: #F0F064; }
span { border-color: rgb(240,240,100); }
td.TdClassName
{
border-color: #F0F064;
}
.TagClassName
{
border-color: #F0F064;
}
</style>