Shades of Persimmon #F45710
Tints of Persimmon #F45710
RGB
CMYK
RGB Variations
Color information
#F45710 (or 0xF45710) is known color: Persimmon. HEX triplet: F4, 57 and 10. RGB value is (244,87,16). Sum of RGB (Red+Green+Blue) = 244+87+16=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F45710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45710 is #0BA8EF. Grayscale: #7E7E7E. Windows color (decimal): -764144 or 1071092. OLE color: 1071092.
HSL color Cylindrical-coordinate representation of color #F45710: hue angle of 18.68º 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 #F45710 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.04 |
| HSL | 18.68º | 0.91% | 0.51% | - |
| HSV(B) | 18.68º | 0.93% | 0.96% | - |
| XYZ | 40.81 | 26.09 | 3.37 | - |
| YUV | 125.85 | 66.01 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 16 | 0 | 0.64 | 0.93 | 0.04 | 18.68 | 0.91 | 0.51 |
| Hex | F4 | 57 | 10 | 0 | 40 | 5D | 4 | 13 | 5B | 33 |
| Octal | 364 | 127 | 20 | 0 | 100 | 135 | 4 | 23 | 133 | 63 |
| Binary | 11110100 | 1010111 | 10000 | 0 | 1000000 | 1011101 | 100 | 10011 | 1011011 | 110011 |
Color Harmonies of #F45710
Complementary color
Monochromatic Colors of #F45710
Black with #F45710
Text Example
Text Example
White with #F45710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45710; }
p { color: rgb(244,87,16); }
H1.HeaderClassName
{
color: #F45710;
}
.AnyTagClassName
{
color: #F45710;
}
</style>
background-color css
<style>
a { background-color: #F45710; }
a { background-color: rgb(244,87,16); }
div.DivClassName
{
background-color: #F45710;
}
.BgClassName
{
background-color: #F45710;
}
</style>
border-color css
<style>
span { border-color: #F45710; }
span { border-color: rgb(244,87,16); }
td.TdClassName
{
border-color: #F45710;
}
.TagClassName
{
border-color: #F45710;
}
</style>