Shades of Persimmon #F1610C
Tints of Persimmon #F1610C
RGB
CMYK
RGB Variations
Color information
#F1610C (or 0xF1610C) is known color: Persimmon. HEX triplet: F1, 61 and 0C. RGB value is (241,97,12). Sum of RGB (Red+Green+Blue) = 241+97+12=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F1610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1610C is #0E9EF3. Grayscale: #828282. Windows color (decimal): -958196 or 811505. OLE color: 811505.
HSL color Cylindrical-coordinate representation of color #F1610C: hue angle of 22.27º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1610C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.05 |
| HSL | 22.27º | 0.91% | 0.5% | - |
| HSV(B) | 22.27º | 0.95% | 0.95% | - |
| XYZ | 40.62 | 27.28 | 3.47 | - |
| YUV | 130.37 | 61.21 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 12 | 0 | 0.60 | 0.95 | 0.05 | 22.27 | 0.91 | 0.5 |
| Hex | F1 | 61 | C | 0 | 3C | 5F | 5 | 16 | 5B | 32 |
| Octal | 361 | 141 | 14 | 0 | 74 | 137 | 5 | 26 | 133 | 62 |
| Binary | 11110001 | 1100001 | 1100 | 0 | 111100 | 1011111 | 101 | 10110 | 1011011 | 110010 |
Color Harmonies of #F1610C
Complementary color
Monochromatic Colors of #F1610C
Black with #F1610C
Text Example
Text Example
White with #F1610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1610C; }
p { color: rgb(241,97,12); }
H1.HeaderClassName
{
color: #F1610C;
}
.AnyTagClassName
{
color: #F1610C;
}
</style>
background-color css
<style>
a { background-color: #F1610C; }
a { background-color: rgb(241,97,12); }
div.DivClassName
{
background-color: #F1610C;
}
.BgClassName
{
background-color: #F1610C;
}
</style>
border-color css
<style>
span { border-color: #F1610C; }
span { border-color: rgb(241,97,12); }
td.TdClassName
{
border-color: #F1610C;
}
.TagClassName
{
border-color: #F1610C;
}
</style>