Shades of Persimmon #F15710
Tints of Persimmon #F15710
RGB
CMYK
RGB Variations
Color information
#F15710 (or 0xF15710) is known color: Persimmon. HEX triplet: F1, 57 and 10. RGB value is (241,87,16). Sum of RGB (Red+Green+Blue) = 241+87+16=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F15710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15710 is #0EA8EF. Grayscale: #7D7D7D. Windows color (decimal): -960752 or 1071089. OLE color: 1071089.
HSL color Cylindrical-coordinate representation of color #F15710: hue angle of 18.93º 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 #F15710 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.05 |
| HSL | 18.93º | 0.89% | 0.5% | - |
| HSV(B) | 18.93º | 0.93% | 0.95% | - |
| XYZ | 39.78 | 25.55 | 3.33 | - |
| YUV | 124.95 | 66.52 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 16 | 0 | 0.64 | 0.93 | 0.05 | 18.93 | 0.89 | 0.5 |
| Hex | F1 | 57 | 10 | 0 | 40 | 5D | 5 | 13 | 59 | 32 |
| Octal | 361 | 127 | 20 | 0 | 100 | 135 | 5 | 23 | 131 | 62 |
| Binary | 11110001 | 1010111 | 10000 | 0 | 1000000 | 1011101 | 101 | 10011 | 1011001 | 110010 |
Color Harmonies of #F15710
Complementary color
Monochromatic Colors of #F15710
Black with #F15710
Text Example
Text Example
White with #F15710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15710; }
p { color: rgb(241,87,16); }
H1.HeaderClassName
{
color: #F15710;
}
.AnyTagClassName
{
color: #F15710;
}
</style>
background-color css
<style>
a { background-color: #F15710; }
a { background-color: rgb(241,87,16); }
div.DivClassName
{
background-color: #F15710;
}
.BgClassName
{
background-color: #F15710;
}
</style>
border-color css
<style>
span { border-color: #F15710; }
span { border-color: rgb(241,87,16); }
td.TdClassName
{
border-color: #F15710;
}
.TagClassName
{
border-color: #F15710;
}
</style>