Shades of Persimmon #F55C09
Tints of Persimmon #F55C09
RGB
CMYK
RGB Variations
Color information
#F55C09 (or 0xF55C09) is known color: Persimmon. HEX triplet: F5, 5C and 09. RGB value is (245,92,9). Sum of RGB (Red+Green+Blue) = 245+92+9=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C09 is #0AA3F6. Grayscale: #808080. Windows color (decimal): -697335 or 613621. OLE color: 613621.
HSL color Cylindrical-coordinate representation of color #F55C09: hue angle of 21.1º 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 #F55C09 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 9 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.04 |
| HSL | 21.1º | 0.93% | 0.5% | - |
| HSV(B) | 21.1º | 0.96% | 0.96% | - |
| XYZ | 41.53 | 27.09 | 3.3 | - |
| YUV | 128.29 | 60.69 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 9 | 0 | 0.62 | 0.96 | 0.04 | 21.1 | 0.93 | 0.5 |
| Hex | F5 | 5C | 9 | 0 | 3E | 60 | 4 | 15 | 5D | 32 |
| Octal | 365 | 134 | 11 | 0 | 76 | 140 | 4 | 25 | 135 | 62 |
| Binary | 11110101 | 1011100 | 1001 | 0 | 111110 | 1100000 | 100 | 10101 | 1011101 | 110010 |
Color Harmonies of #F55C09
Complementary color
Monochromatic Colors of #F55C09
Black with #F55C09
Text Example
Text Example
White with #F55C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C09; }
p { color: rgb(245,92,9); }
H1.HeaderClassName
{
color: #F55C09;
}
.AnyTagClassName
{
color: #F55C09;
}
</style>
background-color css
<style>
a { background-color: #F55C09; }
a { background-color: rgb(245,92,9); }
div.DivClassName
{
background-color: #F55C09;
}
.BgClassName
{
background-color: #F55C09;
}
</style>
border-color css
<style>
span { border-color: #F55C09; }
span { border-color: rgb(245,92,9); }
td.TdClassName
{
border-color: #F55C09;
}
.TagClassName
{
border-color: #F55C09;
}
</style>