Shades of Persimmon #F15715
Tints of Persimmon #F15715
RGB
CMYK
RGB Variations
Color information
#F15715 (or 0xF15715) is known color: Persimmon. HEX triplet: F1, 57 and 15. RGB value is (241,87,21). Sum of RGB (Red+Green+Blue) = 241+87+21=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F15715 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15715 is #0EA8EA. Grayscale: #7D7D7D. Windows color (decimal): -960747 or 1398769. OLE color: 1398769.
HSL color Cylindrical-coordinate representation of color #F15715: hue angle of 18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F15715 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.05 |
| HSL | 18º | 0.89% | 0.51% | - |
| HSV(B) | 18º | 0.91% | 0.95% | - |
| XYZ | 39.82 | 25.57 | 3.55 | - |
| YUV | 125.52 | 69.02 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 21 | 0 | 0.64 | 0.91 | 0.05 | 18 | 0.89 | 0.51 |
| Hex | F1 | 57 | 15 | 0 | 40 | 5B | 5 | 12 | 59 | 33 |
| Octal | 361 | 127 | 25 | 0 | 100 | 133 | 5 | 22 | 131 | 63 |
| Binary | 11110001 | 1010111 | 10101 | 0 | 1000000 | 1011011 | 101 | 10010 | 1011001 | 110011 |
Color Harmonies of #F15715
Complementary color
Monochromatic Colors of #F15715
Black with #F15715
Text Example
Text Example
White with #F15715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15715; }
p { color: rgb(241,87,21); }
H1.HeaderClassName
{
color: #F15715;
}
.AnyTagClassName
{
color: #F15715;
}
</style>
background-color css
<style>
a { background-color: #F15715; }
a { background-color: rgb(241,87,21); }
div.DivClassName
{
background-color: #F15715;
}
.BgClassName
{
background-color: #F15715;
}
</style>
border-color css
<style>
span { border-color: #F15715; }
span { border-color: rgb(241,87,21); }
td.TdClassName
{
border-color: #F15715;
}
.TagClassName
{
border-color: #F15715;
}
</style>