Shades of Persimmon #F55510
Tints of Persimmon #F55510
RGB
CMYK
RGB Variations
Color information
#F55510 (or 0xF55510) is known color: Persimmon. HEX triplet: F5, 55 and 10. RGB value is (245,85,16). Sum of RGB (Red+Green+Blue) = 245+85+16=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F55510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55510 is #0AAAEF. Grayscale: #7D7D7D. Windows color (decimal): -699120 or 1070581. OLE color: 1070581.
HSL color Cylindrical-coordinate representation of color #F55510: hue angle of 18.08º 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 #F55510 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.04 |
| HSL | 18.08º | 0.92% | 0.51% | - |
| HSV(B) | 18.08º | 0.93% | 0.96% | - |
| XYZ | 41 | 25.95 | 3.34 | - |
| YUV | 124.97 | 66.51 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 16 | 0 | 0.65 | 0.93 | 0.04 | 18.08 | 0.92 | 0.51 |
| Hex | F5 | 55 | 10 | 0 | 41 | 5D | 4 | 12 | 5C | 33 |
| Octal | 365 | 125 | 20 | 0 | 101 | 135 | 4 | 22 | 134 | 63 |
| Binary | 11110101 | 1010101 | 10000 | 0 | 1000001 | 1011101 | 100 | 10010 | 1011100 | 110011 |
Color Harmonies of #F55510
Complementary color
Monochromatic Colors of #F55510
Black with #F55510
Text Example
Text Example
White with #F55510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55510; }
p { color: rgb(245,85,16); }
H1.HeaderClassName
{
color: #F55510;
}
.AnyTagClassName
{
color: #F55510;
}
</style>
background-color css
<style>
a { background-color: #F55510; }
a { background-color: rgb(245,85,16); }
div.DivClassName
{
background-color: #F55510;
}
.BgClassName
{
background-color: #F55510;
}
</style>
border-color css
<style>
span { border-color: #F55510; }
span { border-color: rgb(245,85,16); }
td.TdClassName
{
border-color: #F55510;
}
.TagClassName
{
border-color: #F55510;
}
</style>