Shades of Persimmon #F0590D
Tints of Persimmon #F0590D
RGB
CMYK
RGB Variations
Color information
#F0590D (or 0xF0590D) is known color: Persimmon. HEX triplet: F0, 59 and 0D. RGB value is (240,89,13). Sum of RGB (Red+Green+Blue) = 240+89+13=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F0590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0590D is #0FA6F2. Grayscale: #7D7D7D. Windows color (decimal): -1025779 or 874992. OLE color: 874992.
HSL color Cylindrical-coordinate representation of color #F0590D: hue angle of 20.09º 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 #F0590D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.06 |
| HSL | 20.09º | 0.9% | 0.5% | - |
| HSV(B) | 20.09º | 0.95% | 0.94% | - |
| XYZ | 39.58 | 25.7 | 3.26 | - |
| YUV | 125.49 | 64.53 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 13 | 0 | 0.63 | 0.95 | 0.06 | 20.09 | 0.9 | 0.5 |
| Hex | F0 | 59 | D | 0 | 3F | 5F | 6 | 14 | 5A | 32 |
| Octal | 360 | 131 | 15 | 0 | 77 | 137 | 6 | 24 | 132 | 62 |
| Binary | 11110000 | 1011001 | 1101 | 0 | 111111 | 1011111 | 110 | 10100 | 1011010 | 110010 |
Color Harmonies of #F0590D
Complementary color
Monochromatic Colors of #F0590D
Black with #F0590D
Text Example
Text Example
White with #F0590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0590D; }
p { color: rgb(240,89,13); }
H1.HeaderClassName
{
color: #F0590D;
}
.AnyTagClassName
{
color: #F0590D;
}
</style>
background-color css
<style>
a { background-color: #F0590D; }
a { background-color: rgb(240,89,13); }
div.DivClassName
{
background-color: #F0590D;
}
.BgClassName
{
background-color: #F0590D;
}
</style>
border-color css
<style>
span { border-color: #F0590D; }
span { border-color: rgb(240,89,13); }
td.TdClassName
{
border-color: #F0590D;
}
.TagClassName
{
border-color: #F0590D;
}
</style>