Shades of Persimmon #F3600E
Tints of Persimmon #F3600E
RGB
CMYK
RGB Variations
Color information
#F3600E (or 0xF3600E) is known color: Persimmon. HEX triplet: F3, 60 and 0E. RGB value is (243,96,14). Sum of RGB (Red+Green+Blue) = 243+96+14=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3600E is #0C9FF1. Grayscale: #838383. Windows color (decimal): -827378 or 942323. OLE color: 942323.
HSL color Cylindrical-coordinate representation of color #F3600E: hue angle of 21.48º 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 #F3600E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.05 |
| HSL | 21.48º | 0.91% | 0.5% | - |
| HSV(B) | 21.48º | 0.94% | 0.95% | - |
| XYZ | 41.22 | 27.45 | 3.54 | - |
| YUV | 130.61 | 62.2 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 14 | 0 | 0.60 | 0.94 | 0.05 | 21.48 | 0.91 | 0.5 |
| Hex | F3 | 60 | E | 0 | 3C | 5E | 5 | 15 | 5B | 32 |
| Octal | 363 | 140 | 16 | 0 | 74 | 136 | 5 | 25 | 133 | 62 |
| Binary | 11110011 | 1100000 | 1110 | 0 | 111100 | 1011110 | 101 | 10101 | 1011011 | 110010 |
Color Harmonies of #F3600E
Complementary color
Monochromatic Colors of #F3600E
Black with #F3600E
Text Example
Text Example
White with #F3600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3600E; }
p { color: rgb(243,96,14); }
H1.HeaderClassName
{
color: #F3600E;
}
.AnyTagClassName
{
color: #F3600E;
}
</style>
background-color css
<style>
a { background-color: #F3600E; }
a { background-color: rgb(243,96,14); }
div.DivClassName
{
background-color: #F3600E;
}
.BgClassName
{
background-color: #F3600E;
}
</style>
border-color css
<style>
span { border-color: #F3600E; }
span { border-color: rgb(243,96,14); }
td.TdClassName
{
border-color: #F3600E;
}
.TagClassName
{
border-color: #F3600E;
}
</style>