Shades of Persimmon #F55610
Tints of Persimmon #F55610
RGB
CMYK
RGB Variations
Color information
#F55610 (or 0xF55610) is known color: Persimmon. HEX triplet: F5, 56 and 10. RGB value is (245,86,16). Sum of RGB (Red+Green+Blue) = 245+86+16=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F55610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55610 is #0AA9EF. Grayscale: #7E7E7E. Windows color (decimal): -698864 or 1070837. OLE color: 1070837.
HSL color Cylindrical-coordinate representation of color #F55610: hue angle of 18.34º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F55610 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.04 |
| HSL | 18.34º | 0.92% | 0.51% | - |
| HSV(B) | 18.34º | 0.93% | 0.96% | - |
| XYZ | 41.08 | 26.11 | 3.36 | - |
| YUV | 125.56 | 66.18 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 16 | 0 | 0.65 | 0.93 | 0.04 | 18.34 | 0.92 | 0.51 |
| Hex | F5 | 56 | 10 | 0 | 41 | 5D | 4 | 12 | 5C | 33 |
| Octal | 365 | 126 | 20 | 0 | 101 | 135 | 4 | 22 | 134 | 63 |
| Binary | 11110101 | 1010110 | 10000 | 0 | 1000001 | 1011101 | 100 | 10010 | 1011100 | 110011 |
Color Harmonies of #F55610
Complementary color
Monochromatic Colors of #F55610
Black with #F55610
Text Example
Text Example
White with #F55610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55610; }
p { color: rgb(245,86,16); }
H1.HeaderClassName
{
color: #F55610;
}
.AnyTagClassName
{
color: #F55610;
}
</style>
background-color css
<style>
a { background-color: #F55610; }
a { background-color: rgb(245,86,16); }
div.DivClassName
{
background-color: #F55610;
}
.BgClassName
{
background-color: #F55610;
}
</style>
border-color css
<style>
span { border-color: #F55610; }
span { border-color: rgb(245,86,16); }
td.TdClassName
{
border-color: #F55610;
}
.TagClassName
{
border-color: #F55610;
}
</style>