Shades of Persimmon #F15011
Tints of Persimmon #F15011
RGB
CMYK
RGB Variations
Color information
#F15011 (or 0xF15011) is known color: Persimmon. HEX triplet: F1, 50 and 11. RGB value is (241,80,17). Sum of RGB (Red+Green+Blue) = 241+80+17=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F15011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15011 is #0EAFEE. Grayscale: #797979. Windows color (decimal): -962543 or 1134833. OLE color: 1134833.
HSL color Cylindrical-coordinate representation of color #F15011: hue angle of 16.88º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F15011 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.05 |
| HSL | 16.88º | 0.89% | 0.51% | - |
| HSV(B) | 16.88º | 0.93% | 0.95% | - |
| XYZ | 39.25 | 24.48 | 3.19 | - |
| YUV | 120.96 | 69.34 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 17 | 0 | 0.67 | 0.93 | 0.05 | 16.88 | 0.89 | 0.51 |
| Hex | F1 | 50 | 11 | 0 | 43 | 5D | 5 | 11 | 59 | 33 |
| Octal | 361 | 120 | 21 | 0 | 103 | 135 | 5 | 21 | 131 | 63 |
| Binary | 11110001 | 1010000 | 10001 | 0 | 1000011 | 1011101 | 101 | 10001 | 1011001 | 110011 |
Color Harmonies of #F15011
Complementary color
Monochromatic Colors of #F15011
Black with #F15011
Text Example
Text Example
White with #F15011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15011; }
p { color: rgb(241,80,17); }
H1.HeaderClassName
{
color: #F15011;
}
.AnyTagClassName
{
color: #F15011;
}
</style>
background-color css
<style>
a { background-color: #F15011; }
a { background-color: rgb(241,80,17); }
div.DivClassName
{
background-color: #F15011;
}
.BgClassName
{
background-color: #F15011;
}
</style>
border-color css
<style>
span { border-color: #F15011; }
span { border-color: rgb(241,80,17); }
td.TdClassName
{
border-color: #F15011;
}
.TagClassName
{
border-color: #F15011;
}
</style>