Shades of Persimmon #F16105
Tints of Persimmon #F16105
RGB
CMYK
RGB Variations
Color information
#F16105 (or 0xF16105) is known color: Persimmon. HEX triplet: F1, 61 and 05. RGB value is (241,97,5). Sum of RGB (Red+Green+Blue) = 241+97+5=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F16105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16105 is #0E9EFA. Grayscale: #828282. Windows color (decimal): -958203 or 352753. OLE color: 352753.
HSL color Cylindrical-coordinate representation of color #F16105: hue angle of 23.39º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F16105 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.05 |
| HSL | 23.39º | 0.96% | 0.48% | - |
| HSV(B) | 23.39º | 0.98% | 0.95% | - |
| XYZ | 40.58 | 27.26 | 3.27 | - |
| YUV | 129.57 | 57.71 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 5 | 0 | 0.60 | 0.98 | 0.05 | 23.39 | 0.96 | 0.48 |
| Hex | F1 | 61 | 5 | 0 | 3C | 62 | 5 | 17 | 60 | 30 |
| Octal | 361 | 141 | 5 | 0 | 74 | 142 | 5 | 27 | 140 | 60 |
| Binary | 11110001 | 1100001 | 101 | 0 | 111100 | 1100010 | 101 | 10111 | 1100000 | 110000 |
Color Harmonies of #F16105
Complementary color
Monochromatic Colors of #F16105
Black with #F16105
Text Example
Text Example
White with #F16105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16105; }
p { color: rgb(241,97,5); }
H1.HeaderClassName
{
color: #F16105;
}
.AnyTagClassName
{
color: #F16105;
}
</style>
background-color css
<style>
a { background-color: #F16105; }
a { background-color: rgb(241,97,5); }
div.DivClassName
{
background-color: #F16105;
}
.BgClassName
{
background-color: #F16105;
}
</style>
border-color css
<style>
span { border-color: #F16105; }
span { border-color: rgb(241,97,5); }
td.TdClassName
{
border-color: #F16105;
}
.TagClassName
{
border-color: #F16105;
}
</style>