Shades of Persimmon #F5580F
Tints of Persimmon #F5580F
RGB
CMYK
RGB Variations
Color information
#F5580F (or 0xF5580F) is known color: Persimmon. HEX triplet: F5, 58 and 0F. RGB value is (245,88,15). Sum of RGB (Red+Green+Blue) = 245+88+15=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F5580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5580F is #0AA7F0. Grayscale: #7F7F7F. Windows color (decimal): -698353 or 1005813. OLE color: 1005813.
HSL color Cylindrical-coordinate representation of color #F5580F: hue angle of 19.04º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5580F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.04 |
| HSL | 19.04º | 0.92% | 0.51% | - |
| HSV(B) | 19.04º | 0.94% | 0.96% | - |
| XYZ | 41.23 | 26.43 | 3.38 | - |
| YUV | 126.62 | 65.01 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 15 | 0 | 0.64 | 0.94 | 0.04 | 19.04 | 0.92 | 0.51 |
| Hex | F5 | 58 | F | 0 | 40 | 5E | 4 | 13 | 5C | 33 |
| Octal | 365 | 130 | 17 | 0 | 100 | 136 | 4 | 23 | 134 | 63 |
| Binary | 11110101 | 1011000 | 1111 | 0 | 1000000 | 1011110 | 100 | 10011 | 1011100 | 110011 |
Color Harmonies of #F5580F
Complementary color
Monochromatic Colors of #F5580F
Black with #F5580F
Text Example
Text Example
White with #F5580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5580F; }
p { color: rgb(245,88,15); }
H1.HeaderClassName
{
color: #F5580F;
}
.AnyTagClassName
{
color: #F5580F;
}
</style>
background-color css
<style>
a { background-color: #F5580F; }
a { background-color: rgb(245,88,15); }
div.DivClassName
{
background-color: #F5580F;
}
.BgClassName
{
background-color: #F5580F;
}
</style>
border-color css
<style>
span { border-color: #F5580F; }
span { border-color: rgb(245,88,15); }
td.TdClassName
{
border-color: #F5580F;
}
.TagClassName
{
border-color: #F5580F;
}
</style>