Shades of Persimmon #F15719
Tints of Persimmon #F15719
RGB
CMYK
RGB Variations
Color information
#F15719 (or 0xF15719) is known color: Persimmon. HEX triplet: F1, 57 and 19. RGB value is (241,87,25). Sum of RGB (Red+Green+Blue) = 241+87+25=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F15719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15719 is #0EA8E6. Grayscale: #7E7E7E. Windows color (decimal): -960743 or 1660913. OLE color: 1660913.
HSL color Cylindrical-coordinate representation of color #F15719: hue angle of 17.22º 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 #F15719 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 25 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.05 |
| HSL | 17.22º | 0.89% | 0.52% | - |
| HSV(B) | 17.22º | 0.9% | 0.95% | - |
| XYZ | 39.86 | 25.59 | 3.76 | - |
| YUV | 125.98 | 71.02 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 25 | 0 | 0.64 | 0.90 | 0.05 | 17.22 | 0.89 | 0.52 |
| Hex | F1 | 57 | 19 | 0 | 40 | 5A | 5 | 11 | 59 | 34 |
| Octal | 361 | 127 | 31 | 0 | 100 | 132 | 5 | 21 | 131 | 64 |
| Binary | 11110001 | 1010111 | 11001 | 0 | 1000000 | 1011010 | 101 | 10001 | 1011001 | 110100 |
Color Harmonies of #F15719
Complementary color
Monochromatic Colors of #F15719
Black with #F15719
Text Example
Text Example
White with #F15719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15719; }
p { color: rgb(241,87,25); }
H1.HeaderClassName
{
color: #F15719;
}
.AnyTagClassName
{
color: #F15719;
}
</style>
background-color css
<style>
a { background-color: #F15719; }
a { background-color: rgb(241,87,25); }
div.DivClassName
{
background-color: #F15719;
}
.BgClassName
{
background-color: #F15719;
}
</style>
border-color css
<style>
span { border-color: #F15719; }
span { border-color: rgb(241,87,25); }
td.TdClassName
{
border-color: #F15719;
}
.TagClassName
{
border-color: #F15719;
}
</style>