Shades of Persimmon #F55506
Tints of Persimmon #F55506
RGB
CMYK
RGB Variations
Color information
#F55506 (or 0xF55506) is known color: Persimmon. HEX triplet: F5, 55 and 06. RGB value is (245,85,6). Sum of RGB (Red+Green+Blue) = 245+85+6=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F55506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55506 is #0AAAF9. Grayscale: #7C7C7C. Windows color (decimal): -699130 or 415221. OLE color: 415221.
HSL color Cylindrical-coordinate representation of color #F55506: hue angle of 19.83º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F55506 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 6 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.04 |
| HSL | 19.83º | 0.95% | 0.49% | - |
| HSV(B) | 19.83º | 0.98% | 0.96% | - |
| XYZ | 40.94 | 25.92 | 3.02 | - |
| YUV | 123.83 | 61.51 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 6 | 0 | 0.65 | 0.98 | 0.04 | 19.83 | 0.95 | 0.49 |
| Hex | F5 | 55 | 6 | 0 | 41 | 62 | 4 | 14 | 5F | 31 |
| Octal | 365 | 125 | 6 | 0 | 101 | 142 | 4 | 24 | 137 | 61 |
| Binary | 11110101 | 1010101 | 110 | 0 | 1000001 | 1100010 | 100 | 10100 | 1011111 | 110001 |
Color Harmonies of #F55506
Complementary color
Monochromatic Colors of #F55506
Black with #F55506
Text Example
Text Example
White with #F55506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55506; }
p { color: rgb(245,85,6); }
H1.HeaderClassName
{
color: #F55506;
}
.AnyTagClassName
{
color: #F55506;
}
</style>
background-color css
<style>
a { background-color: #F55506; }
a { background-color: rgb(245,85,6); }
div.DivClassName
{
background-color: #F55506;
}
.BgClassName
{
background-color: #F55506;
}
</style>
border-color css
<style>
span { border-color: #F55506; }
span { border-color: rgb(245,85,6); }
td.TdClassName
{
border-color: #F55506;
}
.TagClassName
{
border-color: #F55506;
}
</style>