Shades of Persimmon #F5580B
Tints of Persimmon #F5580B
RGB
CMYK
RGB Variations
Color information
#F5580B (or 0xF5580B) is known color: Persimmon. HEX triplet: F5, 58 and 0B. RGB value is (245,88,11). Sum of RGB (Red+Green+Blue) = 245+88+11=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5580B is #0AA7F4. Grayscale: #7E7E7E. Windows color (decimal): -698357 or 743669. OLE color: 743669.
HSL color Cylindrical-coordinate representation of color #F5580B: hue angle of 19.74º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5580B is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 11 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.04 |
| HSL | 19.74º | 0.92% | 0.5% | - |
| HSV(B) | 19.74º | 0.96% | 0.96% | - |
| XYZ | 41.21 | 26.42 | 3.24 | - |
| YUV | 126.17 | 63.01 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 11 | 0 | 0.64 | 0.96 | 0.04 | 19.74 | 0.92 | 0.5 |
| Hex | F5 | 58 | B | 0 | 40 | 60 | 4 | 14 | 5C | 32 |
| Octal | 365 | 130 | 13 | 0 | 100 | 140 | 4 | 24 | 134 | 62 |
| Binary | 11110101 | 1011000 | 1011 | 0 | 1000000 | 1100000 | 100 | 10100 | 1011100 | 110010 |
Color Harmonies of #F5580B
Complementary color
Monochromatic Colors of #F5580B
Black with #F5580B
Text Example
Text Example
White with #F5580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5580B; }
p { color: rgb(245,88,11); }
H1.HeaderClassName
{
color: #F5580B;
}
.AnyTagClassName
{
color: #F5580B;
}
</style>
background-color css
<style>
a { background-color: #F5580B; }
a { background-color: rgb(245,88,11); }
div.DivClassName
{
background-color: #F5580B;
}
.BgClassName
{
background-color: #F5580B;
}
</style>
border-color css
<style>
span { border-color: #F5580B; }
span { border-color: rgb(245,88,11); }
td.TdClassName
{
border-color: #F5580B;
}
.TagClassName
{
border-color: #F5580B;
}
</style>