Shades of Persimmon #F65E07
Tints of Persimmon #F65E07
RGB
CMYK
RGB Variations
Color information
#F65E07 (or 0xF65E07) is known color: Persimmon. HEX triplet: F6, 5E and 07. RGB value is (246,94,7). Sum of RGB (Red+Green+Blue) = 246+94+7=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E07 is #09A1F8. Grayscale: #828282. Windows color (decimal): -631289 or 483062. OLE color: 483062.
HSL color Cylindrical-coordinate representation of color #F65E07: hue angle of 21.84º 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 #F65E07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.04 |
| HSL | 21.84º | 0.94% | 0.5% | - |
| HSV(B) | 21.84º | 0.97% | 0.96% | - |
| XYZ | 42.05 | 27.61 | 3.31 | - |
| YUV | 129.53 | 58.86 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 7 | 0 | 0.62 | 0.97 | 0.04 | 21.84 | 0.94 | 0.5 |
| Hex | F6 | 5E | 7 | 0 | 3E | 61 | 4 | 16 | 5E | 32 |
| Octal | 366 | 136 | 7 | 0 | 76 | 141 | 4 | 26 | 136 | 62 |
| Binary | 11110110 | 1011110 | 111 | 0 | 111110 | 1100001 | 100 | 10110 | 1011110 | 110010 |
Color Harmonies of #F65E07
Complementary color
Monochromatic Colors of #F65E07
Black with #F65E07
Text Example
Text Example
White with #F65E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E07; }
p { color: rgb(246,94,7); }
H1.HeaderClassName
{
color: #F65E07;
}
.AnyTagClassName
{
color: #F65E07;
}
</style>
background-color css
<style>
a { background-color: #F65E07; }
a { background-color: rgb(246,94,7); }
div.DivClassName
{
background-color: #F65E07;
}
.BgClassName
{
background-color: #F65E07;
}
</style>
border-color css
<style>
span { border-color: #F65E07; }
span { border-color: rgb(246,94,7); }
td.TdClassName
{
border-color: #F65E07;
}
.TagClassName
{
border-color: #F65E07;
}
</style>