Shades of Persimmon #F55713
Tints of Persimmon #F55713
RGB
CMYK
RGB Variations
Color information
#F55713 (or 0xF55713) is known color: Persimmon. HEX triplet: F5, 57 and 13. RGB value is (245,87,19). Sum of RGB (Red+Green+Blue) = 245+87+19=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F55713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55713 is #0AA8EC. Grayscale: #7E7E7E. Windows color (decimal): -698605 or 1267701. OLE color: 1267701.
HSL color Cylindrical-coordinate representation of color #F55713: hue angle of 18.05º 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 #F55713 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 19 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.04 |
| HSL | 18.05º | 0.92% | 0.52% | - |
| HSV(B) | 18.05º | 0.92% | 0.96% | - |
| XYZ | 41.18 | 26.28 | 3.52 | - |
| YUV | 126.49 | 67.35 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 19 | 0 | 0.64 | 0.92 | 0.04 | 18.05 | 0.92 | 0.52 |
| Hex | F5 | 57 | 13 | 0 | 40 | 5C | 4 | 12 | 5C | 34 |
| Octal | 365 | 127 | 23 | 0 | 100 | 134 | 4 | 22 | 134 | 64 |
| Binary | 11110101 | 1010111 | 10011 | 0 | 1000000 | 1011100 | 100 | 10010 | 1011100 | 110100 |
Color Harmonies of #F55713
Complementary color
Monochromatic Colors of #F55713
Black with #F55713
Text Example
Text Example
White with #F55713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55713; }
p { color: rgb(245,87,19); }
H1.HeaderClassName
{
color: #F55713;
}
.AnyTagClassName
{
color: #F55713;
}
</style>
background-color css
<style>
a { background-color: #F55713; }
a { background-color: rgb(245,87,19); }
div.DivClassName
{
background-color: #F55713;
}
.BgClassName
{
background-color: #F55713;
}
</style>
border-color css
<style>
span { border-color: #F55713; }
span { border-color: rgb(245,87,19); }
td.TdClassName
{
border-color: #F55713;
}
.TagClassName
{
border-color: #F55713;
}
</style>