Shades of Persimmon #F06412
Tints of Persimmon #F06412
RGB
CMYK
RGB Variations
Color information
#F06412 (or 0xF06412) is known color: Persimmon. HEX triplet: F0, 64 and 12. RGB value is (240,100,18). Sum of RGB (Red+Green+Blue) = 240+100+18=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F06412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06412 is #0F9BED. Grayscale: #848484. Windows color (decimal): -1022958 or 1205488. OLE color: 1205488.
HSL color Cylindrical-coordinate representation of color #F06412: hue angle of 22.16º 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 #F06412 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.06 |
| HSL | 22.16º | 0.88% | 0.51% | - |
| HSV(B) | 22.16º | 0.93% | 0.94% | - |
| XYZ | 40.6 | 27.68 | 3.78 | - |
| YUV | 132.51 | 63.38 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 18 | 0 | 0.58 | 0.92 | 0.06 | 22.16 | 0.88 | 0.51 |
| Hex | F0 | 64 | 12 | 0 | 3A | 5C | 6 | 16 | 58 | 33 |
| Octal | 360 | 144 | 22 | 0 | 72 | 134 | 6 | 26 | 130 | 63 |
| Binary | 11110000 | 1100100 | 10010 | 0 | 111010 | 1011100 | 110 | 10110 | 1011000 | 110011 |
Color Harmonies of #F06412
Complementary color
Monochromatic Colors of #F06412
Black with #F06412
Text Example
Text Example
White with #F06412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06412; }
p { color: rgb(240,100,18); }
H1.HeaderClassName
{
color: #F06412;
}
.AnyTagClassName
{
color: #F06412;
}
</style>
background-color css
<style>
a { background-color: #F06412; }
a { background-color: rgb(240,100,18); }
div.DivClassName
{
background-color: #F06412;
}
.BgClassName
{
background-color: #F06412;
}
</style>
border-color css
<style>
span { border-color: #F06412; }
span { border-color: rgb(240,100,18); }
td.TdClassName
{
border-color: #F06412;
}
.TagClassName
{
border-color: #F06412;
}
</style>