Shades of Persimmon #F55705
Tints of Persimmon #F55705
RGB
CMYK
RGB Variations
Color information
#F55705 (or 0xF55705) is known color: Persimmon. HEX triplet: F5, 57 and 05. RGB value is (245,87,5). Sum of RGB (Red+Green+Blue) = 245+87+5=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F55705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55705 is #0AA8FA. Grayscale: #7D7D7D. Windows color (decimal): -698619 or 350197. OLE color: 350197.
HSL color Cylindrical-coordinate representation of color #F55705: hue angle of 20.5º degrees, saturation: 0.96, 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 #F55705 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.04 |
| HSL | 20.5º | 0.96% | 0.49% | - |
| HSV(B) | 20.5º | 0.98% | 0.96% | - |
| XYZ | 41.09 | 26.24 | 3.04 | - |
| YUV | 124.89 | 60.35 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 5 | 0 | 0.64 | 0.98 | 0.04 | 20.5 | 0.96 | 0.49 |
| Hex | F5 | 57 | 5 | 0 | 40 | 62 | 4 | 14 | 60 | 31 |
| Octal | 365 | 127 | 5 | 0 | 100 | 142 | 4 | 24 | 140 | 61 |
| Binary | 11110101 | 1010111 | 101 | 0 | 1000000 | 1100010 | 100 | 10100 | 1100000 | 110001 |
Color Harmonies of #F55705
Complementary color
Monochromatic Colors of #F55705
Black with #F55705
Text Example
Text Example
White with #F55705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55705; }
p { color: rgb(245,87,5); }
H1.HeaderClassName
{
color: #F55705;
}
.AnyTagClassName
{
color: #F55705;
}
</style>
background-color css
<style>
a { background-color: #F55705; }
a { background-color: rgb(245,87,5); }
div.DivClassName
{
background-color: #F55705;
}
.BgClassName
{
background-color: #F55705;
}
</style>
border-color css
<style>
span { border-color: #F55705; }
span { border-color: rgb(245,87,5); }
td.TdClassName
{
border-color: #F55705;
}
.TagClassName
{
border-color: #F55705;
}
</style>