Shades of Persimmon #F16100
Tints of Persimmon #F16100
RGB
CMYK
RGB Variations
Color information
#F16100 (or 0xF16100) is known color: Persimmon. HEX triplet: F1, 61 and 00. RGB value is (241,97,0). Sum of RGB (Red+Green+Blue) = 241+97+0=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F16100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16100 is #0E9EFF. Grayscale: #818181. Windows color (decimal): -958208 or 25073. OLE color: 25073.
HSL color Cylindrical-coordinate representation of color #F16100: hue angle of 24.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F16100 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.05 |
| HSL | 24.15º | 1% | 0.47% | - |
| HSV(B) | 24.15º | 1% | 0.95% | - |
| XYZ | 40.55 | 27.25 | 3.12 | - |
| YUV | 129 | 55.21 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 0 | 0 | 0.60 | 1 | 0.05 | 24.15 | 1 | 0.47 |
| Hex | F1 | 61 | 0 | 0 | 3C | 64 | 5 | 18 | 64 | 2F |
| Octal | 361 | 141 | 0 | 0 | 74 | 144 | 5 | 30 | 144 | 57 |
| Binary | 11110001 | 1100001 | 0 | 0 | 111100 | 1100100 | 101 | 11000 | 1100100 | 101111 |
Color Harmonies of #F16100
Complementary color
Monochromatic Colors of #F16100
Black with #F16100
Text Example
Text Example
White with #F16100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16100; }
p { color: rgb(241,97,0); }
H1.HeaderClassName
{
color: #F16100;
}
.AnyTagClassName
{
color: #F16100;
}
</style>
background-color css
<style>
a { background-color: #F16100; }
a { background-color: rgb(241,97,0); }
div.DivClassName
{
background-color: #F16100;
}
.BgClassName
{
background-color: #F16100;
}
</style>
border-color css
<style>
span { border-color: #F16100; }
span { border-color: rgb(241,97,0); }
td.TdClassName
{
border-color: #F16100;
}
.TagClassName
{
border-color: #F16100;
}
</style>