Shades of Persimmon #F55618
Tints of Persimmon #F55618
RGB
CMYK
RGB Variations
Color information
#F55618 (or 0xF55618) is known color: Persimmon. HEX triplet: F5, 56 and 18. RGB value is (245,86,24). Sum of RGB (Red+Green+Blue) = 245+86+24=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F55618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55618 is #0AA9E7. Grayscale: #7E7E7E. Windows color (decimal): -698856 or 1595125. OLE color: 1595125.
HSL color Cylindrical-coordinate representation of color #F55618: hue angle of 16.83º 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 #F55618 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 24 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.04 |
| HSL | 16.83º | 0.92% | 0.53% | - |
| HSV(B) | 16.83º | 0.9% | 0.96% | - |
| XYZ | 41.15 | 26.13 | 3.74 | - |
| YUV | 126.47 | 70.18 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 24 | 0 | 0.65 | 0.90 | 0.04 | 16.83 | 0.92 | 0.53 |
| Hex | F5 | 56 | 18 | 0 | 41 | 5A | 4 | 11 | 5C | 35 |
| Octal | 365 | 126 | 30 | 0 | 101 | 132 | 4 | 21 | 134 | 65 |
| Binary | 11110101 | 1010110 | 11000 | 0 | 1000001 | 1011010 | 100 | 10001 | 1011100 | 110101 |
Color Harmonies of #F55618
Complementary color
Monochromatic Colors of #F55618
Black with #F55618
Text Example
Text Example
White with #F55618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55618; }
p { color: rgb(245,86,24); }
H1.HeaderClassName
{
color: #F55618;
}
.AnyTagClassName
{
color: #F55618;
}
</style>
background-color css
<style>
a { background-color: #F55618; }
a { background-color: rgb(245,86,24); }
div.DivClassName
{
background-color: #F55618;
}
.BgClassName
{
background-color: #F55618;
}
</style>
border-color css
<style>
span { border-color: #F55618; }
span { border-color: rgb(245,86,24); }
td.TdClassName
{
border-color: #F55618;
}
.TagClassName
{
border-color: #F55618;
}
</style>