Shades of Persimmon #F16213
Tints of Persimmon #F16213
RGB
CMYK
RGB Variations
Color information
#F16213 (or 0xF16213) is known color: Persimmon. HEX triplet: F1, 62 and 13. RGB value is (241,98,19). Sum of RGB (Red+Green+Blue) = 241+98+19=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F16213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16213 is #0E9DEC. Grayscale: #848484. Windows color (decimal): -957933 or 1270513. OLE color: 1270513.
HSL color Cylindrical-coordinate representation of color #F16213: hue angle of 21.35º 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 #F16213 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 19 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.05 |
| HSL | 21.35º | 0.89% | 0.51% | - |
| HSV(B) | 21.35º | 0.92% | 0.95% | - |
| XYZ | 40.76 | 27.48 | 3.77 | - |
| YUV | 131.75 | 64.38 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 19 | 0 | 0.59 | 0.92 | 0.05 | 21.35 | 0.89 | 0.51 |
| Hex | F1 | 62 | 13 | 0 | 3B | 5C | 5 | 15 | 59 | 33 |
| Octal | 361 | 142 | 23 | 0 | 73 | 134 | 5 | 25 | 131 | 63 |
| Binary | 11110001 | 1100010 | 10011 | 0 | 111011 | 1011100 | 101 | 10101 | 1011001 | 110011 |
Color Harmonies of #F16213
Complementary color
Monochromatic Colors of #F16213
Black with #F16213
Text Example
Text Example
White with #F16213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16213; }
p { color: rgb(241,98,19); }
H1.HeaderClassName
{
color: #F16213;
}
.AnyTagClassName
{
color: #F16213;
}
</style>
background-color css
<style>
a { background-color: #F16213; }
a { background-color: rgb(241,98,19); }
div.DivClassName
{
background-color: #F16213;
}
.BgClassName
{
background-color: #F16213;
}
</style>
border-color css
<style>
span { border-color: #F16213; }
span { border-color: rgb(241,98,19); }
td.TdClassName
{
border-color: #F16213;
}
.TagClassName
{
border-color: #F16213;
}
</style>