Shades of Persimmon #F5580C
Tints of Persimmon #F5580C
RGB
CMYK
RGB Variations
Color information
#F5580C (or 0xF5580C) is known color: Persimmon. HEX triplet: F5, 58 and 0C. RGB value is (245,88,12). Sum of RGB (Red+Green+Blue) = 245+88+12=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5580C is #0AA7F3. Grayscale: #7E7E7E. Windows color (decimal): -698356 or 809205. OLE color: 809205.
HSL color Cylindrical-coordinate representation of color #F5580C: hue angle of 19.57º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5580C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.04 |
| HSL | 19.57º | 0.92% | 0.5% | - |
| HSV(B) | 19.57º | 0.95% | 0.96% | - |
| XYZ | 41.21 | 26.42 | 3.27 | - |
| YUV | 126.28 | 63.51 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 12 | 0 | 0.64 | 0.95 | 0.04 | 19.57 | 0.92 | 0.5 |
| Hex | F5 | 58 | C | 0 | 40 | 5F | 4 | 14 | 5C | 32 |
| Octal | 365 | 130 | 14 | 0 | 100 | 137 | 4 | 24 | 134 | 62 |
| Binary | 11110101 | 1011000 | 1100 | 0 | 1000000 | 1011111 | 100 | 10100 | 1011100 | 110010 |
Color Harmonies of #F5580C
Complementary color
Monochromatic Colors of #F5580C
Black with #F5580C
Text Example
Text Example
White with #F5580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5580C; }
p { color: rgb(245,88,12); }
H1.HeaderClassName
{
color: #F5580C;
}
.AnyTagClassName
{
color: #F5580C;
}
</style>
background-color css
<style>
a { background-color: #F5580C; }
a { background-color: rgb(245,88,12); }
div.DivClassName
{
background-color: #F5580C;
}
.BgClassName
{
background-color: #F5580C;
}
</style>
border-color css
<style>
span { border-color: #F5580C; }
span { border-color: rgb(245,88,12); }
td.TdClassName
{
border-color: #F5580C;
}
.TagClassName
{
border-color: #F5580C;
}
</style>