Shades of Persimmon #F15F10
Tints of Persimmon #F15F10
RGB
CMYK
RGB Variations
Color information
#F15F10 (or 0xF15F10) is known color: Persimmon. HEX triplet: F1, 5F and 10. RGB value is (241,95,16). Sum of RGB (Red+Green+Blue) = 241+95+16=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F10 is #0EA0EF. Grayscale: #828282. Windows color (decimal): -958704 or 1073137. OLE color: 1073137.
HSL color Cylindrical-coordinate representation of color #F15F10: hue angle of 21.07º 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 #F15F10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.05 |
| HSL | 21.07º | 0.89% | 0.5% | - |
| HSV(B) | 21.07º | 0.93% | 0.95% | - |
| XYZ | 40.46 | 26.92 | 3.55 | - |
| YUV | 129.65 | 63.87 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 16 | 0 | 0.61 | 0.93 | 0.05 | 21.07 | 0.89 | 0.5 |
| Hex | F1 | 5F | 10 | 0 | 3D | 5D | 5 | 15 | 59 | 32 |
| Octal | 361 | 137 | 20 | 0 | 75 | 135 | 5 | 25 | 131 | 62 |
| Binary | 11110001 | 1011111 | 10000 | 0 | 111101 | 1011101 | 101 | 10101 | 1011001 | 110010 |
Color Harmonies of #F15F10
Complementary color
Monochromatic Colors of #F15F10
Black with #F15F10
Text Example
Text Example
White with #F15F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F10; }
p { color: rgb(241,95,16); }
H1.HeaderClassName
{
color: #F15F10;
}
.AnyTagClassName
{
color: #F15F10;
}
</style>
background-color css
<style>
a { background-color: #F15F10; }
a { background-color: rgb(241,95,16); }
div.DivClassName
{
background-color: #F15F10;
}
.BgClassName
{
background-color: #F15F10;
}
</style>
border-color css
<style>
span { border-color: #F15F10; }
span { border-color: rgb(241,95,16); }
td.TdClassName
{
border-color: #F15F10;
}
.TagClassName
{
border-color: #F15F10;
}
</style>