Shades of Persimmon #F65715
Tints of Persimmon #F65715
RGB
CMYK
RGB Variations
Color information
#F65715 (or 0xF65715) is known color: Persimmon. HEX triplet: F6, 57 and 15. RGB value is (246,87,21). Sum of RGB (Red+Green+Blue) = 246+87+21=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65715 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65715 is #09A8EA. Grayscale: #7F7F7F. Windows color (decimal): -633067 or 1398774. OLE color: 1398774.
HSL color Cylindrical-coordinate representation of color #F65715: hue angle of 17.6º 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 #F65715 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 87 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.04 |
| HSL | 17.6º | 0.93% | 0.52% | - |
| HSV(B) | 17.6º | 0.91% | 0.96% | - |
| XYZ | 41.55 | 26.46 | 3.63 | - |
| YUV | 127.02 | 68.18 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 87 | 21 | 0 | 0.65 | 0.91 | 0.04 | 17.6 | 0.93 | 0.52 |
| Hex | F6 | 57 | 15 | 0 | 41 | 5B | 4 | 12 | 5D | 34 |
| Octal | 366 | 127 | 25 | 0 | 101 | 133 | 4 | 22 | 135 | 64 |
| Binary | 11110110 | 1010111 | 10101 | 0 | 1000001 | 1011011 | 100 | 10010 | 1011101 | 110100 |
Color Harmonies of #F65715
Complementary color
Monochromatic Colors of #F65715
Black with #F65715
Text Example
Text Example
White with #F65715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65715; }
p { color: rgb(246,87,21); }
H1.HeaderClassName
{
color: #F65715;
}
.AnyTagClassName
{
color: #F65715;
}
</style>
background-color css
<style>
a { background-color: #F65715; }
a { background-color: rgb(246,87,21); }
div.DivClassName
{
background-color: #F65715;
}
.BgClassName
{
background-color: #F65715;
}
</style>
border-color css
<style>
span { border-color: #F65715; }
span { border-color: rgb(246,87,21); }
td.TdClassName
{
border-color: #F65715;
}
.TagClassName
{
border-color: #F65715;
}
</style>