Shades of Persimmon #F55717
Tints of Persimmon #F55717
RGB
CMYK
RGB Variations
Color information
#F55717 (or 0xF55717) is known color: Persimmon. HEX triplet: F5, 57 and 17. RGB value is (245,87,23). Sum of RGB (Red+Green+Blue) = 245+87+23=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F55717 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55717 is #0AA8E8. Grayscale: #7F7F7F. Windows color (decimal): -698601 or 1529845. OLE color: 1529845.
HSL color Cylindrical-coordinate representation of color #F55717: hue angle of 17.3º 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 #F55717 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 23 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.04 |
| HSL | 17.3º | 0.92% | 0.53% | - |
| HSV(B) | 17.3º | 0.91% | 0.96% | - |
| XYZ | 41.22 | 26.29 | 3.71 | - |
| YUV | 126.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 23 | 0 | 0.64 | 0.91 | 0.04 | 17.3 | 0.92 | 0.53 |
| Hex | F5 | 57 | 17 | 0 | 40 | 5B | 4 | 11 | 5C | 35 |
| Octal | 365 | 127 | 27 | 0 | 100 | 133 | 4 | 21 | 134 | 65 |
| Binary | 11110101 | 1010111 | 10111 | 0 | 1000000 | 1011011 | 100 | 10001 | 1011100 | 110101 |
Color Harmonies of #F55717
Complementary color
Monochromatic Colors of #F55717
Black with #F55717
Text Example
Text Example
White with #F55717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55717; }
p { color: rgb(245,87,23); }
H1.HeaderClassName
{
color: #F55717;
}
.AnyTagClassName
{
color: #F55717;
}
</style>
background-color css
<style>
a { background-color: #F55717; }
a { background-color: rgb(245,87,23); }
div.DivClassName
{
background-color: #F55717;
}
.BgClassName
{
background-color: #F55717;
}
</style>
border-color css
<style>
span { border-color: #F55717; }
span { border-color: rgb(245,87,23); }
td.TdClassName
{
border-color: #F55717;
}
.TagClassName
{
border-color: #F55717;
}
</style>