Shades of Persimmon #F55C13
Tints of Persimmon #F55C13
RGB
CMYK
RGB Variations
Color information
#F55C13 (or 0xF55C13) is known color: Persimmon. HEX triplet: F5, 5C and 13. RGB value is (245,92,19). Sum of RGB (Red+Green+Blue) = 245+92+19=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C13 is #0AA3EC. Grayscale: #818181. Windows color (decimal): -697325 or 1268981. OLE color: 1268981.
HSL color Cylindrical-coordinate representation of color #F55C13: hue angle of 19.38º 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 #F55C13 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 19 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.04 |
| HSL | 19.38º | 0.92% | 0.52% | - |
| HSV(B) | 19.38º | 0.92% | 0.96% | - |
| XYZ | 41.6 | 27.11 | 3.66 | - |
| YUV | 129.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 19 | 0 | 0.62 | 0.92 | 0.04 | 19.38 | 0.92 | 0.52 |
| Hex | F5 | 5C | 13 | 0 | 3E | 5C | 4 | 13 | 5C | 34 |
| Octal | 365 | 134 | 23 | 0 | 76 | 134 | 4 | 23 | 134 | 64 |
| Binary | 11110101 | 1011100 | 10011 | 0 | 111110 | 1011100 | 100 | 10011 | 1011100 | 110100 |
Color Harmonies of #F55C13
Complementary color
Monochromatic Colors of #F55C13
Black with #F55C13
Text Example
Text Example
White with #F55C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C13; }
p { color: rgb(245,92,19); }
H1.HeaderClassName
{
color: #F55C13;
}
.AnyTagClassName
{
color: #F55C13;
}
</style>
background-color css
<style>
a { background-color: #F55C13; }
a { background-color: rgb(245,92,19); }
div.DivClassName
{
background-color: #F55C13;
}
.BgClassName
{
background-color: #F55C13;
}
</style>
border-color css
<style>
span { border-color: #F55C13; }
span { border-color: rgb(245,92,19); }
td.TdClassName
{
border-color: #F55C13;
}
.TagClassName
{
border-color: #F55C13;
}
</style>