Shades of Persimmon #F0610E
Tints of Persimmon #F0610E
RGB
CMYK
RGB Variations
Color information
#F0610E (or 0xF0610E) is known color: Persimmon. HEX triplet: F0, 61 and 0E. RGB value is (240,97,14). Sum of RGB (Red+Green+Blue) = 240+97+14=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0610E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0610E is #0F9EF1. Grayscale: #828282. Windows color (decimal): -1023730 or 942576. OLE color: 942576.
HSL color Cylindrical-coordinate representation of color #F0610E: hue angle of 22.04º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0610E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.06 |
| HSL | 22.04º | 0.89% | 0.5% | - |
| HSV(B) | 22.04º | 0.94% | 0.94% | - |
| XYZ | 40.29 | 27.11 | 3.52 | - |
| YUV | 130.3 | 62.38 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 14 | 0 | 0.60 | 0.94 | 0.06 | 22.04 | 0.89 | 0.5 |
| Hex | F0 | 61 | E | 0 | 3C | 5E | 6 | 16 | 59 | 32 |
| Octal | 360 | 141 | 16 | 0 | 74 | 136 | 6 | 26 | 131 | 62 |
| Binary | 11110000 | 1100001 | 1110 | 0 | 111100 | 1011110 | 110 | 10110 | 1011001 | 110010 |
Color Harmonies of #F0610E
Complementary color
Monochromatic Colors of #F0610E
Black with #F0610E
Text Example
Text Example
White with #F0610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0610E; }
p { color: rgb(240,97,14); }
H1.HeaderClassName
{
color: #F0610E;
}
.AnyTagClassName
{
color: #F0610E;
}
</style>
background-color css
<style>
a { background-color: #F0610E; }
a { background-color: rgb(240,97,14); }
div.DivClassName
{
background-color: #F0610E;
}
.BgClassName
{
background-color: #F0610E;
}
</style>
border-color css
<style>
span { border-color: #F0610E; }
span { border-color: rgb(240,97,14); }
td.TdClassName
{
border-color: #F0610E;
}
.TagClassName
{
border-color: #F0610E;
}
</style>