Shades of Persimmon #F0580D
Tints of Persimmon #F0580D
RGB
CMYK
RGB Variations
Color information
#F0580D (or 0xF0580D) is known color: Persimmon. HEX triplet: F0, 58 and 0D. RGB value is (240,88,13). Sum of RGB (Red+Green+Blue) = 240+88+13=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0580D is #0FA7F2. Grayscale: #7D7D7D. Windows color (decimal): -1026035 or 874736. OLE color: 874736.
HSL color Cylindrical-coordinate representation of color #F0580D: hue angle of 19.82º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0580D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.06 |
| HSL | 19.82º | 0.9% | 0.5% | - |
| HSV(B) | 19.82º | 0.95% | 0.94% | - |
| XYZ | 39.5 | 25.53 | 3.23 | - |
| YUV | 124.9 | 64.86 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 13 | 0 | 0.63 | 0.95 | 0.06 | 19.82 | 0.9 | 0.5 |
| Hex | F0 | 58 | D | 0 | 3F | 5F | 6 | 14 | 5A | 32 |
| Octal | 360 | 130 | 15 | 0 | 77 | 137 | 6 | 24 | 132 | 62 |
| Binary | 11110000 | 1011000 | 1101 | 0 | 111111 | 1011111 | 110 | 10100 | 1011010 | 110010 |
Color Harmonies of #F0580D
Complementary color
Monochromatic Colors of #F0580D
Black with #F0580D
Text Example
Text Example
White with #F0580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0580D; }
p { color: rgb(240,88,13); }
H1.HeaderClassName
{
color: #F0580D;
}
.AnyTagClassName
{
color: #F0580D;
}
</style>
background-color css
<style>
a { background-color: #F0580D; }
a { background-color: rgb(240,88,13); }
div.DivClassName
{
background-color: #F0580D;
}
.BgClassName
{
background-color: #F0580D;
}
</style>
border-color css
<style>
span { border-color: #F0580D; }
span { border-color: rgb(240,88,13); }
td.TdClassName
{
border-color: #F0580D;
}
.TagClassName
{
border-color: #F0580D;
}
</style>