Shades of Persimmon #F16014
Tints of Persimmon #F16014
RGB
CMYK
RGB Variations
Color information
#F16014 (or 0xF16014) is known color: Persimmon. HEX triplet: F1, 60 and 14. RGB value is (241,96,20). Sum of RGB (Red+Green+Blue) = 241+96+20=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F16014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16014 is #0E9FEB. Grayscale: #838383. Windows color (decimal): -958444 or 1335537. OLE color: 1335537.
HSL color Cylindrical-coordinate representation of color #F16014: hue angle of 20.63º 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 #F16014 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 20 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.05 |
| HSL | 20.63º | 0.89% | 0.51% | - |
| HSV(B) | 20.63º | 0.92% | 0.95% | - |
| XYZ | 40.58 | 27.12 | 3.76 | - |
| YUV | 130.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 20 | 0 | 0.60 | 0.92 | 0.05 | 20.63 | 0.89 | 0.51 |
| Hex | F1 | 60 | 14 | 0 | 3C | 5C | 5 | 15 | 59 | 33 |
| Octal | 361 | 140 | 24 | 0 | 74 | 134 | 5 | 25 | 131 | 63 |
| Binary | 11110001 | 1100000 | 10100 | 0 | 111100 | 1011100 | 101 | 10101 | 1011001 | 110011 |
Color Harmonies of #F16014
Complementary color
Monochromatic Colors of #F16014
Black with #F16014
Text Example
Text Example
White with #F16014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16014; }
p { color: rgb(241,96,20); }
H1.HeaderClassName
{
color: #F16014;
}
.AnyTagClassName
{
color: #F16014;
}
</style>
background-color css
<style>
a { background-color: #F16014; }
a { background-color: rgb(241,96,20); }
div.DivClassName
{
background-color: #F16014;
}
.BgClassName
{
background-color: #F16014;
}
</style>
border-color css
<style>
span { border-color: #F16014; }
span { border-color: rgb(241,96,20); }
td.TdClassName
{
border-color: #F16014;
}
.TagClassName
{
border-color: #F16014;
}
</style>