Shades of Persimmon #F55C10
Tints of Persimmon #F55C10
RGB
CMYK
RGB Variations
Color information
#F55C10 (or 0xF55C10) is known color: Persimmon. HEX triplet: F5, 5C and 10. RGB value is (245,92,16). Sum of RGB (Red+Green+Blue) = 245+92+16=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C10 is #0AA3EF. Grayscale: #818181. Windows color (decimal): -697328 or 1072373. OLE color: 1072373.
HSL color Cylindrical-coordinate representation of color #F55C10: hue angle of 19.91º 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 #F55C10 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.04 |
| HSL | 19.91º | 0.92% | 0.51% | - |
| HSV(B) | 19.91º | 0.93% | 0.96% | - |
| XYZ | 41.58 | 27.1 | 3.53 | - |
| YUV | 129.08 | 64.19 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 16 | 0 | 0.62 | 0.93 | 0.04 | 19.91 | 0.92 | 0.51 |
| Hex | F5 | 5C | 10 | 0 | 3E | 5D | 4 | 14 | 5C | 33 |
| Octal | 365 | 134 | 20 | 0 | 76 | 135 | 4 | 24 | 134 | 63 |
| Binary | 11110101 | 1011100 | 10000 | 0 | 111110 | 1011101 | 100 | 10100 | 1011100 | 110011 |
Color Harmonies of #F55C10
Complementary color
Monochromatic Colors of #F55C10
Black with #F55C10
Text Example
Text Example
White with #F55C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C10; }
p { color: rgb(245,92,16); }
H1.HeaderClassName
{
color: #F55C10;
}
.AnyTagClassName
{
color: #F55C10;
}
</style>
background-color css
<style>
a { background-color: #F55C10; }
a { background-color: rgb(245,92,16); }
div.DivClassName
{
background-color: #F55C10;
}
.BgClassName
{
background-color: #F55C10;
}
</style>
border-color css
<style>
span { border-color: #F55C10; }
span { border-color: rgb(245,92,16); }
td.TdClassName
{
border-color: #F55C10;
}
.TagClassName
{
border-color: #F55C10;
}
</style>