Shades of Manz #F0E259
Tints of Manz #F0E259
RGB
CMYK
RGB Variations
Color information
#F0E259 (or 0xF0E259) is known color: Manz. HEX triplet: F0, E2 and 59. RGB value is (240,226,89). Sum of RGB (Red+Green+Blue) = 240+226+89=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 89 (35.16% from 255 or 16.04% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E259 is #0F1DA6. Grayscale: #D7D7D7. Windows color (decimal): -990631 or 5890800. OLE color: 5890800.
HSL color Cylindrical-coordinate representation of color #F0E259: hue angle of 54.44º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0E259 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 89 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.06 |
| HSL | 54.44º | 0.83% | 0.65% | - |
| HSV(B) | 54.44º | 0.63% | 0.94% | - |
| XYZ | 64.93 | 73.64 | 20.24 | - |
| YUV | 214.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 89 | 0 | 0.06 | 0.63 | 0.06 | 54.44 | 0.83 | 0.65 |
| Hex | F0 | E2 | 59 | 0 | 6 | 3F | 6 | 36 | 53 | 41 |
| Octal | 360 | 342 | 131 | 0 | 6 | 77 | 6 | 66 | 123 | 101 |
| Binary | 11110000 | 11100010 | 1011001 | 0 | 110 | 111111 | 110 | 110110 | 1010011 | 1000001 |
Color Harmonies of #F0E259
Complementary color
Monochromatic Colors of #F0E259
Black with #F0E259
Text Example
Text Example
White with #F0E259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E259; }
p { color: rgb(240,226,89); }
H1.HeaderClassName
{
color: #F0E259;
}
.AnyTagClassName
{
color: #F0E259;
}
</style>
background-color css
<style>
a { background-color: #F0E259; }
a { background-color: rgb(240,226,89); }
div.DivClassName
{
background-color: #F0E259;
}
.BgClassName
{
background-color: #F0E259;
}
</style>
border-color css
<style>
span { border-color: #F0E259; }
span { border-color: rgb(240,226,89); }
td.TdClassName
{
border-color: #F0E259;
}
.TagClassName
{
border-color: #F0E259;
}
</style>