Shades of Persimmon #F55808
Tints of Persimmon #F55808
RGB
CMYK
RGB Variations
Color information
#F55808 (or 0xF55808) is known color: Persimmon. HEX triplet: F5, 58 and 08. RGB value is (245,88,8). Sum of RGB (Red+Green+Blue) = 245+88+8=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F55808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55808 is #0AA7F7. Grayscale: #7E7E7E. Windows color (decimal): -698360 or 547061. OLE color: 547061.
HSL color Cylindrical-coordinate representation of color #F55808: hue angle of 20.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55808 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.04 |
| HSL | 20.25º | 0.94% | 0.5% | - |
| HSV(B) | 20.25º | 0.97% | 0.96% | - |
| XYZ | 41.19 | 26.41 | 3.16 | - |
| YUV | 125.82 | 61.51 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 8 | 0 | 0.64 | 0.97 | 0.04 | 20.25 | 0.94 | 0.5 |
| Hex | F5 | 58 | 8 | 0 | 40 | 61 | 4 | 14 | 5E | 32 |
| Octal | 365 | 130 | 10 | 0 | 100 | 141 | 4 | 24 | 136 | 62 |
| Binary | 11110101 | 1011000 | 1000 | 0 | 1000000 | 1100001 | 100 | 10100 | 1011110 | 110010 |
Color Harmonies of #F55808
Complementary color
Monochromatic Colors of #F55808
Black with #F55808
Text Example
Text Example
White with #F55808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55808; }
p { color: rgb(245,88,8); }
H1.HeaderClassName
{
color: #F55808;
}
.AnyTagClassName
{
color: #F55808;
}
</style>
background-color css
<style>
a { background-color: #F55808; }
a { background-color: rgb(245,88,8); }
div.DivClassName
{
background-color: #F55808;
}
.BgClassName
{
background-color: #F55808;
}
</style>
border-color css
<style>
span { border-color: #F55808; }
span { border-color: rgb(245,88,8); }
td.TdClassName
{
border-color: #F55808;
}
.TagClassName
{
border-color: #F55808;
}
</style>