Shades of Persimmon #F06011
Tints of Persimmon #F06011
RGB
CMYK
RGB Variations
Color information
#F06011 (or 0xF06011) is known color: Persimmon. HEX triplet: F0, 60 and 11. RGB value is (240,96,17). Sum of RGB (Red+Green+Blue) = 240+96+17=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F06011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06011 is #0F9FEE. Grayscale: #828282. Windows color (decimal): -1023983 or 1138928. OLE color: 1138928.
HSL color Cylindrical-coordinate representation of color #F06011: hue angle of 21.26º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F06011 is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 17 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.06 |
| HSL | 21.26º | 0.88% | 0.5% | - |
| HSV(B) | 21.26º | 0.93% | 0.94% | - |
| XYZ | 40.22 | 26.93 | 3.61 | - |
| YUV | 130.05 | 64.21 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 17 | 0 | 0.6 | 0.93 | 0.06 | 21.26 | 0.88 | 0.5 |
| Hex | F0 | 60 | 11 | 0 | 3C | 5D | 6 | 15 | 58 | 32 |
| Octal | 360 | 140 | 21 | 0 | 74 | 135 | 6 | 25 | 130 | 62 |
| Binary | 11110000 | 1100000 | 10001 | 0 | 111100 | 1011101 | 110 | 10101 | 1011000 | 110010 |
Color Harmonies of #F06011
Complementary color
Monochromatic Colors of #F06011
Black with #F06011
Text Example
Text Example
White with #F06011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06011; }
p { color: rgb(240,96,17); }
H1.HeaderClassName
{
color: #F06011;
}
.AnyTagClassName
{
color: #F06011;
}
</style>
background-color css
<style>
a { background-color: #F06011; }
a { background-color: rgb(240,96,17); }
div.DivClassName
{
background-color: #F06011;
}
.BgClassName
{
background-color: #F06011;
}
</style>
border-color css
<style>
span { border-color: #F06011; }
span { border-color: rgb(240,96,17); }
td.TdClassName
{
border-color: #F06011;
}
.TagClassName
{
border-color: #F06011;
}
</style>