Shades of Honeysuckle #F0F25D
Tints of Honeysuckle #F0F25D
RGB
CMYK
RGB Variations
Color information
#F0F25D (or 0xF0F25D) is known color: Honeysuckle. HEX triplet: F0, F2 and 5D. RGB value is (240,242,93). Sum of RGB (Red+Green+Blue) = 240+242+93=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 93 (36.72% from 255 or 16.17% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F25D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F25D is #0F0DA2. Grayscale: #E1E1E1. Windows color (decimal): -986531 or 6157040. OLE color: 6157040.
HSL color Cylindrical-coordinate representation of color #F0F25D: hue angle of 60.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0F25D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 93 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.05 |
| HSL | 60.81º | 0.85% | 0.66% | - |
| HSV(B) | 60.81º | 0.62% | 0.95% | - |
| XYZ | 69.66 | 82.82 | 22.67 | - |
| YUV | 224.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 93 | 0.01 | 0 | 0.62 | 0.05 | 60.81 | 0.85 | 0.66 |
| Hex | F0 | F2 | 5D | 1 | 0 | 3E | 5 | 3D | 55 | 42 |
| Octal | 360 | 362 | 135 | 1 | 0 | 76 | 5 | 75 | 125 | 102 |
| Binary | 11110000 | 11110010 | 1011101 | 1 | 0 | 111110 | 101 | 111101 | 1010101 | 1000010 |
Color Harmonies of #F0F25D
Complementary color
Monochromatic Colors of #F0F25D
Black with #F0F25D
Text Example
Text Example
White with #F0F25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F25D; }
p { color: rgb(240,242,93); }
H1.HeaderClassName
{
color: #F0F25D;
}
.AnyTagClassName
{
color: #F0F25D;
}
</style>
background-color css
<style>
a { background-color: #F0F25D; }
a { background-color: rgb(240,242,93); }
div.DivClassName
{
background-color: #F0F25D;
}
.BgClassName
{
background-color: #F0F25D;
}
</style>
border-color css
<style>
span { border-color: #F0F25D; }
span { border-color: rgb(240,242,93); }
td.TdClassName
{
border-color: #F0F25D;
}
.TagClassName
{
border-color: #F0F25D;
}
</style>