Shades of Persimmon #F6580F
Tints of Persimmon #F6580F
RGB
CMYK
RGB Variations
Color information
#F6580F (or 0xF6580F) is known color: Persimmon. HEX triplet: F6, 58 and 0F. RGB value is (246,88,15). Sum of RGB (Red+Green+Blue) = 246+88+15=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F6580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6580F is #09A7F0. Grayscale: #7F7F7F. Windows color (decimal): -632817 or 1005814. OLE color: 1005814.
HSL color Cylindrical-coordinate representation of color #F6580F: hue angle of 18.96º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6580F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.04 |
| HSL | 18.96º | 0.93% | 0.51% | - |
| HSV(B) | 18.96º | 0.94% | 0.96% | - |
| XYZ | 41.58 | 26.61 | 3.4 | - |
| YUV | 126.92 | 64.85 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 15 | 0 | 0.64 | 0.94 | 0.04 | 18.96 | 0.93 | 0.51 |
| Hex | F6 | 58 | F | 0 | 40 | 5E | 4 | 13 | 5D | 33 |
| Octal | 366 | 130 | 17 | 0 | 100 | 136 | 4 | 23 | 135 | 63 |
| Binary | 11110110 | 1011000 | 1111 | 0 | 1000000 | 1011110 | 100 | 10011 | 1011101 | 110011 |
Color Harmonies of #F6580F
Complementary color
Monochromatic Colors of #F6580F
Black with #F6580F
Text Example
Text Example
White with #F6580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6580F; }
p { color: rgb(246,88,15); }
H1.HeaderClassName
{
color: #F6580F;
}
.AnyTagClassName
{
color: #F6580F;
}
</style>
background-color css
<style>
a { background-color: #F6580F; }
a { background-color: rgb(246,88,15); }
div.DivClassName
{
background-color: #F6580F;
}
.BgClassName
{
background-color: #F6580F;
}
</style>
border-color css
<style>
span { border-color: #F6580F; }
span { border-color: rgb(246,88,15); }
td.TdClassName
{
border-color: #F6580F;
}
.TagClassName
{
border-color: #F6580F;
}
</style>