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