Shades of Persimmon #F65E09
Tints of Persimmon #F65E09
RGB
CMYK
RGB Variations
Color information
#F65E09 (or 0xF65E09) is known color: Persimmon. HEX triplet: F6, 5E and 09. RGB value is (246,94,9). Sum of RGB (Red+Green+Blue) = 246+94+9=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E09 is #09A1F6. Grayscale: #828282. Windows color (decimal): -631287 or 614134. OLE color: 614134.
HSL color Cylindrical-coordinate representation of color #F65E09: hue angle of 21.52º 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 #F65E09 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 9 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.04 |
| HSL | 21.52º | 0.93% | 0.5% | - |
| HSV(B) | 21.52º | 0.96% | 0.96% | - |
| XYZ | 42.06 | 27.62 | 3.37 | - |
| YUV | 129.76 | 59.86 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 9 | 0 | 0.62 | 0.96 | 0.04 | 21.52 | 0.93 | 0.5 |
| Hex | F6 | 5E | 9 | 0 | 3E | 60 | 4 | 16 | 5D | 32 |
| Octal | 366 | 136 | 11 | 0 | 76 | 140 | 4 | 26 | 135 | 62 |
| Binary | 11110110 | 1011110 | 1001 | 0 | 111110 | 1100000 | 100 | 10110 | 1011101 | 110010 |
Color Harmonies of #F65E09
Complementary color
Monochromatic Colors of #F65E09
Black with #F65E09
Text Example
Text Example
White with #F65E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E09; }
p { color: rgb(246,94,9); }
H1.HeaderClassName
{
color: #F65E09;
}
.AnyTagClassName
{
color: #F65E09;
}
</style>
background-color css
<style>
a { background-color: #F65E09; }
a { background-color: rgb(246,94,9); }
div.DivClassName
{
background-color: #F65E09;
}
.BgClassName
{
background-color: #F65E09;
}
</style>
border-color css
<style>
span { border-color: #F65E09; }
span { border-color: rgb(246,94,9); }
td.TdClassName
{
border-color: #F65E09;
}
.TagClassName
{
border-color: #F65E09;
}
</style>