Shades of Persimmon #F36011
Tints of Persimmon #F36011
RGB
CMYK
RGB Variations
Color information
#F36011 (or 0xF36011) is known color: Persimmon. HEX triplet: F3, 60 and 11. RGB value is (243,96,17). Sum of RGB (Red+Green+Blue) = 243+96+17=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F36011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36011 is #0C9FEE. Grayscale: #838383. Windows color (decimal): -827375 or 1138931. OLE color: 1138931.
HSL color Cylindrical-coordinate representation of color #F36011: hue angle of 20.97º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F36011 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.05 |
| HSL | 20.97º | 0.9% | 0.51% | - |
| HSV(B) | 20.97º | 0.93% | 0.95% | - |
| XYZ | 41.25 | 27.46 | 3.66 | - |
| YUV | 130.95 | 63.7 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 17 | 0 | 0.60 | 0.93 | 0.05 | 20.97 | 0.9 | 0.51 |
| Hex | F3 | 60 | 11 | 0 | 3C | 5D | 5 | 15 | 5A | 33 |
| Octal | 363 | 140 | 21 | 0 | 74 | 135 | 5 | 25 | 132 | 63 |
| Binary | 11110011 | 1100000 | 10001 | 0 | 111100 | 1011101 | 101 | 10101 | 1011010 | 110011 |
Color Harmonies of #F36011
Complementary color
Monochromatic Colors of #F36011
Black with #F36011
Text Example
Text Example
White with #F36011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36011; }
p { color: rgb(243,96,17); }
H1.HeaderClassName
{
color: #F36011;
}
.AnyTagClassName
{
color: #F36011;
}
</style>
background-color css
<style>
a { background-color: #F36011; }
a { background-color: rgb(243,96,17); }
div.DivClassName
{
background-color: #F36011;
}
.BgClassName
{
background-color: #F36011;
}
</style>
border-color css
<style>
span { border-color: #F36011; }
span { border-color: rgb(243,96,17); }
td.TdClassName
{
border-color: #F36011;
}
.TagClassName
{
border-color: #F36011;
}
</style>