Shades of Persimmon #F16410
Tints of Persimmon #F16410
RGB
CMYK
RGB Variations
Color information
#F16410 (or 0xF16410) is known color: Persimmon. HEX triplet: F1, 64 and 10. RGB value is (241,100,16). Sum of RGB (Red+Green+Blue) = 241+100+16=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F16410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16410 is #0E9BEF. Grayscale: #858585. Windows color (decimal): -957424 or 1074417. OLE color: 1074417.
HSL color Cylindrical-coordinate representation of color #F16410: hue angle of 22.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F16410 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 16 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.05 |
| HSL | 22.4º | 0.89% | 0.5% | - |
| HSV(B) | 22.4º | 0.93% | 0.95% | - |
| XYZ | 40.93 | 27.85 | 3.71 | - |
| YUV | 132.58 | 62.21 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 16 | 0 | 0.59 | 0.93 | 0.05 | 22.4 | 0.89 | 0.5 |
| Hex | F1 | 64 | 10 | 0 | 3B | 5D | 5 | 16 | 59 | 32 |
| Octal | 361 | 144 | 20 | 0 | 73 | 135 | 5 | 26 | 131 | 62 |
| Binary | 11110001 | 1100100 | 10000 | 0 | 111011 | 1011101 | 101 | 10110 | 1011001 | 110010 |
Color Harmonies of #F16410
Complementary color
Monochromatic Colors of #F16410
Black with #F16410
Text Example
Text Example
White with #F16410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16410; }
p { color: rgb(241,100,16); }
H1.HeaderClassName
{
color: #F16410;
}
.AnyTagClassName
{
color: #F16410;
}
</style>
background-color css
<style>
a { background-color: #F16410; }
a { background-color: rgb(241,100,16); }
div.DivClassName
{
background-color: #F16410;
}
.BgClassName
{
background-color: #F16410;
}
</style>
border-color css
<style>
span { border-color: #F16410; }
span { border-color: rgb(241,100,16); }
td.TdClassName
{
border-color: #F16410;
}
.TagClassName
{
border-color: #F16410;
}
</style>