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