Shades of Persimmon #F56013
Tints of Persimmon #F56013
RGB
CMYK
RGB Variations
Color information
#F56013 (or 0xF56013) is known color: Persimmon. HEX triplet: F5, 60 and 13. RGB value is (245,96,19). Sum of RGB (Red+Green+Blue) = 245+96+19=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F56013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56013 is #0A9FEC. Grayscale: #848484. Windows color (decimal): -696301 or 1270005. OLE color: 1270005.
HSL color Cylindrical-coordinate representation of color #F56013: hue angle of 20.44º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F56013 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 19 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.04 |
| HSL | 20.44º | 0.92% | 0.52% | - |
| HSV(B) | 20.44º | 0.92% | 0.96% | - |
| XYZ | 41.96 | 27.83 | 3.78 | - |
| YUV | 131.77 | 64.36 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 19 | 0 | 0.61 | 0.92 | 0.04 | 20.44 | 0.92 | 0.52 |
| Hex | F5 | 60 | 13 | 0 | 3D | 5C | 4 | 14 | 5C | 34 |
| Octal | 365 | 140 | 23 | 0 | 75 | 134 | 4 | 24 | 134 | 64 |
| Binary | 11110101 | 1100000 | 10011 | 0 | 111101 | 1011100 | 100 | 10100 | 1011100 | 110100 |
Color Harmonies of #F56013
Complementary color
Monochromatic Colors of #F56013
Black with #F56013
Text Example
Text Example
White with #F56013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56013; }
p { color: rgb(245,96,19); }
H1.HeaderClassName
{
color: #F56013;
}
.AnyTagClassName
{
color: #F56013;
}
</style>
background-color css
<style>
a { background-color: #F56013; }
a { background-color: rgb(245,96,19); }
div.DivClassName
{
background-color: #F56013;
}
.BgClassName
{
background-color: #F56013;
}
</style>
border-color css
<style>
span { border-color: #F56013; }
span { border-color: rgb(245,96,19); }
td.TdClassName
{
border-color: #F56013;
}
.TagClassName
{
border-color: #F56013;
}
</style>