Shades of Persimmon #F55C0E
Tints of Persimmon #F55C0E
RGB
CMYK
RGB Variations
Color information
#F55C0E (or 0xF55C0E) is known color: Persimmon. HEX triplet: F5, 5C and 0E. RGB value is (245,92,14). Sum of RGB (Red+Green+Blue) = 245+92+14=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C0E is #0AA3F1. Grayscale: #818181. Windows color (decimal): -697330 or 941301. OLE color: 941301.
HSL color Cylindrical-coordinate representation of color #F55C0E: hue angle of 20.26º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F55C0E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 14 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.04 |
| HSL | 20.26º | 0.92% | 0.51% | - |
| HSV(B) | 20.26º | 0.94% | 0.96% | - |
| XYZ | 41.56 | 27.1 | 3.46 | - |
| YUV | 128.86 | 63.19 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 14 | 0 | 0.62 | 0.94 | 0.04 | 20.26 | 0.92 | 0.51 |
| Hex | F5 | 5C | E | 0 | 3E | 5E | 4 | 14 | 5C | 33 |
| Octal | 365 | 134 | 16 | 0 | 76 | 136 | 4 | 24 | 134 | 63 |
| Binary | 11110101 | 1011100 | 1110 | 0 | 111110 | 1011110 | 100 | 10100 | 1011100 | 110011 |
Color Harmonies of #F55C0E
Complementary color
Monochromatic Colors of #F55C0E
Black with #F55C0E
Text Example
Text Example
White with #F55C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C0E; }
p { color: rgb(245,92,14); }
H1.HeaderClassName
{
color: #F55C0E;
}
.AnyTagClassName
{
color: #F55C0E;
}
</style>
background-color css
<style>
a { background-color: #F55C0E; }
a { background-color: rgb(245,92,14); }
div.DivClassName
{
background-color: #F55C0E;
}
.BgClassName
{
background-color: #F55C0E;
}
</style>
border-color css
<style>
span { border-color: #F55C0E; }
span { border-color: rgb(245,92,14); }
td.TdClassName
{
border-color: #F55C0E;
}
.TagClassName
{
border-color: #F55C0E;
}
</style>