Shades of Persimmon #F5550A
Tints of Persimmon #F5550A
RGB
CMYK
RGB Variations
Color information
#F5550A (or 0xF5550A) is known color: Persimmon. HEX triplet: F5, 55 and 0A. RGB value is (245,85,10). Sum of RGB (Red+Green+Blue) = 245+85+10=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F5550A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5550A is #0AAAF5. Grayscale: #7C7C7C. Windows color (decimal): -699126 or 677365. OLE color: 677365.
HSL color Cylindrical-coordinate representation of color #F5550A: hue angle of 19.15º 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 #F5550A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.04 |
| HSL | 19.15º | 0.92% | 0.5% | - |
| HSV(B) | 19.15º | 0.96% | 0.96% | - |
| XYZ | 40.96 | 25.93 | 3.13 | - |
| YUV | 124.29 | 63.51 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 10 | 0 | 0.65 | 0.96 | 0.04 | 19.15 | 0.92 | 0.5 |
| Hex | F5 | 55 | A | 0 | 41 | 60 | 4 | 13 | 5C | 32 |
| Octal | 365 | 125 | 12 | 0 | 101 | 140 | 4 | 23 | 134 | 62 |
| Binary | 11110101 | 1010101 | 1010 | 0 | 1000001 | 1100000 | 100 | 10011 | 1011100 | 110010 |
Color Harmonies of #F5550A
Complementary color
Monochromatic Colors of #F5550A
Black with #F5550A
Text Example
Text Example
White with #F5550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5550A; }
p { color: rgb(245,85,10); }
H1.HeaderClassName
{
color: #F5550A;
}
.AnyTagClassName
{
color: #F5550A;
}
</style>
background-color css
<style>
a { background-color: #F5550A; }
a { background-color: rgb(245,85,10); }
div.DivClassName
{
background-color: #F5550A;
}
.BgClassName
{
background-color: #F5550A;
}
</style>
border-color css
<style>
span { border-color: #F5550A; }
span { border-color: rgb(245,85,10); }
td.TdClassName
{
border-color: #F5550A;
}
.TagClassName
{
border-color: #F5550A;
}
</style>