Shades of Persimmon #F55C0A
Tints of Persimmon #F55C0A
RGB
CMYK
RGB Variations
Color information
#F55C0A (or 0xF55C0A) is known color: Persimmon. HEX triplet: F5, 5C and 0A. RGB value is (245,92,10). Sum of RGB (Red+Green+Blue) = 245+92+10=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C0A is #0AA3F5. Grayscale: #808080. Windows color (decimal): -697334 or 679157. OLE color: 679157.
HSL color Cylindrical-coordinate representation of color #F55C0A: hue angle of 20.94º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F55C0A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.04 |
| HSL | 20.94º | 0.92% | 0.5% | - |
| HSV(B) | 20.94º | 0.96% | 0.96% | - |
| XYZ | 41.54 | 27.09 | 3.33 | - |
| YUV | 128.4 | 61.19 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 10 | 0 | 0.62 | 0.96 | 0.04 | 20.94 | 0.92 | 0.5 |
| Hex | F5 | 5C | A | 0 | 3E | 60 | 4 | 15 | 5C | 32 |
| Octal | 365 | 134 | 12 | 0 | 76 | 140 | 4 | 25 | 134 | 62 |
| Binary | 11110101 | 1011100 | 1010 | 0 | 111110 | 1100000 | 100 | 10101 | 1011100 | 110010 |
Color Harmonies of #F55C0A
Complementary color
Monochromatic Colors of #F55C0A
Black with #F55C0A
Text Example
Text Example
White with #F55C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C0A; }
p { color: rgb(245,92,10); }
H1.HeaderClassName
{
color: #F55C0A;
}
.AnyTagClassName
{
color: #F55C0A;
}
</style>
background-color css
<style>
a { background-color: #F55C0A; }
a { background-color: rgb(245,92,10); }
div.DivClassName
{
background-color: #F55C0A;
}
.BgClassName
{
background-color: #F55C0A;
}
</style>
border-color css
<style>
span { border-color: #F55C0A; }
span { border-color: rgb(245,92,10); }
td.TdClassName
{
border-color: #F55C0A;
}
.TagClassName
{
border-color: #F55C0A;
}
</style>