Shades of Honeysuckle #F0F15E
Tints of Honeysuckle #F0F15E
RGB
CMYK
RGB Variations
Color information
#F0F15E (or 0xF0F15E) is known color: Honeysuckle. HEX triplet: F0, F1 and 5E. RGB value is (240,241,94). Sum of RGB (Red+Green+Blue) = 240+241+94=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 94 (37.11% from 255 or 16.35% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F15E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F15E is #0F0EA1. Grayscale: #E0E0E0. Windows color (decimal): -986786 or 6222320. OLE color: 6222320.
HSL color Cylindrical-coordinate representation of color #F0F15E: hue angle of 60.41º degrees, saturation: 0.84, 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 #F0F15E is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 94 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.05 |
| HSL | 60.41º | 0.84% | 0.66% | - |
| HSV(B) | 60.41º | 0.61% | 0.95% | - |
| XYZ | 69.41 | 82.24 | 22.81 | - |
| YUV | 223.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 94 | 0.00 | 0 | 0.61 | 0.05 | 60.41 | 0.84 | 0.66 |
| Hex | F0 | F1 | 5E | 0 | 0 | 3D | 5 | 3C | 54 | 42 |
| Octal | 360 | 361 | 136 | 0 | 0 | 75 | 5 | 74 | 124 | 102 |
| Binary | 11110000 | 11110001 | 1011110 | 0 | 0 | 111101 | 101 | 111100 | 1010100 | 1000010 |
Color Harmonies of #F0F15E
Complementary color
Monochromatic Colors of #F0F15E
Black with #F0F15E
Text Example
Text Example
White with #F0F15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F15E; }
p { color: rgb(240,241,94); }
H1.HeaderClassName
{
color: #F0F15E;
}
.AnyTagClassName
{
color: #F0F15E;
}
</style>
background-color css
<style>
a { background-color: #F0F15E; }
a { background-color: rgb(240,241,94); }
div.DivClassName
{
background-color: #F0F15E;
}
.BgClassName
{
background-color: #F0F15E;
}
</style>
border-color css
<style>
span { border-color: #F0F15E; }
span { border-color: rgb(240,241,94); }
td.TdClassName
{
border-color: #F0F15E;
}
.TagClassName
{
border-color: #F0F15E;
}
</style>