Shades of Persimmon #F15817
Tints of Persimmon #F15817
RGB
CMYK
RGB Variations
Color information
#F15817 (or 0xF15817) is known color: Persimmon. HEX triplet: F1, 58 and 17. RGB value is (241,88,23). Sum of RGB (Red+Green+Blue) = 241+88+23=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F15817 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15817 is #0EA7E8. Grayscale: #7E7E7E. Windows color (decimal): -960489 or 1530097. OLE color: 1530097.
HSL color Cylindrical-coordinate representation of color #F15817: hue angle of 17.89º 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 #F15817 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 23 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.05 |
| HSL | 17.89º | 0.89% | 0.52% | - |
| HSV(B) | 17.89º | 0.9% | 0.95% | - |
| XYZ | 39.92 | 25.74 | 3.68 | - |
| YUV | 126.34 | 69.69 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 23 | 0 | 0.63 | 0.90 | 0.05 | 17.89 | 0.89 | 0.52 |
| Hex | F1 | 58 | 17 | 0 | 3F | 5A | 5 | 12 | 59 | 34 |
| Octal | 361 | 130 | 27 | 0 | 77 | 132 | 5 | 22 | 131 | 64 |
| Binary | 11110001 | 1011000 | 10111 | 0 | 111111 | 1011010 | 101 | 10010 | 1011001 | 110100 |
Color Harmonies of #F15817
Complementary color
Monochromatic Colors of #F15817
Black with #F15817
Text Example
Text Example
White with #F15817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15817; }
p { color: rgb(241,88,23); }
H1.HeaderClassName
{
color: #F15817;
}
.AnyTagClassName
{
color: #F15817;
}
</style>
background-color css
<style>
a { background-color: #F15817; }
a { background-color: rgb(241,88,23); }
div.DivClassName
{
background-color: #F15817;
}
.BgClassName
{
background-color: #F15817;
}
</style>
border-color css
<style>
span { border-color: #F15817; }
span { border-color: rgb(241,88,23); }
td.TdClassName
{
border-color: #F15817;
}
.TagClassName
{
border-color: #F15817;
}
</style>