Shades of Persimmon #F65E10
Tints of Persimmon #F65E10
RGB
CMYK
RGB Variations
Color information
#F65E10 (or 0xF65E10) is known color: Persimmon. HEX triplet: F6, 5E and 10. RGB value is (246,94,16). Sum of RGB (Red+Green+Blue) = 246+94+16=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E10 is #09A1EF. Grayscale: #838383. Windows color (decimal): -631280 or 1072886. OLE color: 1072886.
HSL color Cylindrical-coordinate representation of color #F65E10: hue angle of 20.35º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F65E10 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.04 |
| HSL | 20.35º | 0.93% | 0.51% | - |
| HSV(B) | 20.35º | 0.93% | 0.96% | - |
| XYZ | 42.1 | 27.64 | 3.61 | - |
| YUV | 130.56 | 63.36 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 16 | 0 | 0.62 | 0.93 | 0.04 | 20.35 | 0.93 | 0.51 |
| Hex | F6 | 5E | 10 | 0 | 3E | 5D | 4 | 14 | 5D | 33 |
| Octal | 366 | 136 | 20 | 0 | 76 | 135 | 4 | 24 | 135 | 63 |
| Binary | 11110110 | 1011110 | 10000 | 0 | 111110 | 1011101 | 100 | 10100 | 1011101 | 110011 |
Color Harmonies of #F65E10
Complementary color
Monochromatic Colors of #F65E10
Black with #F65E10
Text Example
Text Example
White with #F65E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E10; }
p { color: rgb(246,94,16); }
H1.HeaderClassName
{
color: #F65E10;
}
.AnyTagClassName
{
color: #F65E10;
}
</style>
background-color css
<style>
a { background-color: #F65E10; }
a { background-color: rgb(246,94,16); }
div.DivClassName
{
background-color: #F65E10;
}
.BgClassName
{
background-color: #F65E10;
}
</style>
border-color css
<style>
span { border-color: #F65E10; }
span { border-color: rgb(246,94,16); }
td.TdClassName
{
border-color: #F65E10;
}
.TagClassName
{
border-color: #F65E10;
}
</style>