Shades of Persimmon #F55F09
Tints of Persimmon #F55F09
RGB
CMYK
RGB Variations
Color information
#F55F09 (or 0xF55F09) is known color: Persimmon. HEX triplet: F5, 5F and 09. RGB value is (245,95,9). Sum of RGB (Red+Green+Blue) = 245+95+9=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F09 is #0AA0F6. Grayscale: #828282. Windows color (decimal): -696567 or 614389. OLE color: 614389.
HSL color Cylindrical-coordinate representation of color #F55F09: hue angle of 21.86º 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 #F55F09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.04 |
| HSL | 21.86º | 0.93% | 0.5% | - |
| HSV(B) | 21.86º | 0.96% | 0.96% | - |
| XYZ | 41.8 | 27.62 | 3.39 | - |
| YUV | 130.05 | 59.7 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 9 | 0 | 0.61 | 0.96 | 0.04 | 21.86 | 0.93 | 0.5 |
| Hex | F5 | 5F | 9 | 0 | 3D | 60 | 4 | 16 | 5D | 32 |
| Octal | 365 | 137 | 11 | 0 | 75 | 140 | 4 | 26 | 135 | 62 |
| Binary | 11110101 | 1011111 | 1001 | 0 | 111101 | 1100000 | 100 | 10110 | 1011101 | 110010 |
Color Harmonies of #F55F09
Complementary color
Monochromatic Colors of #F55F09
Black with #F55F09
Text Example
Text Example
White with #F55F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F09; }
p { color: rgb(245,95,9); }
H1.HeaderClassName
{
color: #F55F09;
}
.AnyTagClassName
{
color: #F55F09;
}
</style>
background-color css
<style>
a { background-color: #F55F09; }
a { background-color: rgb(245,95,9); }
div.DivClassName
{
background-color: #F55F09;
}
.BgClassName
{
background-color: #F55F09;
}
</style>
border-color css
<style>
span { border-color: #F55F09; }
span { border-color: rgb(245,95,9); }
td.TdClassName
{
border-color: #F55F09;
}
.TagClassName
{
border-color: #F55F09;
}
</style>