Shades of Persimmon #F15613
Tints of Persimmon #F15613
RGB
CMYK
RGB Variations
Color information
#F15613 (or 0xF15613) is known color: Persimmon. HEX triplet: F1, 56 and 13. RGB value is (241,86,19). Sum of RGB (Red+Green+Blue) = 241+86+19=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F15613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15613 is #0EA9EC. Grayscale: #7D7D7D. Windows color (decimal): -961005 or 1267441. OLE color: 1267441.
HSL color Cylindrical-coordinate representation of color #F15613: hue angle of 18.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F15613 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 19 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.05 |
| HSL | 18.11º | 0.89% | 0.51% | - |
| HSV(B) | 18.11º | 0.92% | 0.95% | - |
| XYZ | 39.72 | 25.4 | 3.43 | - |
| YUV | 124.71 | 68.35 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 19 | 0 | 0.64 | 0.92 | 0.05 | 18.11 | 0.89 | 0.51 |
| Hex | F1 | 56 | 13 | 0 | 40 | 5C | 5 | 12 | 59 | 33 |
| Octal | 361 | 126 | 23 | 0 | 100 | 134 | 5 | 22 | 131 | 63 |
| Binary | 11110001 | 1010110 | 10011 | 0 | 1000000 | 1011100 | 101 | 10010 | 1011001 | 110011 |
Color Harmonies of #F15613
Complementary color
Monochromatic Colors of #F15613
Black with #F15613
Text Example
Text Example
White with #F15613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15613; }
p { color: rgb(241,86,19); }
H1.HeaderClassName
{
color: #F15613;
}
.AnyTagClassName
{
color: #F15613;
}
</style>
background-color css
<style>
a { background-color: #F15613; }
a { background-color: rgb(241,86,19); }
div.DivClassName
{
background-color: #F15613;
}
.BgClassName
{
background-color: #F15613;
}
</style>
border-color css
<style>
span { border-color: #F15613; }
span { border-color: rgb(241,86,19); }
td.TdClassName
{
border-color: #F15613;
}
.TagClassName
{
border-color: #F15613;
}
</style>