Shades of Persimmon #F55614
Tints of Persimmon #F55614
RGB
CMYK
RGB Variations
Color information
#F55614 (or 0xF55614) is known color: Persimmon. HEX triplet: F5, 56 and 14. RGB value is (245,86,20). Sum of RGB (Red+Green+Blue) = 245+86+20=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F55614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55614 is #0AA9EB. Grayscale: #7E7E7E. Windows color (decimal): -698860 or 1332981. OLE color: 1332981.
HSL color Cylindrical-coordinate representation of color #F55614: hue angle of 17.6º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F55614 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 20 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.04 |
| HSL | 17.6º | 0.92% | 0.52% | - |
| HSV(B) | 17.6º | 0.92% | 0.96% | - |
| XYZ | 41.11 | 26.12 | 3.54 | - |
| YUV | 126.02 | 68.18 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 20 | 0 | 0.65 | 0.92 | 0.04 | 17.6 | 0.92 | 0.52 |
| Hex | F5 | 56 | 14 | 0 | 41 | 5C | 4 | 12 | 5C | 34 |
| Octal | 365 | 126 | 24 | 0 | 101 | 134 | 4 | 22 | 134 | 64 |
| Binary | 11110101 | 1010110 | 10100 | 0 | 1000001 | 1011100 | 100 | 10010 | 1011100 | 110100 |
Color Harmonies of #F55614
Complementary color
Monochromatic Colors of #F55614
Black with #F55614
Text Example
Text Example
White with #F55614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55614; }
p { color: rgb(245,86,20); }
H1.HeaderClassName
{
color: #F55614;
}
.AnyTagClassName
{
color: #F55614;
}
</style>
background-color css
<style>
a { background-color: #F55614; }
a { background-color: rgb(245,86,20); }
div.DivClassName
{
background-color: #F55614;
}
.BgClassName
{
background-color: #F55614;
}
</style>
border-color css
<style>
span { border-color: #F55614; }
span { border-color: rgb(245,86,20); }
td.TdClassName
{
border-color: #F55614;
}
.TagClassName
{
border-color: #F55614;
}
</style>