Shades of Persimmon #F6560C
Tints of Persimmon #F6560C
RGB
CMYK
RGB Variations
Color information
#F6560C (or 0xF6560C) is known color: Persimmon. HEX triplet: F6, 56 and 0C. RGB value is (246,86,12). Sum of RGB (Red+Green+Blue) = 246+86+12=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F6560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6560C is #09A9F3. Grayscale: #7D7D7D. Windows color (decimal): -633332 or 808694. OLE color: 808694.
HSL color Cylindrical-coordinate representation of color #F6560C: hue angle of 18.97º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6560C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.04 |
| HSL | 18.97º | 0.93% | 0.51% | - |
| HSV(B) | 18.97º | 0.95% | 0.96% | - |
| XYZ | 41.4 | 26.27 | 3.24 | - |
| YUV | 125.4 | 64.01 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 12 | 0 | 0.65 | 0.95 | 0.04 | 18.97 | 0.93 | 0.51 |
| Hex | F6 | 56 | C | 0 | 41 | 5F | 4 | 13 | 5D | 33 |
| Octal | 366 | 126 | 14 | 0 | 101 | 137 | 4 | 23 | 135 | 63 |
| Binary | 11110110 | 1010110 | 1100 | 0 | 1000001 | 1011111 | 100 | 10011 | 1011101 | 110011 |
Color Harmonies of #F6560C
Complementary color
Monochromatic Colors of #F6560C
Black with #F6560C
Text Example
Text Example
White with #F6560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6560C; }
p { color: rgb(246,86,12); }
H1.HeaderClassName
{
color: #F6560C;
}
.AnyTagClassName
{
color: #F6560C;
}
</style>
background-color css
<style>
a { background-color: #F6560C; }
a { background-color: rgb(246,86,12); }
div.DivClassName
{
background-color: #F6560C;
}
.BgClassName
{
background-color: #F6560C;
}
</style>
border-color css
<style>
span { border-color: #F6560C; }
span { border-color: rgb(246,86,12); }
td.TdClassName
{
border-color: #F6560C;
}
.TagClassName
{
border-color: #F6560C;
}
</style>