Shades of Persimmon #F55504
Tints of Persimmon #F55504
RGB
CMYK
RGB Variations
Color information
#F55504 (or 0xF55504) is known color: Persimmon. HEX triplet: F5, 55 and 04. RGB value is (245,85,4). Sum of RGB (Red+Green+Blue) = 245+85+4=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F55504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55504 is #0AAAFB. Grayscale: #7C7C7C. Windows color (decimal): -699132 or 284149. OLE color: 284149.
HSL color Cylindrical-coordinate representation of color #F55504: hue angle of 20.17º degrees, saturation: 0.97, 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 #F55504 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.04 |
| HSL | 20.17º | 0.97% | 0.49% | - |
| HSV(B) | 20.17º | 0.98% | 0.96% | - |
| XYZ | 40.93 | 25.92 | 2.96 | - |
| YUV | 123.61 | 60.51 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 4 | 0 | 0.65 | 0.98 | 0.04 | 20.17 | 0.97 | 0.49 |
| Hex | F5 | 55 | 4 | 0 | 41 | 62 | 4 | 14 | 61 | 31 |
| Octal | 365 | 125 | 4 | 0 | 101 | 142 | 4 | 24 | 141 | 61 |
| Binary | 11110101 | 1010101 | 100 | 0 | 1000001 | 1100010 | 100 | 10100 | 1100001 | 110001 |
Color Harmonies of #F55504
Complementary color
Monochromatic Colors of #F55504
Black with #F55504
Text Example
Text Example
White with #F55504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55504; }
p { color: rgb(245,85,4); }
H1.HeaderClassName
{
color: #F55504;
}
.AnyTagClassName
{
color: #F55504;
}
</style>
background-color css
<style>
a { background-color: #F55504; }
a { background-color: rgb(245,85,4); }
div.DivClassName
{
background-color: #F55504;
}
.BgClassName
{
background-color: #F55504;
}
</style>
border-color css
<style>
span { border-color: #F55504; }
span { border-color: rgb(245,85,4); }
td.TdClassName
{
border-color: #F55504;
}
.TagClassName
{
border-color: #F55504;
}
</style>