Shades of Persimmon #F55917
Tints of Persimmon #F55917
RGB
CMYK
RGB Variations
Color information
#F55917 (or 0xF55917) is known color: Persimmon. HEX triplet: F5, 59 and 17. RGB value is (245,89,23). Sum of RGB (Red+Green+Blue) = 245+89+23=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F55917 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55917 is #0AA6E8. Grayscale: #808080. Windows color (decimal): -698089 or 1530357. OLE color: 1530357.
HSL color Cylindrical-coordinate representation of color #F55917: hue angle of 17.84º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F55917 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 23 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.04 |
| HSL | 17.84º | 0.92% | 0.53% | - |
| HSV(B) | 17.84º | 0.91% | 0.96% | - |
| XYZ | 41.38 | 26.62 | 3.77 | - |
| YUV | 128.12 | 68.68 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 23 | 0 | 0.64 | 0.91 | 0.04 | 17.84 | 0.92 | 0.53 |
| Hex | F5 | 59 | 17 | 0 | 40 | 5B | 4 | 12 | 5C | 35 |
| Octal | 365 | 131 | 27 | 0 | 100 | 133 | 4 | 22 | 134 | 65 |
| Binary | 11110101 | 1011001 | 10111 | 0 | 1000000 | 1011011 | 100 | 10010 | 1011100 | 110101 |
Color Harmonies of #F55917
Complementary color
Monochromatic Colors of #F55917
Black with #F55917
Text Example
Text Example
White with #F55917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55917; }
p { color: rgb(245,89,23); }
H1.HeaderClassName
{
color: #F55917;
}
.AnyTagClassName
{
color: #F55917;
}
</style>
background-color css
<style>
a { background-color: #F55917; }
a { background-color: rgb(245,89,23); }
div.DivClassName
{
background-color: #F55917;
}
.BgClassName
{
background-color: #F55917;
}
</style>
border-color css
<style>
span { border-color: #F55917; }
span { border-color: rgb(245,89,23); }
td.TdClassName
{
border-color: #F55917;
}
.TagClassName
{
border-color: #F55917;
}
</style>