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