Shades of Persimmon #F55509
Tints of Persimmon #F55509
RGB
CMYK
RGB Variations
Color information
#F55509 (or 0xF55509) is known color: Persimmon. HEX triplet: F5, 55 and 09. RGB value is (245,85,9). Sum of RGB (Red+Green+Blue) = 245+85+9=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F55509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55509 is #0AAAF6. Grayscale: #7C7C7C. Windows color (decimal): -699127 or 611829. OLE color: 611829.
HSL color Cylindrical-coordinate representation of color #F55509: hue angle of 19.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F55509 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.04 |
| HSL | 19.32º | 0.93% | 0.5% | - |
| HSV(B) | 19.32º | 0.96% | 0.96% | - |
| XYZ | 40.95 | 25.93 | 3.1 | - |
| YUV | 124.18 | 63.01 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 9 | 0 | 0.65 | 0.96 | 0.04 | 19.32 | 0.93 | 0.5 |
| Hex | F5 | 55 | 9 | 0 | 41 | 60 | 4 | 13 | 5D | 32 |
| Octal | 365 | 125 | 11 | 0 | 101 | 140 | 4 | 23 | 135 | 62 |
| Binary | 11110101 | 1010101 | 1001 | 0 | 1000001 | 1100000 | 100 | 10011 | 1011101 | 110010 |
Color Harmonies of #F55509
Complementary color
Monochromatic Colors of #F55509
Black with #F55509
Text Example
Text Example
White with #F55509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55509; }
p { color: rgb(245,85,9); }
H1.HeaderClassName
{
color: #F55509;
}
.AnyTagClassName
{
color: #F55509;
}
</style>
background-color css
<style>
a { background-color: #F55509; }
a { background-color: rgb(245,85,9); }
div.DivClassName
{
background-color: #F55509;
}
.BgClassName
{
background-color: #F55509;
}
</style>
border-color css
<style>
span { border-color: #F55509; }
span { border-color: rgb(245,85,9); }
td.TdClassName
{
border-color: #F55509;
}
.TagClassName
{
border-color: #F55509;
}
</style>