Shades of Persimmon #F55703
Tints of Persimmon #F55703
RGB
CMYK
RGB Variations
Color information
#F55703 (or 0xF55703) is known color: Persimmon. HEX triplet: F5, 57 and 03. RGB value is (245,87,3). Sum of RGB (Red+Green+Blue) = 245+87+3=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F55703 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55703 is #0AA8FC. Grayscale: #7D7D7D. Windows color (decimal): -698621 or 219125. OLE color: 219125.
HSL color Cylindrical-coordinate representation of color #F55703: hue angle of 20.83º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F55703 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.04 |
| HSL | 20.83º | 0.98% | 0.49% | - |
| HSV(B) | 20.83º | 0.99% | 0.96% | - |
| XYZ | 41.08 | 26.24 | 2.98 | - |
| YUV | 124.67 | 59.35 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 3 | 0 | 0.64 | 0.99 | 0.04 | 20.83 | 0.98 | 0.49 |
| Hex | F5 | 57 | 3 | 0 | 40 | 63 | 4 | 15 | 62 | 31 |
| Octal | 365 | 127 | 3 | 0 | 100 | 143 | 4 | 25 | 142 | 61 |
| Binary | 11110101 | 1010111 | 11 | 0 | 1000000 | 1100011 | 100 | 10101 | 1100010 | 110001 |
Color Harmonies of #F55703
Complementary color
Monochromatic Colors of #F55703
Black with #F55703
Text Example
Text Example
White with #F55703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55703; }
p { color: rgb(245,87,3); }
H1.HeaderClassName
{
color: #F55703;
}
.AnyTagClassName
{
color: #F55703;
}
</style>
background-color css
<style>
a { background-color: #F55703; }
a { background-color: rgb(245,87,3); }
div.DivClassName
{
background-color: #F55703;
}
.BgClassName
{
background-color: #F55703;
}
</style>
border-color css
<style>
span { border-color: #F55703; }
span { border-color: rgb(245,87,3); }
td.TdClassName
{
border-color: #F55703;
}
.TagClassName
{
border-color: #F55703;
}
</style>