Shades of Persimmon #F65919
Tints of Persimmon #F65919
RGB
CMYK
RGB Variations
Color information
#F65919 (or 0xF65919) is known color: Persimmon. HEX triplet: F6, 59 and 19. RGB value is (246,89,25). Sum of RGB (Red+Green+Blue) = 246+89+25=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F65919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65919 is #09A6E6. Grayscale: #818181. Windows color (decimal): -632551 or 1661430. OLE color: 1661430.
HSL color Cylindrical-coordinate representation of color #F65919: hue angle of 17.38º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F65919 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 25 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.04 |
| HSL | 17.38º | 0.92% | 0.53% | - |
| HSV(B) | 17.38º | 0.9% | 0.96% | - |
| XYZ | 41.75 | 26.81 | 3.89 | - |
| YUV | 128.65 | 69.51 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 25 | 0 | 0.64 | 0.90 | 0.04 | 17.38 | 0.92 | 0.53 |
| Hex | F6 | 59 | 19 | 0 | 40 | 5A | 4 | 11 | 5C | 35 |
| Octal | 366 | 131 | 31 | 0 | 100 | 132 | 4 | 21 | 134 | 65 |
| Binary | 11110110 | 1011001 | 11001 | 0 | 1000000 | 1011010 | 100 | 10001 | 1011100 | 110101 |
Color Harmonies of #F65919
Complementary color
Monochromatic Colors of #F65919
Black with #F65919
Text Example
Text Example
White with #F65919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65919; }
p { color: rgb(246,89,25); }
H1.HeaderClassName
{
color: #F65919;
}
.AnyTagClassName
{
color: #F65919;
}
</style>
background-color css
<style>
a { background-color: #F65919; }
a { background-color: rgb(246,89,25); }
div.DivClassName
{
background-color: #F65919;
}
.BgClassName
{
background-color: #F65919;
}
</style>
border-color css
<style>
span { border-color: #F65919; }
span { border-color: rgb(246,89,25); }
td.TdClassName
{
border-color: #F65919;
}
.TagClassName
{
border-color: #F65919;
}
</style>