Shades of Persimmon #F45E10
Tints of Persimmon #F45E10
RGB
CMYK
RGB Variations
Color information
#F45E10 (or 0xF45E10) is known color: Persimmon. HEX triplet: F4, 5E and 10. RGB value is (244,94,16). Sum of RGB (Red+Green+Blue) = 244+94+16=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45E10 is #0BA1EF. Grayscale: #828282. Windows color (decimal): -762352 or 1072884. OLE color: 1072884.
HSL color Cylindrical-coordinate representation of color #F45E10: hue angle of 20.53º 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 #F45E10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.04 |
| HSL | 20.53º | 0.91% | 0.51% | - |
| HSV(B) | 20.53º | 0.93% | 0.96% | - |
| XYZ | 41.4 | 27.28 | 3.57 | - |
| YUV | 129.96 | 63.7 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 16 | 0 | 0.61 | 0.93 | 0.04 | 20.53 | 0.91 | 0.51 |
| Hex | F4 | 5E | 10 | 0 | 3D | 5D | 4 | 15 | 5B | 33 |
| Octal | 364 | 136 | 20 | 0 | 75 | 135 | 4 | 25 | 133 | 63 |
| Binary | 11110100 | 1011110 | 10000 | 0 | 111101 | 1011101 | 100 | 10101 | 1011011 | 110011 |
Color Harmonies of #F45E10
Complementary color
Monochromatic Colors of #F45E10
Black with #F45E10
Text Example
Text Example
White with #F45E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45E10; }
p { color: rgb(244,94,16); }
H1.HeaderClassName
{
color: #F45E10;
}
.AnyTagClassName
{
color: #F45E10;
}
</style>
background-color css
<style>
a { background-color: #F45E10; }
a { background-color: rgb(244,94,16); }
div.DivClassName
{
background-color: #F45E10;
}
.BgClassName
{
background-color: #F45E10;
}
</style>
border-color css
<style>
span { border-color: #F45E10; }
span { border-color: rgb(244,94,16); }
td.TdClassName
{
border-color: #F45E10;
}
.TagClassName
{
border-color: #F45E10;
}
</style>