Shades of Persimmon #F55508
Tints of Persimmon #F55508
RGB
CMYK
RGB Variations
Color information
#F55508 (or 0xF55508) is known color: Persimmon. HEX triplet: F5, 55 and 08. RGB value is (245,85,8). Sum of RGB (Red+Green+Blue) = 245+85+8=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F55508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55508 is #0AAAF7. Grayscale: #7C7C7C. Windows color (decimal): -699128 or 546293. OLE color: 546293.
HSL color Cylindrical-coordinate representation of color #F55508: hue angle of 19.49º 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 #F55508 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.04 |
| HSL | 19.49º | 0.94% | 0.5% | - |
| HSV(B) | 19.49º | 0.97% | 0.96% | - |
| XYZ | 40.95 | 25.93 | 3.08 | - |
| YUV | 124.06 | 62.51 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 8 | 0 | 0.65 | 0.97 | 0.04 | 19.49 | 0.94 | 0.5 |
| Hex | F5 | 55 | 8 | 0 | 41 | 61 | 4 | 13 | 5E | 32 |
| Octal | 365 | 125 | 10 | 0 | 101 | 141 | 4 | 23 | 136 | 62 |
| Binary | 11110101 | 1010101 | 1000 | 0 | 1000001 | 1100001 | 100 | 10011 | 1011110 | 110010 |
Color Harmonies of #F55508
Complementary color
Monochromatic Colors of #F55508
Black with #F55508
Text Example
Text Example
White with #F55508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55508; }
p { color: rgb(245,85,8); }
H1.HeaderClassName
{
color: #F55508;
}
.AnyTagClassName
{
color: #F55508;
}
</style>
background-color css
<style>
a { background-color: #F55508; }
a { background-color: rgb(245,85,8); }
div.DivClassName
{
background-color: #F55508;
}
.BgClassName
{
background-color: #F55508;
}
</style>
border-color css
<style>
span { border-color: #F55508; }
span { border-color: rgb(245,85,8); }
td.TdClassName
{
border-color: #F55508;
}
.TagClassName
{
border-color: #F55508;
}
</style>