Shades of Persimmon #F06611
Tints of Persimmon #F06611
RGB
CMYK
RGB Variations
Color information
#F06611 (or 0xF06611) is known color: Persimmon. HEX triplet: F0, 66 and 11. RGB value is (240,102,17). Sum of RGB (Red+Green+Blue) = 240+102+17=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F06611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06611 is #0F99EE. Grayscale: #868686. Windows color (decimal): -1022447 or 1140464. OLE color: 1140464.
HSL color Cylindrical-coordinate representation of color #F06611: hue angle of 22.87º 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 #F06611 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 17 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.06 |
| HSL | 22.87º | 0.88% | 0.5% | - |
| HSV(B) | 22.87º | 0.93% | 0.94% | - |
| XYZ | 40.79 | 28.07 | 3.8 | - |
| YUV | 133.57 | 62.22 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 17 | 0 | 0.58 | 0.93 | 0.06 | 22.87 | 0.88 | 0.5 |
| Hex | F0 | 66 | 11 | 0 | 3A | 5D | 6 | 17 | 58 | 32 |
| Octal | 360 | 146 | 21 | 0 | 72 | 135 | 6 | 27 | 130 | 62 |
| Binary | 11110000 | 1100110 | 10001 | 0 | 111010 | 1011101 | 110 | 10111 | 1011000 | 110010 |
Color Harmonies of #F06611
Complementary color
Monochromatic Colors of #F06611
Black with #F06611
Text Example
Text Example
White with #F06611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06611; }
p { color: rgb(240,102,17); }
H1.HeaderClassName
{
color: #F06611;
}
.AnyTagClassName
{
color: #F06611;
}
</style>
background-color css
<style>
a { background-color: #F06611; }
a { background-color: rgb(240,102,17); }
div.DivClassName
{
background-color: #F06611;
}
.BgClassName
{
background-color: #F06611;
}
</style>
border-color css
<style>
span { border-color: #F06611; }
span { border-color: rgb(240,102,17); }
td.TdClassName
{
border-color: #F06611;
}
.TagClassName
{
border-color: #F06611;
}
</style>