Shades of Persimmon #F55C19
Tints of Persimmon #F55C19
RGB
CMYK
RGB Variations
Color information
#F55C19 (or 0xF55C19) is known color: Persimmon. HEX triplet: F5, 5C and 19. RGB value is (245,92,25). Sum of RGB (Red+Green+Blue) = 245+92+25=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C19 is #0AA3E6. Grayscale: #828282. Windows color (decimal): -697319 or 1662197. OLE color: 1662197.
HSL color Cylindrical-coordinate representation of color #F55C19: hue angle of 18.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F55C19 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 25 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.04 |
| HSL | 18.27º | 0.92% | 0.53% | - |
| HSV(B) | 18.27º | 0.9% | 0.96% | - |
| XYZ | 41.66 | 27.14 | 3.96 | - |
| YUV | 130.11 | 68.69 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 25 | 0 | 0.62 | 0.90 | 0.04 | 18.27 | 0.92 | 0.53 |
| Hex | F5 | 5C | 19 | 0 | 3E | 5A | 4 | 12 | 5C | 35 |
| Octal | 365 | 134 | 31 | 0 | 76 | 132 | 4 | 22 | 134 | 65 |
| Binary | 11110101 | 1011100 | 11001 | 0 | 111110 | 1011010 | 100 | 10010 | 1011100 | 110101 |
Color Harmonies of #F55C19
Complementary color
Monochromatic Colors of #F55C19
Black with #F55C19
Text Example
Text Example
White with #F55C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C19; }
p { color: rgb(245,92,25); }
H1.HeaderClassName
{
color: #F55C19;
}
.AnyTagClassName
{
color: #F55C19;
}
</style>
background-color css
<style>
a { background-color: #F55C19; }
a { background-color: rgb(245,92,25); }
div.DivClassName
{
background-color: #F55C19;
}
.BgClassName
{
background-color: #F55C19;
}
</style>
border-color css
<style>
span { border-color: #F55C19; }
span { border-color: rgb(245,92,25); }
td.TdClassName
{
border-color: #F55C19;
}
.TagClassName
{
border-color: #F55C19;
}
</style>