Shades of Persimmon #F15F12
Tints of Persimmon #F15F12
RGB
CMYK
RGB Variations
Color information
#F15F12 (or 0xF15F12) is known color: Persimmon. HEX triplet: F1, 5F and 12. RGB value is (241,95,18). Sum of RGB (Red+Green+Blue) = 241+95+18=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F12 is #0EA0ED. Grayscale: #828282. Windows color (decimal): -958702 or 1204209. OLE color: 1204209.
HSL color Cylindrical-coordinate representation of color #F15F12: hue angle of 20.72º 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 #F15F12 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 18 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.05 |
| HSL | 20.72º | 0.89% | 0.51% | - |
| HSV(B) | 20.72º | 0.93% | 0.95% | - |
| XYZ | 40.48 | 26.93 | 3.64 | - |
| YUV | 129.88 | 64.87 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 18 | 0 | 0.61 | 0.93 | 0.05 | 20.72 | 0.89 | 0.51 |
| Hex | F1 | 5F | 12 | 0 | 3D | 5D | 5 | 15 | 59 | 33 |
| Octal | 361 | 137 | 22 | 0 | 75 | 135 | 5 | 25 | 131 | 63 |
| Binary | 11110001 | 1011111 | 10010 | 0 | 111101 | 1011101 | 101 | 10101 | 1011001 | 110011 |
Color Harmonies of #F15F12
Complementary color
Monochromatic Colors of #F15F12
Black with #F15F12
Text Example
Text Example
White with #F15F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F12; }
p { color: rgb(241,95,18); }
H1.HeaderClassName
{
color: #F15F12;
}
.AnyTagClassName
{
color: #F15F12;
}
</style>
background-color css
<style>
a { background-color: #F15F12; }
a { background-color: rgb(241,95,18); }
div.DivClassName
{
background-color: #F15F12;
}
.BgClassName
{
background-color: #F15F12;
}
</style>
border-color css
<style>
span { border-color: #F15F12; }
span { border-color: rgb(241,95,18); }
td.TdClassName
{
border-color: #F15F12;
}
.TagClassName
{
border-color: #F15F12;
}
</style>