Shades of Persimmon #F55A08
Tints of Persimmon #F55A08
RGB
CMYK
RGB Variations
Color information
#F55A08 (or 0xF55A08) is known color: Persimmon. HEX triplet: F5, 5A and 08. RGB value is (245,90,8). Sum of RGB (Red+Green+Blue) = 245+90+8=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A08 is #0AA5F7. Grayscale: #7F7F7F. Windows color (decimal): -697848 or 547573. OLE color: 547573.
HSL color Cylindrical-coordinate representation of color #F55A08: hue angle of 20.76º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55A08 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 8 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.04 |
| HSL | 20.76º | 0.94% | 0.5% | - |
| HSV(B) | 20.76º | 0.97% | 0.96% | - |
| XYZ | 41.36 | 26.74 | 3.21 | - |
| YUV | 127 | 60.85 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 8 | 0 | 0.63 | 0.97 | 0.04 | 20.76 | 0.94 | 0.5 |
| Hex | F5 | 5A | 8 | 0 | 3F | 61 | 4 | 15 | 5E | 32 |
| Octal | 365 | 132 | 10 | 0 | 77 | 141 | 4 | 25 | 136 | 62 |
| Binary | 11110101 | 1011010 | 1000 | 0 | 111111 | 1100001 | 100 | 10101 | 1011110 | 110010 |
Color Harmonies of #F55A08
Complementary color
Monochromatic Colors of #F55A08
Black with #F55A08
Text Example
Text Example
White with #F55A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A08; }
p { color: rgb(245,90,8); }
H1.HeaderClassName
{
color: #F55A08;
}
.AnyTagClassName
{
color: #F55A08;
}
</style>
background-color css
<style>
a { background-color: #F55A08; }
a { background-color: rgb(245,90,8); }
div.DivClassName
{
background-color: #F55A08;
}
.BgClassName
{
background-color: #F55A08;
}
</style>
border-color css
<style>
span { border-color: #F55A08; }
span { border-color: rgb(245,90,8); }
td.TdClassName
{
border-color: #F55A08;
}
.TagClassName
{
border-color: #F55A08;
}
</style>