Shades of Persimmon #F15912
Tints of Persimmon #F15912
RGB
CMYK
RGB Variations
Color information
#F15912 (or 0xF15912) is known color: Persimmon. HEX triplet: F1, 59 and 12. RGB value is (241,89,18). Sum of RGB (Red+Green+Blue) = 241+89+18=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F15912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15912 is #0EA6ED. Grayscale: #7E7E7E. Windows color (decimal): -960238 or 1202673. OLE color: 1202673.
HSL color Cylindrical-coordinate representation of color #F15912: hue angle of 19.1º 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 #F15912 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 18 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.05 |
| HSL | 19.1º | 0.89% | 0.51% | - |
| HSV(B) | 19.1º | 0.93% | 0.95% | - |
| XYZ | 39.96 | 25.89 | 3.46 | - |
| YUV | 126.35 | 66.86 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 18 | 0 | 0.63 | 0.93 | 0.05 | 19.1 | 0.89 | 0.51 |
| Hex | F1 | 59 | 12 | 0 | 3F | 5D | 5 | 13 | 59 | 33 |
| Octal | 361 | 131 | 22 | 0 | 77 | 135 | 5 | 23 | 131 | 63 |
| Binary | 11110001 | 1011001 | 10010 | 0 | 111111 | 1011101 | 101 | 10011 | 1011001 | 110011 |
Color Harmonies of #F15912
Complementary color
Monochromatic Colors of #F15912
Black with #F15912
Text Example
Text Example
White with #F15912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15912; }
p { color: rgb(241,89,18); }
H1.HeaderClassName
{
color: #F15912;
}
.AnyTagClassName
{
color: #F15912;
}
</style>
background-color css
<style>
a { background-color: #F15912; }
a { background-color: rgb(241,89,18); }
div.DivClassName
{
background-color: #F15912;
}
.BgClassName
{
background-color: #F15912;
}
</style>
border-color css
<style>
span { border-color: #F15912; }
span { border-color: rgb(241,89,18); }
td.TdClassName
{
border-color: #F15912;
}
.TagClassName
{
border-color: #F15912;
}
</style>