Shades of Persimmon #F06112
Tints of Persimmon #F06112
RGB
CMYK
RGB Variations
Color information
#F06112 (or 0xF06112) is known color: Persimmon. HEX triplet: F0, 61 and 12. RGB value is (240,97,18). Sum of RGB (Red+Green+Blue) = 240+97+18=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F06112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06112 is #0F9EED. Grayscale: #838383. Windows color (decimal): -1023726 or 1204720. OLE color: 1204720.
HSL color Cylindrical-coordinate representation of color #F06112: hue angle of 21.35º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F06112 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 18 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.06 |
| HSL | 21.35º | 0.88% | 0.51% | - |
| HSV(B) | 21.35º | 0.93% | 0.94% | - |
| XYZ | 40.32 | 27.12 | 3.68 | - |
| YUV | 130.75 | 64.38 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 18 | 0 | 0.60 | 0.92 | 0.06 | 21.35 | 0.88 | 0.51 |
| Hex | F0 | 61 | 12 | 0 | 3C | 5C | 6 | 15 | 58 | 33 |
| Octal | 360 | 141 | 22 | 0 | 74 | 134 | 6 | 25 | 130 | 63 |
| Binary | 11110000 | 1100001 | 10010 | 0 | 111100 | 1011100 | 110 | 10101 | 1011000 | 110011 |
Color Harmonies of #F06112
Complementary color
Monochromatic Colors of #F06112
Black with #F06112
Text Example
Text Example
White with #F06112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06112; }
p { color: rgb(240,97,18); }
H1.HeaderClassName
{
color: #F06112;
}
.AnyTagClassName
{
color: #F06112;
}
</style>
background-color css
<style>
a { background-color: #F06112; }
a { background-color: rgb(240,97,18); }
div.DivClassName
{
background-color: #F06112;
}
.BgClassName
{
background-color: #F06112;
}
</style>
border-color css
<style>
span { border-color: #F06112; }
span { border-color: rgb(240,97,18); }
td.TdClassName
{
border-color: #F06112;
}
.TagClassName
{
border-color: #F06112;
}
</style>