Shades of Persimmon #F16510
Tints of Persimmon #F16510
RGB
CMYK
RGB Variations
Color information
#F16510 (or 0xF16510) is known color: Persimmon. HEX triplet: F1, 65 and 10. RGB value is (241,101,16). Sum of RGB (Red+Green+Blue) = 241+101+16=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F16510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16510 is #0E9AEF. Grayscale: #858585. Windows color (decimal): -957168 or 1074673. OLE color: 1074673.
HSL color Cylindrical-coordinate representation of color #F16510: hue angle of 22.67º 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 #F16510 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.05 |
| HSL | 22.67º | 0.89% | 0.5% | - |
| HSV(B) | 22.67º | 0.93% | 0.95% | - |
| XYZ | 41.02 | 28.05 | 3.74 | - |
| YUV | 133.17 | 61.88 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 16 | 0 | 0.58 | 0.93 | 0.05 | 22.67 | 0.89 | 0.5 |
| Hex | F1 | 65 | 10 | 0 | 3A | 5D | 5 | 17 | 59 | 32 |
| Octal | 361 | 145 | 20 | 0 | 72 | 135 | 5 | 27 | 131 | 62 |
| Binary | 11110001 | 1100101 | 10000 | 0 | 111010 | 1011101 | 101 | 10111 | 1011001 | 110010 |
Color Harmonies of #F16510
Complementary color
Monochromatic Colors of #F16510
Black with #F16510
Text Example
Text Example
White with #F16510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16510; }
p { color: rgb(241,101,16); }
H1.HeaderClassName
{
color: #F16510;
}
.AnyTagClassName
{
color: #F16510;
}
</style>
background-color css
<style>
a { background-color: #F16510; }
a { background-color: rgb(241,101,16); }
div.DivClassName
{
background-color: #F16510;
}
.BgClassName
{
background-color: #F16510;
}
</style>
border-color css
<style>
span { border-color: #F16510; }
span { border-color: rgb(241,101,16); }
td.TdClassName
{
border-color: #F16510;
}
.TagClassName
{
border-color: #F16510;
}
</style>