Shades of Persimmon #F3600F
Tints of Persimmon #F3600F
RGB
CMYK
RGB Variations
Color information
#F3600F (or 0xF3600F) is known color: Persimmon. HEX triplet: F3, 60 and 0F. RGB value is (243,96,15). Sum of RGB (Red+Green+Blue) = 243+96+15=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3600F is #0C9FF0. Grayscale: #838383. Windows color (decimal): -827377 or 1007859. OLE color: 1007859.
HSL color Cylindrical-coordinate representation of color #F3600F: hue angle of 21.32º 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 #F3600F is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 15 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.05 |
| HSL | 21.32º | 0.9% | 0.51% | - |
| HSV(B) | 21.32º | 0.94% | 0.95% | - |
| XYZ | 41.23 | 27.45 | 3.58 | - |
| YUV | 130.72 | 62.7 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 15 | 0 | 0.60 | 0.94 | 0.05 | 21.32 | 0.9 | 0.51 |
| Hex | F3 | 60 | F | 0 | 3C | 5E | 5 | 15 | 5A | 33 |
| Octal | 363 | 140 | 17 | 0 | 74 | 136 | 5 | 25 | 132 | 63 |
| Binary | 11110011 | 1100000 | 1111 | 0 | 111100 | 1011110 | 101 | 10101 | 1011010 | 110011 |
Color Harmonies of #F3600F
Complementary color
Monochromatic Colors of #F3600F
Black with #F3600F
Text Example
Text Example
White with #F3600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3600F; }
p { color: rgb(243,96,15); }
H1.HeaderClassName
{
color: #F3600F;
}
.AnyTagClassName
{
color: #F3600F;
}
</style>
background-color css
<style>
a { background-color: #F3600F; }
a { background-color: rgb(243,96,15); }
div.DivClassName
{
background-color: #F3600F;
}
.BgClassName
{
background-color: #F3600F;
}
</style>
border-color css
<style>
span { border-color: #F3600F; }
span { border-color: rgb(243,96,15); }
td.TdClassName
{
border-color: #F3600F;
}
.TagClassName
{
border-color: #F3600F;
}
</style>