Shades of Persimmon #F65908
Tints of Persimmon #F65908
RGB
CMYK
RGB Variations
Color information
#F65908 (or 0xF65908) is known color: Persimmon. HEX triplet: F6, 59 and 08. RGB value is (246,89,8). Sum of RGB (Red+Green+Blue) = 246+89+8=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F65908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65908 is #09A6F7. Grayscale: #7F7F7F. Windows color (decimal): -632568 or 547318. OLE color: 547318.
HSL color Cylindrical-coordinate representation of color #F65908: hue angle of 20.42º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F65908 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.04 |
| HSL | 20.42º | 0.94% | 0.5% | - |
| HSV(B) | 20.42º | 0.97% | 0.96% | - |
| XYZ | 41.62 | 26.76 | 3.2 | - |
| YUV | 126.71 | 61.01 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 8 | 0 | 0.64 | 0.97 | 0.04 | 20.42 | 0.94 | 0.5 |
| Hex | F6 | 59 | 8 | 0 | 40 | 61 | 4 | 14 | 5E | 32 |
| Octal | 366 | 131 | 10 | 0 | 100 | 141 | 4 | 24 | 136 | 62 |
| Binary | 11110110 | 1011001 | 1000 | 0 | 1000000 | 1100001 | 100 | 10100 | 1011110 | 110010 |
Color Harmonies of #F65908
Complementary color
Monochromatic Colors of #F65908
Black with #F65908
Text Example
Text Example
White with #F65908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65908; }
p { color: rgb(246,89,8); }
H1.HeaderClassName
{
color: #F65908;
}
.AnyTagClassName
{
color: #F65908;
}
</style>
background-color css
<style>
a { background-color: #F65908; }
a { background-color: rgb(246,89,8); }
div.DivClassName
{
background-color: #F65908;
}
.BgClassName
{
background-color: #F65908;
}
</style>
border-color css
<style>
span { border-color: #F65908; }
span { border-color: rgb(246,89,8); }
td.TdClassName
{
border-color: #F65908;
}
.TagClassName
{
border-color: #F65908;
}
</style>