Shades of Persimmon #F55615
Tints of Persimmon #F55615
RGB
CMYK
RGB Variations
Color information
#F55615 (or 0xF55615) is known color: Persimmon. HEX triplet: F5, 56 and 15. RGB value is (245,86,21). Sum of RGB (Red+Green+Blue) = 245+86+21=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F55615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55615 is #0AA9EA. Grayscale: #7E7E7E. Windows color (decimal): -698859 or 1398517. OLE color: 1398517.
HSL color Cylindrical-coordinate representation of color #F55615: hue angle of 17.41º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F55615 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.04 |
| HSL | 17.41º | 0.92% | 0.52% | - |
| HSV(B) | 17.41º | 0.91% | 0.96% | - |
| XYZ | 41.12 | 26.12 | 3.58 | - |
| YUV | 126.13 | 68.68 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 21 | 0 | 0.65 | 0.91 | 0.04 | 17.41 | 0.92 | 0.52 |
| Hex | F5 | 56 | 15 | 0 | 41 | 5B | 4 | 11 | 5C | 34 |
| Octal | 365 | 126 | 25 | 0 | 101 | 133 | 4 | 21 | 134 | 64 |
| Binary | 11110101 | 1010110 | 10101 | 0 | 1000001 | 1011011 | 100 | 10001 | 1011100 | 110100 |
Color Harmonies of #F55615
Complementary color
Monochromatic Colors of #F55615
Black with #F55615
Text Example
Text Example
White with #F55615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55615; }
p { color: rgb(245,86,21); }
H1.HeaderClassName
{
color: #F55615;
}
.AnyTagClassName
{
color: #F55615;
}
</style>
background-color css
<style>
a { background-color: #F55615; }
a { background-color: rgb(245,86,21); }
div.DivClassName
{
background-color: #F55615;
}
.BgClassName
{
background-color: #F55615;
}
</style>
border-color css
<style>
span { border-color: #F55615; }
span { border-color: rgb(245,86,21); }
td.TdClassName
{
border-color: #F55615;
}
.TagClassName
{
border-color: #F55615;
}
</style>