Shades of Persimmon #F06111
Tints of Persimmon #F06111
RGB
CMYK
RGB Variations
Color information
#F06111 (or 0xF06111) is known color: Persimmon. HEX triplet: F0, 61 and 11. RGB value is (240,97,17). Sum of RGB (Red+Green+Blue) = 240+97+17=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F06111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06111 is #0F9EEE. Grayscale: #838383. Windows color (decimal): -1023727 or 1139184. OLE color: 1139184.
HSL color Cylindrical-coordinate representation of color #F06111: hue angle of 21.52º 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 #F06111 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.06 |
| HSL | 21.52º | 0.88% | 0.5% | - |
| HSV(B) | 21.52º | 0.93% | 0.94% | - |
| XYZ | 40.31 | 27.12 | 3.64 | - |
| YUV | 130.64 | 63.88 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 17 | 0 | 0.60 | 0.93 | 0.06 | 21.52 | 0.88 | 0.5 |
| Hex | F0 | 61 | 11 | 0 | 3C | 5D | 6 | 16 | 58 | 32 |
| Octal | 360 | 141 | 21 | 0 | 74 | 135 | 6 | 26 | 130 | 62 |
| Binary | 11110000 | 1100001 | 10001 | 0 | 111100 | 1011101 | 110 | 10110 | 1011000 | 110010 |
Color Harmonies of #F06111
Complementary color
Monochromatic Colors of #F06111
Black with #F06111
Text Example
Text Example
White with #F06111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06111; }
p { color: rgb(240,97,17); }
H1.HeaderClassName
{
color: #F06111;
}
.AnyTagClassName
{
color: #F06111;
}
</style>
background-color css
<style>
a { background-color: #F06111; }
a { background-color: rgb(240,97,17); }
div.DivClassName
{
background-color: #F06111;
}
.BgClassName
{
background-color: #F06111;
}
</style>
border-color css
<style>
span { border-color: #F06111; }
span { border-color: rgb(240,97,17); }
td.TdClassName
{
border-color: #F06111;
}
.TagClassName
{
border-color: #F06111;
}
</style>