Shades of Persimmon #F55A19
Tints of Persimmon #F55A19
RGB
CMYK
RGB Variations
Color information
#F55A19 (or 0xF55A19) is known color: Persimmon. HEX triplet: F5, 5A and 19. RGB value is (245,90,25). Sum of RGB (Red+Green+Blue) = 245+90+25=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A19 is #0AA5E6. Grayscale: #818181. Windows color (decimal): -697831 or 1661685. OLE color: 1661685.
HSL color Cylindrical-coordinate representation of color #F55A19: hue angle of 17.73º 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 #F55A19 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 25 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.04 |
| HSL | 17.73º | 0.92% | 0.53% | - |
| HSV(B) | 17.73º | 0.9% | 0.96% | - |
| XYZ | 41.49 | 26.79 | 3.91 | - |
| YUV | 128.94 | 69.35 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 25 | 0 | 0.63 | 0.90 | 0.04 | 17.73 | 0.92 | 0.53 |
| Hex | F5 | 5A | 19 | 0 | 3F | 5A | 4 | 12 | 5C | 35 |
| Octal | 365 | 132 | 31 | 0 | 77 | 132 | 4 | 22 | 134 | 65 |
| Binary | 11110101 | 1011010 | 11001 | 0 | 111111 | 1011010 | 100 | 10010 | 1011100 | 110101 |
Color Harmonies of #F55A19
Complementary color
Monochromatic Colors of #F55A19
Black with #F55A19
Text Example
Text Example
White with #F55A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A19; }
p { color: rgb(245,90,25); }
H1.HeaderClassName
{
color: #F55A19;
}
.AnyTagClassName
{
color: #F55A19;
}
</style>
background-color css
<style>
a { background-color: #F55A19; }
a { background-color: rgb(245,90,25); }
div.DivClassName
{
background-color: #F55A19;
}
.BgClassName
{
background-color: #F55A19;
}
</style>
border-color css
<style>
span { border-color: #F55A19; }
span { border-color: rgb(245,90,25); }
td.TdClassName
{
border-color: #F55A19;
}
.TagClassName
{
border-color: #F55A19;
}
</style>