Shades of Persimmon #F6590C
Tints of Persimmon #F6590C
RGB
CMYK
RGB Variations
Color information
#F6590C (or 0xF6590C) is known color: Persimmon. HEX triplet: F6, 59 and 0C. RGB value is (246,89,12). Sum of RGB (Red+Green+Blue) = 246+89+12=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6590C is #09A6F3. Grayscale: #7F7F7F. Windows color (decimal): -632564 or 809462. OLE color: 809462.
HSL color Cylindrical-coordinate representation of color #F6590C: hue angle of 19.74º 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 #F6590C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.04 |
| HSL | 19.74º | 0.93% | 0.51% | - |
| HSV(B) | 19.74º | 0.95% | 0.96% | - |
| XYZ | 41.64 | 26.76 | 3.32 | - |
| YUV | 127.17 | 63.01 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 12 | 0 | 0.64 | 0.95 | 0.04 | 19.74 | 0.93 | 0.51 |
| Hex | F6 | 59 | C | 0 | 40 | 5F | 4 | 14 | 5D | 33 |
| Octal | 366 | 131 | 14 | 0 | 100 | 137 | 4 | 24 | 135 | 63 |
| Binary | 11110110 | 1011001 | 1100 | 0 | 1000000 | 1011111 | 100 | 10100 | 1011101 | 110011 |
Color Harmonies of #F6590C
Complementary color
Monochromatic Colors of #F6590C
Black with #F6590C
Text Example
Text Example
White with #F6590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6590C; }
p { color: rgb(246,89,12); }
H1.HeaderClassName
{
color: #F6590C;
}
.AnyTagClassName
{
color: #F6590C;
}
</style>
background-color css
<style>
a { background-color: #F6590C; }
a { background-color: rgb(246,89,12); }
div.DivClassName
{
background-color: #F6590C;
}
.BgClassName
{
background-color: #F6590C;
}
</style>
border-color css
<style>
span { border-color: #F6590C; }
span { border-color: rgb(246,89,12); }
td.TdClassName
{
border-color: #F6590C;
}
.TagClassName
{
border-color: #F6590C;
}
</style>