Shades of Persimmon #F55906
Tints of Persimmon #F55906
RGB
CMYK
RGB Variations
Color information
#F55906 (or 0xF55906) is known color: Persimmon. HEX triplet: F5, 59 and 06. RGB value is (245,89,6). Sum of RGB (Red+Green+Blue) = 245+89+6=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F55906 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55906 is #0AA6F9. Grayscale: #7E7E7E. Windows color (decimal): -698106 or 416245. OLE color: 416245.
HSL color Cylindrical-coordinate representation of color #F55906: hue angle of 20.84º degrees, saturation: 0.95, 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 #F55906 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 6 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.04 |
| HSL | 20.84º | 0.95% | 0.49% | - |
| HSV(B) | 20.84º | 0.98% | 0.96% | - |
| XYZ | 41.26 | 26.57 | 3.13 | - |
| YUV | 126.18 | 60.18 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 6 | 0 | 0.64 | 0.98 | 0.04 | 20.84 | 0.95 | 0.49 |
| Hex | F5 | 59 | 6 | 0 | 40 | 62 | 4 | 15 | 5F | 31 |
| Octal | 365 | 131 | 6 | 0 | 100 | 142 | 4 | 25 | 137 | 61 |
| Binary | 11110101 | 1011001 | 110 | 0 | 1000000 | 1100010 | 100 | 10101 | 1011111 | 110001 |
Color Harmonies of #F55906
Complementary color
Monochromatic Colors of #F55906
Black with #F55906
Text Example
Text Example
White with #F55906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55906; }
p { color: rgb(245,89,6); }
H1.HeaderClassName
{
color: #F55906;
}
.AnyTagClassName
{
color: #F55906;
}
</style>
background-color css
<style>
a { background-color: #F55906; }
a { background-color: rgb(245,89,6); }
div.DivClassName
{
background-color: #F55906;
}
.BgClassName
{
background-color: #F55906;
}
</style>
border-color css
<style>
span { border-color: #F55906; }
span { border-color: rgb(245,89,6); }
td.TdClassName
{
border-color: #F55906;
}
.TagClassName
{
border-color: #F55906;
}
</style>