Shades of Persimmon #F2590E
Tints of Persimmon #F2590E
RGB
CMYK
RGB Variations
Color information
#F2590E (or 0xF2590E) is known color: Persimmon. HEX triplet: F2, 59 and 0E. RGB value is (242,89,14). Sum of RGB (Red+Green+Blue) = 242+89+14=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F2590E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2590E is #0DA6F1. Grayscale: #7E7E7E. Windows color (decimal): -894706 or 940530. OLE color: 940530.
HSL color Cylindrical-coordinate representation of color #F2590E: hue angle of 19.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2590E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.05 |
| HSL | 19.74º | 0.9% | 0.5% | - |
| HSV(B) | 19.74º | 0.94% | 0.95% | - |
| XYZ | 40.27 | 26.05 | 3.32 | - |
| YUV | 126.2 | 64.69 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 14 | 0 | 0.63 | 0.94 | 0.05 | 19.74 | 0.9 | 0.5 |
| Hex | F2 | 59 | E | 0 | 3F | 5E | 5 | 14 | 5A | 32 |
| Octal | 362 | 131 | 16 | 0 | 77 | 136 | 5 | 24 | 132 | 62 |
| Binary | 11110010 | 1011001 | 1110 | 0 | 111111 | 1011110 | 101 | 10100 | 1011010 | 110010 |
Color Harmonies of #F2590E
Complementary color
Monochromatic Colors of #F2590E
Black with #F2590E
Text Example
Text Example
White with #F2590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2590E; }
p { color: rgb(242,89,14); }
H1.HeaderClassName
{
color: #F2590E;
}
.AnyTagClassName
{
color: #F2590E;
}
</style>
background-color css
<style>
a { background-color: #F2590E; }
a { background-color: rgb(242,89,14); }
div.DivClassName
{
background-color: #F2590E;
}
.BgClassName
{
background-color: #F2590E;
}
</style>
border-color css
<style>
span { border-color: #F2590E; }
span { border-color: rgb(242,89,14); }
td.TdClassName
{
border-color: #F2590E;
}
.TagClassName
{
border-color: #F2590E;
}
</style>