Shades of Persimmon #F45E11
Tints of Persimmon #F45E11
RGB
CMYK
RGB Variations
Color information
#F45E11 (or 0xF45E11) is known color: Persimmon. HEX triplet: F4, 5E and 11. RGB value is (244,94,17). Sum of RGB (Red+Green+Blue) = 244+94+17=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45E11 is #0BA1EE. Grayscale: #828282. Windows color (decimal): -762351 or 1138420. OLE color: 1138420.
HSL color Cylindrical-coordinate representation of color #F45E11: hue angle of 20.35º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F45E11 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.04 |
| HSL | 20.35º | 0.91% | 0.51% | - |
| HSV(B) | 20.35º | 0.93% | 0.96% | - |
| XYZ | 41.41 | 27.28 | 3.61 | - |
| YUV | 130.07 | 64.2 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 17 | 0 | 0.61 | 0.93 | 0.04 | 20.35 | 0.91 | 0.51 |
| Hex | F4 | 5E | 11 | 0 | 3D | 5D | 4 | 14 | 5B | 33 |
| Octal | 364 | 136 | 21 | 0 | 75 | 135 | 4 | 24 | 133 | 63 |
| Binary | 11110100 | 1011110 | 10001 | 0 | 111101 | 1011101 | 100 | 10100 | 1011011 | 110011 |
Color Harmonies of #F45E11
Complementary color
Monochromatic Colors of #F45E11
Black with #F45E11
Text Example
Text Example
White with #F45E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45E11; }
p { color: rgb(244,94,17); }
H1.HeaderClassName
{
color: #F45E11;
}
.AnyTagClassName
{
color: #F45E11;
}
</style>
background-color css
<style>
a { background-color: #F45E11; }
a { background-color: rgb(244,94,17); }
div.DivClassName
{
background-color: #F45E11;
}
.BgClassName
{
background-color: #F45E11;
}
</style>
border-color css
<style>
span { border-color: #F45E11; }
span { border-color: rgb(244,94,17); }
td.TdClassName
{
border-color: #F45E11;
}
.TagClassName
{
border-color: #F45E11;
}
</style>