Shades of Manz #F0E253
Tints of Manz #F0E253
RGB
CMYK
RGB Variations
Color information
#F0E253 (or 0xF0E253) is known color: Manz. HEX triplet: F0, E2 and 53. RGB value is (240,226,83). Sum of RGB (Red+Green+Blue) = 240+226+83=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E253 is #0F1DAC. Grayscale: #D6D6D6. Windows color (decimal): -990637 or 5497584. OLE color: 5497584.
HSL color Cylindrical-coordinate representation of color #F0E253: hue angle of 54.65º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0E253 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 83 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.06 |
| HSL | 54.65º | 0.84% | 0.63% | - |
| HSV(B) | 54.65º | 0.65% | 0.94% | - |
| XYZ | 64.69 | 73.54 | 18.97 | - |
| YUV | 213.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 83 | 0 | 0.06 | 0.65 | 0.06 | 54.65 | 0.84 | 0.63 |
| Hex | F0 | E2 | 53 | 0 | 6 | 41 | 6 | 37 | 54 | 3F |
| Octal | 360 | 342 | 123 | 0 | 6 | 101 | 6 | 67 | 124 | 77 |
| Binary | 11110000 | 11100010 | 1010011 | 0 | 110 | 1000001 | 110 | 110111 | 1010100 | 111111 |
Color Harmonies of #F0E253
Complementary color
Monochromatic Colors of #F0E253
Black with #F0E253
Text Example
Text Example
White with #F0E253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E253; }
p { color: rgb(240,226,83); }
H1.HeaderClassName
{
color: #F0E253;
}
.AnyTagClassName
{
color: #F0E253;
}
</style>
background-color css
<style>
a { background-color: #F0E253; }
a { background-color: rgb(240,226,83); }
div.DivClassName
{
background-color: #F0E253;
}
.BgClassName
{
background-color: #F0E253;
}
</style>
border-color css
<style>
span { border-color: #F0E253; }
span { border-color: rgb(240,226,83); }
td.TdClassName
{
border-color: #F0E253;
}
.TagClassName
{
border-color: #F0E253;
}
</style>