Shades of Persimmon #F15210
Tints of Persimmon #F15210
RGB
CMYK
RGB Variations
Color information
#F15210 (or 0xF15210) is known color: Persimmon. HEX triplet: F1, 52 and 10. RGB value is (241,82,16). Sum of RGB (Red+Green+Blue) = 241+82+16=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F15210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15210 is #0EADEF. Grayscale: #7A7A7A. Windows color (decimal): -962032 or 1069809. OLE color: 1069809.
HSL color Cylindrical-coordinate representation of color #F15210: hue angle of 17.6º 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 #F15210 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.05 |
| HSL | 17.6º | 0.89% | 0.5% | - |
| HSV(B) | 17.6º | 0.93% | 0.95% | - |
| XYZ | 39.39 | 24.77 | 3.2 | - |
| YUV | 122.02 | 68.18 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 16 | 0 | 0.66 | 0.93 | 0.05 | 17.6 | 0.89 | 0.5 |
| Hex | F1 | 52 | 10 | 0 | 42 | 5D | 5 | 12 | 59 | 32 |
| Octal | 361 | 122 | 20 | 0 | 102 | 135 | 5 | 22 | 131 | 62 |
| Binary | 11110001 | 1010010 | 10000 | 0 | 1000010 | 1011101 | 101 | 10010 | 1011001 | 110010 |
Color Harmonies of #F15210
Complementary color
Monochromatic Colors of #F15210
Black with #F15210
Text Example
Text Example
White with #F15210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15210; }
p { color: rgb(241,82,16); }
H1.HeaderClassName
{
color: #F15210;
}
.AnyTagClassName
{
color: #F15210;
}
</style>
background-color css
<style>
a { background-color: #F15210; }
a { background-color: rgb(241,82,16); }
div.DivClassName
{
background-color: #F15210;
}
.BgClassName
{
background-color: #F15210;
}
</style>
border-color css
<style>
span { border-color: #F15210; }
span { border-color: rgb(241,82,16); }
td.TdClassName
{
border-color: #F15210;
}
.TagClassName
{
border-color: #F15210;
}
</style>