Shades of Persimmon #F15215
Tints of Persimmon #F15215
RGB
CMYK
RGB Variations
Color information
#F15215 (or 0xF15215) is known color: Persimmon. HEX triplet: F1, 52 and 15. RGB value is (241,82,21). Sum of RGB (Red+Green+Blue) = 241+82+21=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F15215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15215 is #0EADEA. Grayscale: #7A7A7A. Windows color (decimal): -962027 or 1397489. OLE color: 1397489.
HSL color Cylindrical-coordinate representation of color #F15215: hue angle of 16.64º 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 #F15215 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 21 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.05 |
| HSL | 16.64º | 0.89% | 0.51% | - |
| HSV(B) | 16.64º | 0.91% | 0.95% | - |
| XYZ | 39.43 | 24.79 | 3.42 | - |
| YUV | 122.59 | 70.68 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 21 | 0 | 0.66 | 0.91 | 0.05 | 16.64 | 0.89 | 0.51 |
| Hex | F1 | 52 | 15 | 0 | 42 | 5B | 5 | 11 | 59 | 33 |
| Octal | 361 | 122 | 25 | 0 | 102 | 133 | 5 | 21 | 131 | 63 |
| Binary | 11110001 | 1010010 | 10101 | 0 | 1000010 | 1011011 | 101 | 10001 | 1011001 | 110011 |
Color Harmonies of #F15215
Complementary color
Monochromatic Colors of #F15215
Black with #F15215
Text Example
Text Example
White with #F15215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15215; }
p { color: rgb(241,82,21); }
H1.HeaderClassName
{
color: #F15215;
}
.AnyTagClassName
{
color: #F15215;
}
</style>
background-color css
<style>
a { background-color: #F15215; }
a { background-color: rgb(241,82,21); }
div.DivClassName
{
background-color: #F15215;
}
.BgClassName
{
background-color: #F15215;
}
</style>
border-color css
<style>
span { border-color: #F15215; }
span { border-color: rgb(241,82,21); }
td.TdClassName
{
border-color: #F15215;
}
.TagClassName
{
border-color: #F15215;
}
</style>