Shades of Persimmon #F06410
Tints of Persimmon #F06410
RGB
CMYK
RGB Variations
Color information
#F06410 (or 0xF06410) is known color: Persimmon. HEX triplet: F0, 64 and 10. RGB value is (240,100,16). Sum of RGB (Red+Green+Blue) = 240+100+16=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F06410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06410 is #0F9BEF. Grayscale: #848484. Windows color (decimal): -1022960 or 1074416. OLE color: 1074416.
HSL color Cylindrical-coordinate representation of color #F06410: hue angle of 22.5º 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 #F06410 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.06 |
| HSL | 22.5º | 0.88% | 0.5% | - |
| HSV(B) | 22.5º | 0.93% | 0.94% | - |
| XYZ | 40.59 | 27.68 | 3.69 | - |
| YUV | 132.28 | 62.38 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 16 | 0 | 0.58 | 0.93 | 0.06 | 22.5 | 0.88 | 0.5 |
| Hex | F0 | 64 | 10 | 0 | 3A | 5D | 6 | 16 | 58 | 32 |
| Octal | 360 | 144 | 20 | 0 | 72 | 135 | 6 | 26 | 130 | 62 |
| Binary | 11110000 | 1100100 | 10000 | 0 | 111010 | 1011101 | 110 | 10110 | 1011000 | 110010 |
Color Harmonies of #F06410
Complementary color
Monochromatic Colors of #F06410
Black with #F06410
Text Example
Text Example
White with #F06410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06410; }
p { color: rgb(240,100,16); }
H1.HeaderClassName
{
color: #F06410;
}
.AnyTagClassName
{
color: #F06410;
}
</style>
background-color css
<style>
a { background-color: #F06410; }
a { background-color: rgb(240,100,16); }
div.DivClassName
{
background-color: #F06410;
}
.BgClassName
{
background-color: #F06410;
}
</style>
border-color css
<style>
span { border-color: #F06410; }
span { border-color: rgb(240,100,16); }
td.TdClassName
{
border-color: #F06410;
}
.TagClassName
{
border-color: #F06410;
}
</style>