Shades of Honeysuckle #F0F25F
Tints of Honeysuckle #F0F25F
RGB
CMYK
RGB Variations
Color information
#F0F25F (or 0xF0F25F) is known color: Honeysuckle. HEX triplet: F0, F2 and 5F. RGB value is (240,242,95). Sum of RGB (Red+Green+Blue) = 240+242+95=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 95 (37.5% from 255 or 16.46% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F25F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F25F is #0F0DA0. Grayscale: #E1E1E1. Windows color (decimal): -986529 or 6288112. OLE color: 6288112.
HSL color Cylindrical-coordinate representation of color #F0F25F: hue angle of 60.82º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0F25F is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 95 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.05 |
| HSL | 60.82º | 0.85% | 0.66% | - |
| HSV(B) | 60.82º | 0.61% | 0.95% | - |
| XYZ | 69.75 | 82.86 | 23.14 | - |
| YUV | 224.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 95 | 0.01 | 0 | 0.61 | 0.05 | 60.82 | 0.85 | 0.66 |
| Hex | F0 | F2 | 5F | 1 | 0 | 3D | 5 | 3D | 55 | 42 |
| Octal | 360 | 362 | 137 | 1 | 0 | 75 | 5 | 75 | 125 | 102 |
| Binary | 11110000 | 11110010 | 1011111 | 1 | 0 | 111101 | 101 | 111101 | 1010101 | 1000010 |
Color Harmonies of #F0F25F
Complementary color
Monochromatic Colors of #F0F25F
Black with #F0F25F
Text Example
Text Example
White with #F0F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F25F; }
p { color: rgb(240,242,95); }
H1.HeaderClassName
{
color: #F0F25F;
}
.AnyTagClassName
{
color: #F0F25F;
}
</style>
background-color css
<style>
a { background-color: #F0F25F; }
a { background-color: rgb(240,242,95); }
div.DivClassName
{
background-color: #F0F25F;
}
.BgClassName
{
background-color: #F0F25F;
}
</style>
border-color css
<style>
span { border-color: #F0F25F; }
span { border-color: rgb(240,242,95); }
td.TdClassName
{
border-color: #F0F25F;
}
.TagClassName
{
border-color: #F0F25F;
}
</style>