Shades of Persimmon #F06116
Tints of Persimmon #F06116
RGB
CMYK
RGB Variations
Color information
#F06116 (or 0xF06116) is known color: Persimmon. HEX triplet: F0, 61 and 16. RGB value is (240,97,22). Sum of RGB (Red+Green+Blue) = 240+97+22=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F06116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06116 is #0F9EE9. Grayscale: #838383. Windows color (decimal): -1023722 or 1466864. OLE color: 1466864.
HSL color Cylindrical-coordinate representation of color #F06116: hue angle of 20.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F06116 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 22 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.06 |
| HSL | 20.64º | 0.88% | 0.51% | - |
| HSV(B) | 20.64º | 0.91% | 0.94% | - |
| XYZ | 40.35 | 27.13 | 3.87 | - |
| YUV | 131.21 | 66.38 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 22 | 0 | 0.60 | 0.91 | 0.06 | 20.64 | 0.88 | 0.51 |
| Hex | F0 | 61 | 16 | 0 | 3C | 5B | 6 | 15 | 58 | 33 |
| Octal | 360 | 141 | 26 | 0 | 74 | 133 | 6 | 25 | 130 | 63 |
| Binary | 11110000 | 1100001 | 10110 | 0 | 111100 | 1011011 | 110 | 10101 | 1011000 | 110011 |
Color Harmonies of #F06116
Complementary color
Monochromatic Colors of #F06116
Black with #F06116
Text Example
Text Example
White with #F06116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06116; }
p { color: rgb(240,97,22); }
H1.HeaderClassName
{
color: #F06116;
}
.AnyTagClassName
{
color: #F06116;
}
</style>
background-color css
<style>
a { background-color: #F06116; }
a { background-color: rgb(240,97,22); }
div.DivClassName
{
background-color: #F06116;
}
.BgClassName
{
background-color: #F06116;
}
</style>
border-color css
<style>
span { border-color: #F06116; }
span { border-color: rgb(240,97,22); }
td.TdClassName
{
border-color: #F06116;
}
.TagClassName
{
border-color: #F06116;
}
</style>