Shades of Persimmon #F15C19
Tints of Persimmon #F15C19
RGB
CMYK
RGB Variations
Color information
#F15C19 (or 0xF15C19) is known color: Persimmon. HEX triplet: F1, 5C and 19. RGB value is (241,92,25). Sum of RGB (Red+Green+Blue) = 241+92+25=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15C19 is #0EA3E6. Grayscale: #818181. Windows color (decimal): -959463 or 1662193. OLE color: 1662193.
HSL color Cylindrical-coordinate representation of color #F15C19: hue angle of 18.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F15C19 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 25 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.05 |
| HSL | 18.61º | 0.89% | 0.52% | - |
| HSV(B) | 18.61º | 0.9% | 0.95% | - |
| XYZ | 40.28 | 26.43 | 3.9 | - |
| YUV | 128.91 | 69.36 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 25 | 0 | 0.62 | 0.90 | 0.05 | 18.61 | 0.89 | 0.52 |
| Hex | F1 | 5C | 19 | 0 | 3E | 5A | 5 | 13 | 59 | 34 |
| Octal | 361 | 134 | 31 | 0 | 76 | 132 | 5 | 23 | 131 | 64 |
| Binary | 11110001 | 1011100 | 11001 | 0 | 111110 | 1011010 | 101 | 10011 | 1011001 | 110100 |
Color Harmonies of #F15C19
Complementary color
Monochromatic Colors of #F15C19
Black with #F15C19
Text Example
Text Example
White with #F15C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C19; }
p { color: rgb(241,92,25); }
H1.HeaderClassName
{
color: #F15C19;
}
.AnyTagClassName
{
color: #F15C19;
}
</style>
background-color css
<style>
a { background-color: #F15C19; }
a { background-color: rgb(241,92,25); }
div.DivClassName
{
background-color: #F15C19;
}
.BgClassName
{
background-color: #F15C19;
}
</style>
border-color css
<style>
span { border-color: #F15C19; }
span { border-color: rgb(241,92,25); }
td.TdClassName
{
border-color: #F15C19;
}
.TagClassName
{
border-color: #F15C19;
}
</style>