Shades of Persimmon #F16412
Tints of Persimmon #F16412
RGB
CMYK
RGB Variations
Color information
#F16412 (or 0xF16412) is known color: Persimmon. HEX triplet: F1, 64 and 12. RGB value is (241,100,18). Sum of RGB (Red+Green+Blue) = 241+100+18=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F16412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16412 is #0E9BED. Grayscale: #858585. Windows color (decimal): -957422 or 1205489. OLE color: 1205489.
HSL color Cylindrical-coordinate representation of color #F16412: hue angle of 22.06º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F16412 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.05 |
| HSL | 22.06º | 0.89% | 0.51% | - |
| HSV(B) | 22.06º | 0.93% | 0.95% | - |
| XYZ | 40.94 | 27.86 | 3.79 | - |
| YUV | 132.81 | 63.21 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 18 | 0 | 0.59 | 0.93 | 0.05 | 22.06 | 0.89 | 0.51 |
| Hex | F1 | 64 | 12 | 0 | 3B | 5D | 5 | 16 | 59 | 33 |
| Octal | 361 | 144 | 22 | 0 | 73 | 135 | 5 | 26 | 131 | 63 |
| Binary | 11110001 | 1100100 | 10010 | 0 | 111011 | 1011101 | 101 | 10110 | 1011001 | 110011 |
Color Harmonies of #F16412
Complementary color
Monochromatic Colors of #F16412
Black with #F16412
Text Example
Text Example
White with #F16412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16412; }
p { color: rgb(241,100,18); }
H1.HeaderClassName
{
color: #F16412;
}
.AnyTagClassName
{
color: #F16412;
}
</style>
background-color css
<style>
a { background-color: #F16412; }
a { background-color: rgb(241,100,18); }
div.DivClassName
{
background-color: #F16412;
}
.BgClassName
{
background-color: #F16412;
}
</style>
border-color css
<style>
span { border-color: #F16412; }
span { border-color: rgb(241,100,18); }
td.TdClassName
{
border-color: #F16412;
}
.TagClassName
{
border-color: #F16412;
}
</style>