Shades of Persimmon #F65815
Tints of Persimmon #F65815
RGB
CMYK
RGB Variations
Color information
#F65815 (or 0xF65815) is known color: Persimmon. HEX triplet: F6, 58 and 15. RGB value is (246,88,21). Sum of RGB (Red+Green+Blue) = 246+88+21=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F65815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65815 is #09A7EA. Grayscale: #808080. Windows color (decimal): -632811 or 1399030. OLE color: 1399030.
HSL color Cylindrical-coordinate representation of color #F65815: hue angle of 17.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F65815 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.04 |
| HSL | 17.87º | 0.93% | 0.52% | - |
| HSV(B) | 17.87º | 0.91% | 0.96% | - |
| XYZ | 41.63 | 26.63 | 3.65 | - |
| YUV | 127.6 | 67.85 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 21 | 0 | 0.64 | 0.91 | 0.04 | 17.87 | 0.93 | 0.52 |
| Hex | F6 | 58 | 15 | 0 | 40 | 5B | 4 | 12 | 5D | 34 |
| Octal | 366 | 130 | 25 | 0 | 100 | 133 | 4 | 22 | 135 | 64 |
| Binary | 11110110 | 1011000 | 10101 | 0 | 1000000 | 1011011 | 100 | 10010 | 1011101 | 110100 |
Color Harmonies of #F65815
Complementary color
Monochromatic Colors of #F65815
Black with #F65815
Text Example
Text Example
White with #F65815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65815; }
p { color: rgb(246,88,21); }
H1.HeaderClassName
{
color: #F65815;
}
.AnyTagClassName
{
color: #F65815;
}
</style>
background-color css
<style>
a { background-color: #F65815; }
a { background-color: rgb(246,88,21); }
div.DivClassName
{
background-color: #F65815;
}
.BgClassName
{
background-color: #F65815;
}
</style>
border-color css
<style>
span { border-color: #F65815; }
span { border-color: rgb(246,88,21); }
td.TdClassName
{
border-color: #F65815;
}
.TagClassName
{
border-color: #F65815;
}
</style>