Shades of Persimmon #F15012
Tints of Persimmon #F15012
RGB
CMYK
RGB Variations
Color information
#F15012 (or 0xF15012) is known color: Persimmon. HEX triplet: F1, 50 and 12. RGB value is (241,80,18). Sum of RGB (Red+Green+Blue) = 241+80+18=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F15012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15012 is #0EAFED. Grayscale: #797979. Windows color (decimal): -962542 or 1200369. OLE color: 1200369.
HSL color Cylindrical-coordinate representation of color #F15012: hue angle of 16.68º 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 #F15012 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 18 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.05 |
| HSL | 16.68º | 0.89% | 0.51% | - |
| HSV(B) | 16.68º | 0.93% | 0.95% | - |
| XYZ | 39.25 | 24.48 | 3.23 | - |
| YUV | 121.07 | 69.84 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 18 | 0 | 0.67 | 0.93 | 0.05 | 16.68 | 0.89 | 0.51 |
| Hex | F1 | 50 | 12 | 0 | 43 | 5D | 5 | 11 | 59 | 33 |
| Octal | 361 | 120 | 22 | 0 | 103 | 135 | 5 | 21 | 131 | 63 |
| Binary | 11110001 | 1010000 | 10010 | 0 | 1000011 | 1011101 | 101 | 10001 | 1011001 | 110011 |
Color Harmonies of #F15012
Complementary color
Monochromatic Colors of #F15012
Black with #F15012
Text Example
Text Example
White with #F15012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15012; }
p { color: rgb(241,80,18); }
H1.HeaderClassName
{
color: #F15012;
}
.AnyTagClassName
{
color: #F15012;
}
</style>
background-color css
<style>
a { background-color: #F15012; }
a { background-color: rgb(241,80,18); }
div.DivClassName
{
background-color: #F15012;
}
.BgClassName
{
background-color: #F15012;
}
</style>
border-color css
<style>
span { border-color: #F15012; }
span { border-color: rgb(241,80,18); }
td.TdClassName
{
border-color: #F15012;
}
.TagClassName
{
border-color: #F15012;
}
</style>