Shades of Persimmon #F6560B
Tints of Persimmon #F6560B
RGB
CMYK
RGB Variations
Color information
#F6560B (or 0xF6560B) is known color: Persimmon. HEX triplet: F6, 56 and 0B. RGB value is (246,86,11). Sum of RGB (Red+Green+Blue) = 246+86+11=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F6560B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6560B is #09A9F4. Grayscale: #7D7D7D. Windows color (decimal): -633333 or 743158. OLE color: 743158.
HSL color Cylindrical-coordinate representation of color #F6560B: hue angle of 19.15º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6560B is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 11 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.04 |
| HSL | 19.15º | 0.93% | 0.5% | - |
| HSV(B) | 19.15º | 0.96% | 0.96% | - |
| XYZ | 41.39 | 26.27 | 3.21 | - |
| YUV | 125.29 | 63.51 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 11 | 0 | 0.65 | 0.96 | 0.04 | 19.15 | 0.93 | 0.5 |
| Hex | F6 | 56 | B | 0 | 41 | 60 | 4 | 13 | 5D | 32 |
| Octal | 366 | 126 | 13 | 0 | 101 | 140 | 4 | 23 | 135 | 62 |
| Binary | 11110110 | 1010110 | 1011 | 0 | 1000001 | 1100000 | 100 | 10011 | 1011101 | 110010 |
Color Harmonies of #F6560B
Complementary color
Monochromatic Colors of #F6560B
Black with #F6560B
Text Example
Text Example
White with #F6560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6560B; }
p { color: rgb(246,86,11); }
H1.HeaderClassName
{
color: #F6560B;
}
.AnyTagClassName
{
color: #F6560B;
}
</style>
background-color css
<style>
a { background-color: #F6560B; }
a { background-color: rgb(246,86,11); }
div.DivClassName
{
background-color: #F6560B;
}
.BgClassName
{
background-color: #F6560B;
}
</style>
border-color css
<style>
span { border-color: #F6560B; }
span { border-color: rgb(246,86,11); }
td.TdClassName
{
border-color: #F6560B;
}
.TagClassName
{
border-color: #F6560B;
}
</style>