Shades of Persimmon #F15610
Tints of Persimmon #F15610
RGB
CMYK
RGB Variations
Color information
#F15610 (or 0xF15610) is known color: Persimmon. HEX triplet: F1, 56 and 10. RGB value is (241,86,16). Sum of RGB (Red+Green+Blue) = 241+86+16=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F15610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15610 is #0EA9EF. Grayscale: #7C7C7C. Windows color (decimal): -961008 or 1070833. OLE color: 1070833.
HSL color Cylindrical-coordinate representation of color #F15610: hue angle of 18.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F15610 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.05 |
| HSL | 18.67º | 0.89% | 0.5% | - |
| HSV(B) | 18.67º | 0.93% | 0.95% | - |
| XYZ | 39.7 | 25.39 | 3.3 | - |
| YUV | 124.37 | 66.85 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 16 | 0 | 0.64 | 0.93 | 0.05 | 18.67 | 0.89 | 0.5 |
| Hex | F1 | 56 | 10 | 0 | 40 | 5D | 5 | 13 | 59 | 32 |
| Octal | 361 | 126 | 20 | 0 | 100 | 135 | 5 | 23 | 131 | 62 |
| Binary | 11110001 | 1010110 | 10000 | 0 | 1000000 | 1011101 | 101 | 10011 | 1011001 | 110010 |
Color Harmonies of #F15610
Complementary color
Monochromatic Colors of #F15610
Black with #F15610
Text Example
Text Example
White with #F15610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15610; }
p { color: rgb(241,86,16); }
H1.HeaderClassName
{
color: #F15610;
}
.AnyTagClassName
{
color: #F15610;
}
</style>
background-color css
<style>
a { background-color: #F15610; }
a { background-color: rgb(241,86,16); }
div.DivClassName
{
background-color: #F15610;
}
.BgClassName
{
background-color: #F15610;
}
</style>
border-color css
<style>
span { border-color: #F15610; }
span { border-color: rgb(241,86,16); }
td.TdClassName
{
border-color: #F15610;
}
.TagClassName
{
border-color: #F15610;
}
</style>