Shades of Persimmon #F65713
Tints of Persimmon #F65713
RGB
CMYK
RGB Variations
Color information
#F65713 (or 0xF65713) is known color: Persimmon. HEX triplet: F6, 57 and 13. RGB value is (246,87,19). Sum of RGB (Red+Green+Blue) = 246+87+19=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F65713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65713 is #09A8EC. Grayscale: #7F7F7F. Windows color (decimal): -633069 or 1267702. OLE color: 1267702.
HSL color Cylindrical-coordinate representation of color #F65713: hue angle of 17.97º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F65713 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 87 | 19 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.04 |
| HSL | 17.97º | 0.93% | 0.52% | - |
| HSV(B) | 17.97º | 0.92% | 0.96% | - |
| XYZ | 41.53 | 26.46 | 3.53 | - |
| YUV | 126.79 | 67.18 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 87 | 19 | 0 | 0.65 | 0.92 | 0.04 | 17.97 | 0.93 | 0.52 |
| Hex | F6 | 57 | 13 | 0 | 41 | 5C | 4 | 12 | 5D | 34 |
| Octal | 366 | 127 | 23 | 0 | 101 | 134 | 4 | 22 | 135 | 64 |
| Binary | 11110110 | 1010111 | 10011 | 0 | 1000001 | 1011100 | 100 | 10010 | 1011101 | 110100 |
Color Harmonies of #F65713
Complementary color
Monochromatic Colors of #F65713
Black with #F65713
Text Example
Text Example
White with #F65713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65713; }
p { color: rgb(246,87,19); }
H1.HeaderClassName
{
color: #F65713;
}
.AnyTagClassName
{
color: #F65713;
}
</style>
background-color css
<style>
a { background-color: #F65713; }
a { background-color: rgb(246,87,19); }
div.DivClassName
{
background-color: #F65713;
}
.BgClassName
{
background-color: #F65713;
}
</style>
border-color css
<style>
span { border-color: #F65713; }
span { border-color: rgb(246,87,19); }
td.TdClassName
{
border-color: #F65713;
}
.TagClassName
{
border-color: #F65713;
}
</style>