Shades of Persimmon #F15E14
Tints of Persimmon #F15E14
RGB
CMYK
RGB Variations
Color information
#F15E14 (or 0xF15E14) is known color: Persimmon. HEX triplet: F1, 5E and 14. RGB value is (241,94,20). Sum of RGB (Red+Green+Blue) = 241+94+20=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15E14 is #0EA1EB. Grayscale: #818181. Windows color (decimal): -958956 or 1335025. OLE color: 1335025.
HSL color Cylindrical-coordinate representation of color #F15E14: hue angle of 20.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F15E14 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 20 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.05 |
| HSL | 20.09º | 0.89% | 0.51% | - |
| HSV(B) | 20.09º | 0.92% | 0.95% | - |
| XYZ | 40.4 | 26.76 | 3.7 | - |
| YUV | 129.52 | 66.2 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 20 | 0 | 0.61 | 0.92 | 0.05 | 20.09 | 0.89 | 0.51 |
| Hex | F1 | 5E | 14 | 0 | 3D | 5C | 5 | 14 | 59 | 33 |
| Octal | 361 | 136 | 24 | 0 | 75 | 134 | 5 | 24 | 131 | 63 |
| Binary | 11110001 | 1011110 | 10100 | 0 | 111101 | 1011100 | 101 | 10100 | 1011001 | 110011 |
Color Harmonies of #F15E14
Complementary color
Monochromatic Colors of #F15E14
Black with #F15E14
Text Example
Text Example
White with #F15E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15E14; }
p { color: rgb(241,94,20); }
H1.HeaderClassName
{
color: #F15E14;
}
.AnyTagClassName
{
color: #F15E14;
}
</style>
background-color css
<style>
a { background-color: #F15E14; }
a { background-color: rgb(241,94,20); }
div.DivClassName
{
background-color: #F15E14;
}
.BgClassName
{
background-color: #F15E14;
}
</style>
border-color css
<style>
span { border-color: #F15E14; }
span { border-color: rgb(241,94,20); }
td.TdClassName
{
border-color: #F15E14;
}
.TagClassName
{
border-color: #F15E14;
}
</style>