Shades of Persimmon #F3590F
Tints of Persimmon #F3590F
RGB
CMYK
RGB Variations
Color information
#F3590F (or 0xF3590F) is known color: Persimmon. HEX triplet: F3, 59 and 0F. RGB value is (243,89,15). Sum of RGB (Red+Green+Blue) = 243+89+15=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F3590F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3590F is #0CA6F0. Grayscale: #7F7F7F. Windows color (decimal): -829169 or 1006067. OLE color: 1006067.
HSL color Cylindrical-coordinate representation of color #F3590F: hue angle of 19.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3590F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 15 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.05 |
| HSL | 19.47º | 0.9% | 0.51% | - |
| HSV(B) | 19.47º | 0.94% | 0.95% | - |
| XYZ | 40.62 | 26.23 | 3.37 | - |
| YUV | 126.61 | 65.02 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 15 | 0 | 0.63 | 0.94 | 0.05 | 19.47 | 0.9 | 0.51 |
| Hex | F3 | 59 | F | 0 | 3F | 5E | 5 | 13 | 5A | 33 |
| Octal | 363 | 131 | 17 | 0 | 77 | 136 | 5 | 23 | 132 | 63 |
| Binary | 11110011 | 1011001 | 1111 | 0 | 111111 | 1011110 | 101 | 10011 | 1011010 | 110011 |
Color Harmonies of #F3590F
Complementary color
Monochromatic Colors of #F3590F
Black with #F3590F
Text Example
Text Example
White with #F3590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3590F; }
p { color: rgb(243,89,15); }
H1.HeaderClassName
{
color: #F3590F;
}
.AnyTagClassName
{
color: #F3590F;
}
</style>
background-color css
<style>
a { background-color: #F3590F; }
a { background-color: rgb(243,89,15); }
div.DivClassName
{
background-color: #F3590F;
}
.BgClassName
{
background-color: #F3590F;
}
</style>
border-color css
<style>
span { border-color: #F3590F; }
span { border-color: rgb(243,89,15); }
td.TdClassName
{
border-color: #F3590F;
}
.TagClassName
{
border-color: #F3590F;
}
</style>