Shades of Persimmon #F6580D
Tints of Persimmon #F6580D
RGB
CMYK
RGB Variations
Color information
#F6580D (or 0xF6580D) is known color: Persimmon. HEX triplet: F6, 58 and 0D. RGB value is (246,88,13). Sum of RGB (Red+Green+Blue) = 246+88+13=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6580D is #09A7F2. Grayscale: #7F7F7F. Windows color (decimal): -632819 or 874742. OLE color: 874742.
HSL color Cylindrical-coordinate representation of color #F6580D: hue angle of 19.31º 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 #F6580D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.04 |
| HSL | 19.31º | 0.93% | 0.51% | - |
| HSV(B) | 19.31º | 0.95% | 0.96% | - |
| XYZ | 41.57 | 26.6 | 3.32 | - |
| YUV | 126.69 | 63.85 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 13 | 0 | 0.64 | 0.95 | 0.04 | 19.31 | 0.93 | 0.51 |
| Hex | F6 | 58 | D | 0 | 40 | 5F | 4 | 13 | 5D | 33 |
| Octal | 366 | 130 | 15 | 0 | 100 | 137 | 4 | 23 | 135 | 63 |
| Binary | 11110110 | 1011000 | 1101 | 0 | 1000000 | 1011111 | 100 | 10011 | 1011101 | 110011 |
Color Harmonies of #F6580D
Complementary color
Monochromatic Colors of #F6580D
Black with #F6580D
Text Example
Text Example
White with #F6580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6580D; }
p { color: rgb(246,88,13); }
H1.HeaderClassName
{
color: #F6580D;
}
.AnyTagClassName
{
color: #F6580D;
}
</style>
background-color css
<style>
a { background-color: #F6580D; }
a { background-color: rgb(246,88,13); }
div.DivClassName
{
background-color: #F6580D;
}
.BgClassName
{
background-color: #F6580D;
}
</style>
border-color css
<style>
span { border-color: #F6580D; }
span { border-color: rgb(246,88,13); }
td.TdClassName
{
border-color: #F6580D;
}
.TagClassName
{
border-color: #F6580D;
}
</style>