Shades of Persimmon #F3590E
Tints of Persimmon #F3590E
RGB
CMYK
RGB Variations
Color information
#F3590E (or 0xF3590E) is known color: Persimmon. HEX triplet: F3, 59 and 0E. RGB value is (243,89,14). Sum of RGB (Red+Green+Blue) = 243+89+14=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F3590E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3590E is #0CA6F1. Grayscale: #7E7E7E. Windows color (decimal): -829170 or 940531. OLE color: 940531.
HSL color Cylindrical-coordinate representation of color #F3590E: hue angle of 19.65º degrees, saturation: 0.91, 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 #F3590E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.05 |
| HSL | 19.65º | 0.91% | 0.5% | - |
| HSV(B) | 19.65º | 0.94% | 0.95% | - |
| XYZ | 40.61 | 26.23 | 3.34 | - |
| YUV | 126.5 | 64.52 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 14 | 0 | 0.63 | 0.94 | 0.05 | 19.65 | 0.91 | 0.5 |
| Hex | F3 | 59 | E | 0 | 3F | 5E | 5 | 14 | 5B | 32 |
| Octal | 363 | 131 | 16 | 0 | 77 | 136 | 5 | 24 | 133 | 62 |
| Binary | 11110011 | 1011001 | 1110 | 0 | 111111 | 1011110 | 101 | 10100 | 1011011 | 110010 |
Color Harmonies of #F3590E
Complementary color
Monochromatic Colors of #F3590E
Black with #F3590E
Text Example
Text Example
White with #F3590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3590E; }
p { color: rgb(243,89,14); }
H1.HeaderClassName
{
color: #F3590E;
}
.AnyTagClassName
{
color: #F3590E;
}
</style>
background-color css
<style>
a { background-color: #F3590E; }
a { background-color: rgb(243,89,14); }
div.DivClassName
{
background-color: #F3590E;
}
.BgClassName
{
background-color: #F3590E;
}
</style>
border-color css
<style>
span { border-color: #F3590E; }
span { border-color: rgb(243,89,14); }
td.TdClassName
{
border-color: #F3590E;
}
.TagClassName
{
border-color: #F3590E;
}
</style>