Shades of Persimmon #F2590C
Tints of Persimmon #F2590C
RGB
CMYK
RGB Variations
Color information
#F2590C (or 0xF2590C) is known color: Persimmon. HEX triplet: F2, 59 and 0C. RGB value is (242,89,12). Sum of RGB (Red+Green+Blue) = 242+89+12=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2590C is #0DA6F3. Grayscale: #7E7E7E. Windows color (decimal): -894708 or 809458. OLE color: 809458.
HSL color Cylindrical-coordinate representation of color #F2590C: hue angle of 20.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2590C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.05 |
| HSL | 20.09º | 0.91% | 0.5% | - |
| HSV(B) | 20.09º | 0.95% | 0.95% | - |
| XYZ | 40.26 | 26.05 | 3.25 | - |
| YUV | 125.97 | 63.69 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 12 | 0 | 0.63 | 0.95 | 0.05 | 20.09 | 0.91 | 0.5 |
| Hex | F2 | 59 | C | 0 | 3F | 5F | 5 | 14 | 5B | 32 |
| Octal | 362 | 131 | 14 | 0 | 77 | 137 | 5 | 24 | 133 | 62 |
| Binary | 11110010 | 1011001 | 1100 | 0 | 111111 | 1011111 | 101 | 10100 | 1011011 | 110010 |
Color Harmonies of #F2590C
Complementary color
Monochromatic Colors of #F2590C
Black with #F2590C
Text Example
Text Example
White with #F2590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2590C; }
p { color: rgb(242,89,12); }
H1.HeaderClassName
{
color: #F2590C;
}
.AnyTagClassName
{
color: #F2590C;
}
</style>
background-color css
<style>
a { background-color: #F2590C; }
a { background-color: rgb(242,89,12); }
div.DivClassName
{
background-color: #F2590C;
}
.BgClassName
{
background-color: #F2590C;
}
</style>
border-color css
<style>
span { border-color: #F2590C; }
span { border-color: rgb(242,89,12); }
td.TdClassName
{
border-color: #F2590C;
}
.TagClassName
{
border-color: #F2590C;
}
</style>