Shades of Persimmon #F65817
Tints of Persimmon #F65817
RGB
CMYK
RGB Variations
Color information
#F65817 (or 0xF65817) is known color: Persimmon. HEX triplet: F6, 58 and 17. RGB value is (246,88,23). Sum of RGB (Red+Green+Blue) = 246+88+23=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F65817 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65817 is #09A7E8. Grayscale: #808080. Windows color (decimal): -632809 or 1530102. OLE color: 1530102.
HSL color Cylindrical-coordinate representation of color #F65817: hue angle of 17.49º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F65817 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 23 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.04 |
| HSL | 17.49º | 0.93% | 0.53% | - |
| HSV(B) | 17.49º | 0.91% | 0.96% | - |
| XYZ | 41.65 | 26.63 | 3.76 | - |
| YUV | 127.83 | 68.85 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 23 | 0 | 0.64 | 0.91 | 0.04 | 17.49 | 0.93 | 0.53 |
| Hex | F6 | 58 | 17 | 0 | 40 | 5B | 4 | 11 | 5D | 35 |
| Octal | 366 | 130 | 27 | 0 | 100 | 133 | 4 | 21 | 135 | 65 |
| Binary | 11110110 | 1011000 | 10111 | 0 | 1000000 | 1011011 | 100 | 10001 | 1011101 | 110101 |
Color Harmonies of #F65817
Complementary color
Monochromatic Colors of #F65817
Black with #F65817
Text Example
Text Example
White with #F65817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65817; }
p { color: rgb(246,88,23); }
H1.HeaderClassName
{
color: #F65817;
}
.AnyTagClassName
{
color: #F65817;
}
</style>
background-color css
<style>
a { background-color: #F65817; }
a { background-color: rgb(246,88,23); }
div.DivClassName
{
background-color: #F65817;
}
.BgClassName
{
background-color: #F65817;
}
</style>
border-color css
<style>
span { border-color: #F65817; }
span { border-color: rgb(246,88,23); }
td.TdClassName
{
border-color: #F65817;
}
.TagClassName
{
border-color: #F65817;
}
</style>