Shades of Persimmon #F65911
Tints of Persimmon #F65911
RGB
CMYK
RGB Variations
Color information
#F65911 (or 0xF65911) is known color: Persimmon. HEX triplet: F6, 59 and 11. RGB value is (246,89,17). Sum of RGB (Red+Green+Blue) = 246+89+17=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F65911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65911 is #09A6EE. Grayscale: #808080. Windows color (decimal): -632559 or 1137142. OLE color: 1137142.
HSL color Cylindrical-coordinate representation of color #F65911: hue angle of 18.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F65911 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 17 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.04 |
| HSL | 18.86º | 0.93% | 0.52% | - |
| HSV(B) | 18.86º | 0.93% | 0.96% | - |
| XYZ | 41.68 | 26.78 | 3.5 | - |
| YUV | 127.74 | 65.51 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 17 | 0 | 0.64 | 0.93 | 0.04 | 18.86 | 0.93 | 0.52 |
| Hex | F6 | 59 | 11 | 0 | 40 | 5D | 4 | 13 | 5D | 34 |
| Octal | 366 | 131 | 21 | 0 | 100 | 135 | 4 | 23 | 135 | 64 |
| Binary | 11110110 | 1011001 | 10001 | 0 | 1000000 | 1011101 | 100 | 10011 | 1011101 | 110100 |
Color Harmonies of #F65911
Complementary color
Monochromatic Colors of #F65911
Black with #F65911
Text Example
Text Example
White with #F65911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65911; }
p { color: rgb(246,89,17); }
H1.HeaderClassName
{
color: #F65911;
}
.AnyTagClassName
{
color: #F65911;
}
</style>
background-color css
<style>
a { background-color: #F65911; }
a { background-color: rgb(246,89,17); }
div.DivClassName
{
background-color: #F65911;
}
.BgClassName
{
background-color: #F65911;
}
</style>
border-color css
<style>
span { border-color: #F65911; }
span { border-color: rgb(246,89,17); }
td.TdClassName
{
border-color: #F65911;
}
.TagClassName
{
border-color: #F65911;
}
</style>