Shades of Persimmon #F55C08
Tints of Persimmon #F55C08
RGB
CMYK
RGB Variations
Color information
#F55C08 (or 0xF55C08) is known color: Persimmon. HEX triplet: F5, 5C and 08. RGB value is (245,92,8). Sum of RGB (Red+Green+Blue) = 245+92+8=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C08 is #0AA3F7. Grayscale: #808080. Windows color (decimal): -697336 or 548085. OLE color: 548085.
HSL color Cylindrical-coordinate representation of color #F55C08: hue angle of 21.27º 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 #F55C08 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 8 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.04 |
| HSL | 21.27º | 0.94% | 0.5% | - |
| HSV(B) | 21.27º | 0.97% | 0.96% | - |
| XYZ | 41.53 | 27.08 | 3.27 | - |
| YUV | 128.17 | 60.19 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 8 | 0 | 0.62 | 0.97 | 0.04 | 21.27 | 0.94 | 0.5 |
| Hex | F5 | 5C | 8 | 0 | 3E | 61 | 4 | 15 | 5E | 32 |
| Octal | 365 | 134 | 10 | 0 | 76 | 141 | 4 | 25 | 136 | 62 |
| Binary | 11110101 | 1011100 | 1000 | 0 | 111110 | 1100001 | 100 | 10101 | 1011110 | 110010 |
Color Harmonies of #F55C08
Complementary color
Monochromatic Colors of #F55C08
Black with #F55C08
Text Example
Text Example
White with #F55C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C08; }
p { color: rgb(245,92,8); }
H1.HeaderClassName
{
color: #F55C08;
}
.AnyTagClassName
{
color: #F55C08;
}
</style>
background-color css
<style>
a { background-color: #F55C08; }
a { background-color: rgb(245,92,8); }
div.DivClassName
{
background-color: #F55C08;
}
.BgClassName
{
background-color: #F55C08;
}
</style>
border-color css
<style>
span { border-color: #F55C08; }
span { border-color: rgb(245,92,8); }
td.TdClassName
{
border-color: #F55C08;
}
.TagClassName
{
border-color: #F55C08;
}
</style>