Shades of Persimmon #F15117
Tints of Persimmon #F15117
RGB
CMYK
RGB Variations
Color information
#F15117 (or 0xF15117) is known color: Persimmon. HEX triplet: F1, 51 and 17. RGB value is (241,81,23). Sum of RGB (Red+Green+Blue) = 241+81+23=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F15117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15117 is #0EAEE8. Grayscale: #7A7A7A. Windows color (decimal): -962281 or 1528305. OLE color: 1528305.
HSL color Cylindrical-coordinate representation of color #F15117: hue angle of 15.96º 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 #F15117 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 23 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.05 |
| HSL | 15.96º | 0.89% | 0.52% | - |
| HSV(B) | 15.96º | 0.9% | 0.95% | - |
| XYZ | 39.37 | 24.65 | 3.49 | - |
| YUV | 122.23 | 72.01 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 23 | 0 | 0.66 | 0.90 | 0.05 | 15.96 | 0.89 | 0.52 |
| Hex | F1 | 51 | 17 | 0 | 42 | 5A | 5 | 10 | 59 | 34 |
| Octal | 361 | 121 | 27 | 0 | 102 | 132 | 5 | 20 | 131 | 64 |
| Binary | 11110001 | 1010001 | 10111 | 0 | 1000010 | 1011010 | 101 | 10000 | 1011001 | 110100 |
Color Harmonies of #F15117
Complementary color
Monochromatic Colors of #F15117
Black with #F15117
Text Example
Text Example
White with #F15117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15117; }
p { color: rgb(241,81,23); }
H1.HeaderClassName
{
color: #F15117;
}
.AnyTagClassName
{
color: #F15117;
}
</style>
background-color css
<style>
a { background-color: #F15117; }
a { background-color: rgb(241,81,23); }
div.DivClassName
{
background-color: #F15117;
}
.BgClassName
{
background-color: #F15117;
}
</style>
border-color css
<style>
span { border-color: #F15117; }
span { border-color: rgb(241,81,23); }
td.TdClassName
{
border-color: #F15117;
}
.TagClassName
{
border-color: #F15117;
}
</style>