Shades of Persimmon #F55408
Tints of Persimmon #F55408
RGB
CMYK
RGB Variations
Color information
#F55408 (or 0xF55408) is known color: Persimmon. HEX triplet: F5, 54 and 08. RGB value is (245,84,8). Sum of RGB (Red+Green+Blue) = 245+84+8=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F55408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55408 is #0AABF7. Grayscale: #7B7B7B. Windows color (decimal): -699384 or 546037. OLE color: 546037.
HSL color Cylindrical-coordinate representation of color #F55408: hue angle of 19.24º 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 #F55408 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 8 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.04 |
| HSL | 19.24º | 0.94% | 0.5% | - |
| HSV(B) | 19.24º | 0.97% | 0.96% | - |
| XYZ | 40.87 | 25.77 | 3.05 | - |
| YUV | 123.48 | 62.84 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 8 | 0 | 0.66 | 0.97 | 0.04 | 19.24 | 0.94 | 0.5 |
| Hex | F5 | 54 | 8 | 0 | 42 | 61 | 4 | 13 | 5E | 32 |
| Octal | 365 | 124 | 10 | 0 | 102 | 141 | 4 | 23 | 136 | 62 |
| Binary | 11110101 | 1010100 | 1000 | 0 | 1000010 | 1100001 | 100 | 10011 | 1011110 | 110010 |
Color Harmonies of #F55408
Complementary color
Monochromatic Colors of #F55408
Black with #F55408
Text Example
Text Example
White with #F55408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55408; }
p { color: rgb(245,84,8); }
H1.HeaderClassName
{
color: #F55408;
}
.AnyTagClassName
{
color: #F55408;
}
</style>
background-color css
<style>
a { background-color: #F55408; }
a { background-color: rgb(245,84,8); }
div.DivClassName
{
background-color: #F55408;
}
.BgClassName
{
background-color: #F55408;
}
</style>
border-color css
<style>
span { border-color: #F55408; }
span { border-color: rgb(245,84,8); }
td.TdClassName
{
border-color: #F55408;
}
.TagClassName
{
border-color: #F55408;
}
</style>