Shades of Persimmon #F55D08
Tints of Persimmon #F55D08
RGB
CMYK
RGB Variations
Color information
#F55D08 (or 0xF55D08) is known color: Persimmon. HEX triplet: F5, 5D and 08. RGB value is (245,93,8). Sum of RGB (Red+Green+Blue) = 245+93+8=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D08 is #0AA2F7. Grayscale: #818181. Windows color (decimal): -697080 or 548341. OLE color: 548341.
HSL color Cylindrical-coordinate representation of color #F55D08: hue angle of 21.52º 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 #F55D08 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 8 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.04 |
| HSL | 21.52º | 0.94% | 0.5% | - |
| HSV(B) | 21.52º | 0.97% | 0.96% | - |
| XYZ | 41.61 | 27.26 | 3.3 | - |
| YUV | 128.76 | 59.86 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 8 | 0 | 0.62 | 0.97 | 0.04 | 21.52 | 0.94 | 0.5 |
| Hex | F5 | 5D | 8 | 0 | 3E | 61 | 4 | 16 | 5E | 32 |
| Octal | 365 | 135 | 10 | 0 | 76 | 141 | 4 | 26 | 136 | 62 |
| Binary | 11110101 | 1011101 | 1000 | 0 | 111110 | 1100001 | 100 | 10110 | 1011110 | 110010 |
Color Harmonies of #F55D08
Complementary color
Monochromatic Colors of #F55D08
Black with #F55D08
Text Example
Text Example
White with #F55D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D08; }
p { color: rgb(245,93,8); }
H1.HeaderClassName
{
color: #F55D08;
}
.AnyTagClassName
{
color: #F55D08;
}
</style>
background-color css
<style>
a { background-color: #F55D08; }
a { background-color: rgb(245,93,8); }
div.DivClassName
{
background-color: #F55D08;
}
.BgClassName
{
background-color: #F55D08;
}
</style>
border-color css
<style>
span { border-color: #F55D08; }
span { border-color: rgb(245,93,8); }
td.TdClassName
{
border-color: #F55D08;
}
.TagClassName
{
border-color: #F55D08;
}
</style>