Shades of Persimmon #F55600
Tints of Persimmon #F55600
RGB
CMYK
RGB Variations
Color information
#F55600 (or 0xF55600) is known color: Persimmon. HEX triplet: F5, 56 and 00. RGB value is (245,86,0). Sum of RGB (Red+Green+Blue) = 245+86+0=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F55600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55600 is #0AA9FF. Grayscale: #7C7C7C. Windows color (decimal): -698880 or 22261. OLE color: 22261.
HSL color Cylindrical-coordinate representation of color #F55600: hue angle of 21.06º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F55600 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.04 |
| HSL | 21.06º | 1% | 0.48% | - |
| HSV(B) | 21.06º | 1% | 0.96% | - |
| XYZ | 40.98 | 26.07 | 2.87 | - |
| YUV | 123.74 | 58.18 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 0 | 0 | 0.65 | 1 | 0.04 | 21.06 | 1 | 0.48 |
| Hex | F5 | 56 | 0 | 0 | 41 | 64 | 4 | 15 | 64 | 30 |
| Octal | 365 | 126 | 0 | 0 | 101 | 144 | 4 | 25 | 144 | 60 |
| Binary | 11110101 | 1010110 | 0 | 0 | 1000001 | 1100100 | 100 | 10101 | 1100100 | 110000 |
Color Harmonies of #F55600
Complementary color
Monochromatic Colors of #F55600
Black with #F55600
Text Example
Text Example
White with #F55600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55600; }
p { color: rgb(245,86,0); }
H1.HeaderClassName
{
color: #F55600;
}
.AnyTagClassName
{
color: #F55600;
}
</style>
background-color css
<style>
a { background-color: #F55600; }
a { background-color: rgb(245,86,0); }
div.DivClassName
{
background-color: #F55600;
}
.BgClassName
{
background-color: #F55600;
}
</style>
border-color css
<style>
span { border-color: #F55600; }
span { border-color: rgb(245,86,0); }
td.TdClassName
{
border-color: #F55600;
}
.TagClassName
{
border-color: #F55600;
}
</style>