Shades of Persimmon #F65E11
Tints of Persimmon #F65E11
RGB
CMYK
RGB Variations
Color information
#F65E11 (or 0xF65E11) is known color: Persimmon. HEX triplet: F6, 5E and 11. RGB value is (246,94,17). Sum of RGB (Red+Green+Blue) = 246+94+17=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E11 is #09A1EE. Grayscale: #838383. Windows color (decimal): -631279 or 1138422. OLE color: 1138422.
HSL color Cylindrical-coordinate representation of color #F65E11: hue angle of 20.17º 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 #F65E11 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 17 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.04 |
| HSL | 20.17º | 0.93% | 0.52% | - |
| HSV(B) | 20.17º | 0.93% | 0.96% | - |
| XYZ | 42.11 | 27.64 | 3.65 | - |
| YUV | 130.67 | 63.86 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 17 | 0 | 0.62 | 0.93 | 0.04 | 20.17 | 0.93 | 0.52 |
| Hex | F6 | 5E | 11 | 0 | 3E | 5D | 4 | 14 | 5D | 34 |
| Octal | 366 | 136 | 21 | 0 | 76 | 135 | 4 | 24 | 135 | 64 |
| Binary | 11110110 | 1011110 | 10001 | 0 | 111110 | 1011101 | 100 | 10100 | 1011101 | 110100 |
Color Harmonies of #F65E11
Complementary color
Monochromatic Colors of #F65E11
Black with #F65E11
Text Example
Text Example
White with #F65E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E11; }
p { color: rgb(246,94,17); }
H1.HeaderClassName
{
color: #F65E11;
}
.AnyTagClassName
{
color: #F65E11;
}
</style>
background-color css
<style>
a { background-color: #F65E11; }
a { background-color: rgb(246,94,17); }
div.DivClassName
{
background-color: #F65E11;
}
.BgClassName
{
background-color: #F65E11;
}
</style>
border-color css
<style>
span { border-color: #F65E11; }
span { border-color: rgb(246,94,17); }
td.TdClassName
{
border-color: #F65E11;
}
.TagClassName
{
border-color: #F65E11;
}
</style>