Shades of Persimmon #F6581A
Tints of Persimmon #F6581A
RGB
CMYK
RGB Variations
Color information
#F6581A (or 0xF6581A) is known color: Persimmon. HEX triplet: F6, 58 and 1A. RGB value is (246,88,26). Sum of RGB (Red+Green+Blue) = 246+88+26=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F6581A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6581A is #09A7E5. Grayscale: #808080. Windows color (decimal): -632806 or 1726710. OLE color: 1726710.
HSL color Cylindrical-coordinate representation of color #F6581A: hue angle of 16.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6581A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 26 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.04 |
| HSL | 16.91º | 0.92% | 0.53% | - |
| HSV(B) | 16.91º | 0.89% | 0.96% | - |
| XYZ | 41.68 | 26.65 | 3.92 | - |
| YUV | 128.17 | 70.35 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 26 | 0 | 0.64 | 0.89 | 0.04 | 16.91 | 0.92 | 0.53 |
| Hex | F6 | 58 | 1A | 0 | 40 | 59 | 4 | 11 | 5C | 35 |
| Octal | 366 | 130 | 32 | 0 | 100 | 131 | 4 | 21 | 134 | 65 |
| Binary | 11110110 | 1011000 | 11010 | 0 | 1000000 | 1011001 | 100 | 10001 | 1011100 | 110101 |
Color Harmonies of #F6581A
Complementary color
Monochromatic Colors of #F6581A
Black with #F6581A
Text Example
Text Example
White with #F6581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6581A; }
p { color: rgb(246,88,26); }
H1.HeaderClassName
{
color: #F6581A;
}
.AnyTagClassName
{
color: #F6581A;
}
</style>
background-color css
<style>
a { background-color: #F6581A; }
a { background-color: rgb(246,88,26); }
div.DivClassName
{
background-color: #F6581A;
}
.BgClassName
{
background-color: #F6581A;
}
</style>
border-color css
<style>
span { border-color: #F6581A; }
span { border-color: rgb(246,88,26); }
td.TdClassName
{
border-color: #F6581A;
}
.TagClassName
{
border-color: #F6581A;
}
</style>