Shades of Persimmon #F55909
Tints of Persimmon #F55909
RGB
CMYK
RGB Variations
Color information
#F55909 (or 0xF55909) is known color: Persimmon. HEX triplet: F5, 59 and 09. RGB value is (245,89,9). Sum of RGB (Red+Green+Blue) = 245+89+9=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F55909 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55909 is #0AA6F6. Grayscale: #7E7E7E. Windows color (decimal): -698103 or 612853. OLE color: 612853.
HSL color Cylindrical-coordinate representation of color #F55909: hue angle of 20.34º 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 #F55909 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.04 |
| HSL | 20.34º | 0.93% | 0.5% | - |
| HSV(B) | 20.34º | 0.96% | 0.96% | - |
| XYZ | 41.28 | 26.58 | 3.21 | - |
| YUV | 126.52 | 61.68 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 9 | 0 | 0.64 | 0.96 | 0.04 | 20.34 | 0.93 | 0.5 |
| Hex | F5 | 59 | 9 | 0 | 40 | 60 | 4 | 14 | 5D | 32 |
| Octal | 365 | 131 | 11 | 0 | 100 | 140 | 4 | 24 | 135 | 62 |
| Binary | 11110101 | 1011001 | 1001 | 0 | 1000000 | 1100000 | 100 | 10100 | 1011101 | 110010 |
Color Harmonies of #F55909
Complementary color
Monochromatic Colors of #F55909
Black with #F55909
Text Example
Text Example
White with #F55909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55909; }
p { color: rgb(245,89,9); }
H1.HeaderClassName
{
color: #F55909;
}
.AnyTagClassName
{
color: #F55909;
}
</style>
background-color css
<style>
a { background-color: #F55909; }
a { background-color: rgb(245,89,9); }
div.DivClassName
{
background-color: #F55909;
}
.BgClassName
{
background-color: #F55909;
}
</style>
border-color css
<style>
span { border-color: #F55909; }
span { border-color: rgb(245,89,9); }
td.TdClassName
{
border-color: #F55909;
}
.TagClassName
{
border-color: #F55909;
}
</style>