Shades of Persimmon #F0590F
Tints of Persimmon #F0590F
RGB
CMYK
RGB Variations
Color information
#F0590F (or 0xF0590F) is known color: Persimmon. HEX triplet: F0, 59 and 0F. RGB value is (240,89,15). Sum of RGB (Red+Green+Blue) = 240+89+15=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F0590F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0590F is #0FA6F0. Grayscale: #7E7E7E. Windows color (decimal): -1025777 or 1006064. OLE color: 1006064.
HSL color Cylindrical-coordinate representation of color #F0590F: hue angle of 19.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0590F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 15 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.06 |
| HSL | 19.73º | 0.88% | 0.5% | - |
| HSV(B) | 19.73º | 0.94% | 0.94% | - |
| XYZ | 39.59 | 25.7 | 3.33 | - |
| YUV | 125.71 | 65.53 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 15 | 0 | 0.63 | 0.94 | 0.06 | 19.73 | 0.88 | 0.5 |
| Hex | F0 | 59 | F | 0 | 3F | 5E | 6 | 14 | 58 | 32 |
| Octal | 360 | 131 | 17 | 0 | 77 | 136 | 6 | 24 | 130 | 62 |
| Binary | 11110000 | 1011001 | 1111 | 0 | 111111 | 1011110 | 110 | 10100 | 1011000 | 110010 |
Color Harmonies of #F0590F
Complementary color
Monochromatic Colors of #F0590F
Black with #F0590F
Text Example
Text Example
White with #F0590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0590F; }
p { color: rgb(240,89,15); }
H1.HeaderClassName
{
color: #F0590F;
}
.AnyTagClassName
{
color: #F0590F;
}
</style>
background-color css
<style>
a { background-color: #F0590F; }
a { background-color: rgb(240,89,15); }
div.DivClassName
{
background-color: #F0590F;
}
.BgClassName
{
background-color: #F0590F;
}
</style>
border-color css
<style>
span { border-color: #F0590F; }
span { border-color: rgb(240,89,15); }
td.TdClassName
{
border-color: #F0590F;
}
.TagClassName
{
border-color: #F0590F;
}
</style>