Shades of Persimmon #F55718
Tints of Persimmon #F55718
RGB
CMYK
RGB Variations
Color information
#F55718 (or 0xF55718) is known color: Persimmon. HEX triplet: F5, 57 and 18. RGB value is (245,87,24). Sum of RGB (Red+Green+Blue) = 245+87+24=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F55718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55718 is #0AA8E7. Grayscale: #7F7F7F. Windows color (decimal): -698600 or 1595381. OLE color: 1595381.
HSL color Cylindrical-coordinate representation of color #F55718: hue angle of 17.1º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F55718 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 24 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.04 |
| HSL | 17.1º | 0.92% | 0.53% | - |
| HSV(B) | 17.1º | 0.9% | 0.96% | - |
| XYZ | 41.23 | 26.29 | 3.77 | - |
| YUV | 127.06 | 69.85 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 24 | 0 | 0.64 | 0.90 | 0.04 | 17.1 | 0.92 | 0.53 |
| Hex | F5 | 57 | 18 | 0 | 40 | 5A | 4 | 11 | 5C | 35 |
| Octal | 365 | 127 | 30 | 0 | 100 | 132 | 4 | 21 | 134 | 65 |
| Binary | 11110101 | 1010111 | 11000 | 0 | 1000000 | 1011010 | 100 | 10001 | 1011100 | 110101 |
Color Harmonies of #F55718
Complementary color
Monochromatic Colors of #F55718
Black with #F55718
Text Example
Text Example
White with #F55718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55718; }
p { color: rgb(245,87,24); }
H1.HeaderClassName
{
color: #F55718;
}
.AnyTagClassName
{
color: #F55718;
}
</style>
background-color css
<style>
a { background-color: #F55718; }
a { background-color: rgb(245,87,24); }
div.DivClassName
{
background-color: #F55718;
}
.BgClassName
{
background-color: #F55718;
}
</style>
border-color css
<style>
span { border-color: #F55718; }
span { border-color: rgb(245,87,24); }
td.TdClassName
{
border-color: #F55718;
}
.TagClassName
{
border-color: #F55718;
}
</style>