Shades of Persimmon #F65D13
Tints of Persimmon #F65D13
RGB
CMYK
RGB Variations
Color information
#F65D13 (or 0xF65D13) is known color: Persimmon. HEX triplet: F6, 5D and 13. RGB value is (246,93,19). Sum of RGB (Red+Green+Blue) = 246+93+19=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D13 is #09A2EC. Grayscale: #828282. Windows color (decimal): -631533 or 1269238. OLE color: 1269238.
HSL color Cylindrical-coordinate representation of color #F65D13: hue angle of 19.56º 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 #F65D13 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 19 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.04 |
| HSL | 19.56º | 0.93% | 0.52% | - |
| HSV(B) | 19.56º | 0.92% | 0.96% | - |
| XYZ | 42.04 | 27.47 | 3.7 | - |
| YUV | 130.31 | 65.19 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 19 | 0 | 0.62 | 0.92 | 0.04 | 19.56 | 0.93 | 0.52 |
| Hex | F6 | 5D | 13 | 0 | 3E | 5C | 4 | 14 | 5D | 34 |
| Octal | 366 | 135 | 23 | 0 | 76 | 134 | 4 | 24 | 135 | 64 |
| Binary | 11110110 | 1011101 | 10011 | 0 | 111110 | 1011100 | 100 | 10100 | 1011101 | 110100 |
Color Harmonies of #F65D13
Complementary color
Monochromatic Colors of #F65D13
Black with #F65D13
Text Example
Text Example
White with #F65D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D13; }
p { color: rgb(246,93,19); }
H1.HeaderClassName
{
color: #F65D13;
}
.AnyTagClassName
{
color: #F65D13;
}
</style>
background-color css
<style>
a { background-color: #F65D13; }
a { background-color: rgb(246,93,19); }
div.DivClassName
{
background-color: #F65D13;
}
.BgClassName
{
background-color: #F65D13;
}
</style>
border-color css
<style>
span { border-color: #F65D13; }
span { border-color: rgb(246,93,19); }
td.TdClassName
{
border-color: #F65D13;
}
.TagClassName
{
border-color: #F65D13;
}
</style>