Shades of Persimmon #F65909
Tints of Persimmon #F65909
RGB
CMYK
RGB Variations
Color information
#F65909 (or 0xF65909) is known color: Persimmon. HEX triplet: F6, 59 and 09. RGB value is (246,89,9). Sum of RGB (Red+Green+Blue) = 246+89+9=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F65909 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65909 is #09A6F6. Grayscale: #7F7F7F. Windows color (decimal): -632567 or 612854. OLE color: 612854.
HSL color Cylindrical-coordinate representation of color #F65909: hue angle of 20.25º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F65909 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.04 |
| HSL | 20.25º | 0.93% | 0.5% | - |
| HSV(B) | 20.25º | 0.96% | 0.96% | - |
| XYZ | 41.63 | 26.76 | 3.23 | - |
| YUV | 126.82 | 61.51 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 9 | 0 | 0.64 | 0.96 | 0.04 | 20.25 | 0.93 | 0.5 |
| Hex | F6 | 59 | 9 | 0 | 40 | 60 | 4 | 14 | 5D | 32 |
| Octal | 366 | 131 | 11 | 0 | 100 | 140 | 4 | 24 | 135 | 62 |
| Binary | 11110110 | 1011001 | 1001 | 0 | 1000000 | 1100000 | 100 | 10100 | 1011101 | 110010 |
Color Harmonies of #F65909
Complementary color
Monochromatic Colors of #F65909
Black with #F65909
Text Example
Text Example
White with #F65909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65909; }
p { color: rgb(246,89,9); }
H1.HeaderClassName
{
color: #F65909;
}
.AnyTagClassName
{
color: #F65909;
}
</style>
background-color css
<style>
a { background-color: #F65909; }
a { background-color: rgb(246,89,9); }
div.DivClassName
{
background-color: #F65909;
}
.BgClassName
{
background-color: #F65909;
}
</style>
border-color css
<style>
span { border-color: #F65909; }
span { border-color: rgb(246,89,9); }
td.TdClassName
{
border-color: #F65909;
}
.TagClassName
{
border-color: #F65909;
}
</style>