Shades of Persimmon #F55405
Tints of Persimmon #F55405
RGB
CMYK
RGB Variations
Color information
#F55405 (or 0xF55405) is known color: Persimmon. HEX triplet: F5, 54 and 05. RGB value is (245,84,5). Sum of RGB (Red+Green+Blue) = 245+84+5=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F55405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55405 is #0AABFA. Grayscale: #7B7B7B. Windows color (decimal): -699387 or 349429. OLE color: 349429.
HSL color Cylindrical-coordinate representation of color #F55405: hue angle of 19.75º 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 #F55405 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.04 |
| HSL | 19.75º | 0.96% | 0.49% | - |
| HSV(B) | 19.75º | 0.98% | 0.96% | - |
| XYZ | 40.85 | 25.76 | 2.96 | - |
| YUV | 123.13 | 61.34 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 5 | 0 | 0.66 | 0.98 | 0.04 | 19.75 | 0.96 | 0.49 |
| Hex | F5 | 54 | 5 | 0 | 42 | 62 | 4 | 14 | 60 | 31 |
| Octal | 365 | 124 | 5 | 0 | 102 | 142 | 4 | 24 | 140 | 61 |
| Binary | 11110101 | 1010100 | 101 | 0 | 1000010 | 1100010 | 100 | 10100 | 1100000 | 110001 |
Color Harmonies of #F55405
Complementary color
Monochromatic Colors of #F55405
Black with #F55405
Text Example
Text Example
White with #F55405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55405; }
p { color: rgb(245,84,5); }
H1.HeaderClassName
{
color: #F55405;
}
.AnyTagClassName
{
color: #F55405;
}
</style>
background-color css
<style>
a { background-color: #F55405; }
a { background-color: rgb(245,84,5); }
div.DivClassName
{
background-color: #F55405;
}
.BgClassName
{
background-color: #F55405;
}
</style>
border-color css
<style>
span { border-color: #F55405; }
span { border-color: rgb(245,84,5); }
td.TdClassName
{
border-color: #F55405;
}
.TagClassName
{
border-color: #F55405;
}
</style>