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