Shades of Persimmon #F15918
Tints of Persimmon #F15918
RGB
CMYK
RGB Variations
Color information
#F15918 (or 0xF15918) is known color: Persimmon. HEX triplet: F1, 59 and 18. RGB value is (241,89,24). Sum of RGB (Red+Green+Blue) = 241+89+24=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F15918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15918 is #0EA6E7. Grayscale: #7F7F7F. Windows color (decimal): -960232 or 1595889. OLE color: 1595889.
HSL color Cylindrical-coordinate representation of color #F15918: hue angle of 17.97º 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 #F15918 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 24 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.05 |
| HSL | 17.97º | 0.89% | 0.52% | - |
| HSV(B) | 17.97º | 0.9% | 0.95% | - |
| XYZ | 40.01 | 25.91 | 3.76 | - |
| YUV | 127.04 | 69.86 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 24 | 0 | 0.63 | 0.90 | 0.05 | 17.97 | 0.89 | 0.52 |
| Hex | F1 | 59 | 18 | 0 | 3F | 5A | 5 | 12 | 59 | 34 |
| Octal | 361 | 131 | 30 | 0 | 77 | 132 | 5 | 22 | 131 | 64 |
| Binary | 11110001 | 1011001 | 11000 | 0 | 111111 | 1011010 | 101 | 10010 | 1011001 | 110100 |
Color Harmonies of #F15918
Complementary color
Monochromatic Colors of #F15918
Black with #F15918
Text Example
Text Example
White with #F15918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15918; }
p { color: rgb(241,89,24); }
H1.HeaderClassName
{
color: #F15918;
}
.AnyTagClassName
{
color: #F15918;
}
</style>
background-color css
<style>
a { background-color: #F15918; }
a { background-color: rgb(241,89,24); }
div.DivClassName
{
background-color: #F15918;
}
.BgClassName
{
background-color: #F15918;
}
</style>
border-color css
<style>
span { border-color: #F15918; }
span { border-color: rgb(241,89,24); }
td.TdClassName
{
border-color: #F15918;
}
.TagClassName
{
border-color: #F15918;
}
</style>