Shades of Honeysuckle #F0F062
Tints of Honeysuckle #F0F062
RGB
CMYK
RGB Variations
Color information
#F0F062 (or 0xF0F062) is known color: Honeysuckle. HEX triplet: F0, F0 and 62. RGB value is (240,240,98). Sum of RGB (Red+Green+Blue) = 240+240+98=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 98 (38.67% from 255 or 16.96% from 578); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F062 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F062 is #0F0F9D. Grayscale: #E0E0E0. Windows color (decimal): -987038 or 6484208. OLE color: 6484208.
HSL color Cylindrical-coordinate representation of color #F0F062: hue angle of 60º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0F062 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 98 | - |
| CMYK | 0 | 0 | 0.59 | 0.06 |
| HSL | 60º | 0.83% | 0.66% | - |
| HSV(B) | 60º | 0.59% | 0.94% | - |
| XYZ | 69.3 | 81.73 | 23.68 | - |
| YUV | 223.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 98 | 0 | 0 | 0.59 | 0.06 | 60 | 0.83 | 0.66 |
| Hex | F0 | F0 | 62 | 0 | 0 | 3B | 6 | 3C | 53 | 42 |
| Octal | 360 | 360 | 142 | 0 | 0 | 73 | 6 | 74 | 123 | 102 |
| Binary | 11110000 | 11110000 | 1100010 | 0 | 0 | 111011 | 110 | 111100 | 1010011 | 1000010 |
Color Harmonies of #F0F062
Complementary color
Monochromatic Colors of #F0F062
Black with #F0F062
Text Example
Text Example
White with #F0F062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F062; }
p { color: rgb(240,240,98); }
H1.HeaderClassName
{
color: #F0F062;
}
.AnyTagClassName
{
color: #F0F062;
}
</style>
background-color css
<style>
a { background-color: #F0F062; }
a { background-color: rgb(240,240,98); }
div.DivClassName
{
background-color: #F0F062;
}
.BgClassName
{
background-color: #F0F062;
}
</style>
border-color css
<style>
span { border-color: #F0F062; }
span { border-color: rgb(240,240,98); }
td.TdClassName
{
border-color: #F0F062;
}
.TagClassName
{
border-color: #F0F062;
}
</style>