Shades of Persimmon #F15B17
Tints of Persimmon #F15B17
RGB
CMYK
RGB Variations
Color information
#F15B17 (or 0xF15B17) is known color: Persimmon. HEX triplet: F1, 5B and 17. RGB value is (241,91,23). Sum of RGB (Red+Green+Blue) = 241+91+23=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15B17 is #0EA4E8. Grayscale: #808080. Windows color (decimal): -959721 or 1530865. OLE color: 1530865.
HSL color Cylindrical-coordinate representation of color #F15B17: hue angle of 18.72º 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 #F15B17 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 23 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.05 |
| HSL | 18.72º | 0.89% | 0.52% | - |
| HSV(B) | 18.72º | 0.9% | 0.95% | - |
| XYZ | 40.17 | 26.24 | 3.76 | - |
| YUV | 128.1 | 68.7 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 23 | 0 | 0.62 | 0.90 | 0.05 | 18.72 | 0.89 | 0.52 |
| Hex | F1 | 5B | 17 | 0 | 3E | 5A | 5 | 13 | 59 | 34 |
| Octal | 361 | 133 | 27 | 0 | 76 | 132 | 5 | 23 | 131 | 64 |
| Binary | 11110001 | 1011011 | 10111 | 0 | 111110 | 1011010 | 101 | 10011 | 1011001 | 110100 |
Color Harmonies of #F15B17
Complementary color
Monochromatic Colors of #F15B17
Black with #F15B17
Text Example
Text Example
White with #F15B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15B17; }
p { color: rgb(241,91,23); }
H1.HeaderClassName
{
color: #F15B17;
}
.AnyTagClassName
{
color: #F15B17;
}
</style>
background-color css
<style>
a { background-color: #F15B17; }
a { background-color: rgb(241,91,23); }
div.DivClassName
{
background-color: #F15B17;
}
.BgClassName
{
background-color: #F15B17;
}
</style>
border-color css
<style>
span { border-color: #F15B17; }
span { border-color: rgb(241,91,23); }
td.TdClassName
{
border-color: #F15B17;
}
.TagClassName
{
border-color: #F15B17;
}
</style>