Shades of Persimmon #F55701
Tints of Persimmon #F55701
RGB
CMYK
RGB Variations
Color information
#F55701 (or 0xF55701) is known color: Persimmon. HEX triplet: F5, 57 and 01. RGB value is (245,87,1). Sum of RGB (Red+Green+Blue) = 245+87+1=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F55701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55701 is #0AA8FE. Grayscale: #7C7C7C. Windows color (decimal): -698623 or 88053. OLE color: 88053.
HSL color Cylindrical-coordinate representation of color #F55701: hue angle of 21.15º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F55701 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.04 |
| HSL | 21.15º | 0.99% | 0.48% | - |
| HSV(B) | 21.15º | 1% | 0.96% | - |
| XYZ | 41.07 | 26.23 | 2.93 | - |
| YUV | 124.44 | 58.35 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 1 | 0 | 0.64 | 1.00 | 0.04 | 21.15 | 0.99 | 0.48 |
| Hex | F5 | 57 | 1 | 0 | 40 | 64 | 4 | 15 | 63 | 30 |
| Octal | 365 | 127 | 1 | 0 | 100 | 144 | 4 | 25 | 143 | 60 |
| Binary | 11110101 | 1010111 | 1 | 0 | 1000000 | 1100100 | 100 | 10101 | 1100011 | 110000 |
Color Harmonies of #F55701
Complementary color
Monochromatic Colors of #F55701
Black with #F55701
Text Example
Text Example
White with #F55701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55701; }
p { color: rgb(245,87,1); }
H1.HeaderClassName
{
color: #F55701;
}
.AnyTagClassName
{
color: #F55701;
}
</style>
background-color css
<style>
a { background-color: #F55701; }
a { background-color: rgb(245,87,1); }
div.DivClassName
{
background-color: #F55701;
}
.BgClassName
{
background-color: #F55701;
}
</style>
border-color css
<style>
span { border-color: #F55701; }
span { border-color: rgb(245,87,1); }
td.TdClassName
{
border-color: #F55701;
}
.TagClassName
{
border-color: #F55701;
}
</style>