Shades of Persimmon #F2610E
Tints of Persimmon #F2610E
RGB
CMYK
RGB Variations
Color information
#F2610E (or 0xF2610E) is known color: Persimmon. HEX triplet: F2, 61 and 0E. RGB value is (242,97,14). Sum of RGB (Red+Green+Blue) = 242+97+14=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2610E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2610E is #0D9EF1. Grayscale: #838383. Windows color (decimal): -892658 or 942578. OLE color: 942578.
HSL color Cylindrical-coordinate representation of color #F2610E: hue angle of 21.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2610E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.05 |
| HSL | 21.84º | 0.9% | 0.5% | - |
| HSV(B) | 21.84º | 0.94% | 0.95% | - |
| XYZ | 40.97 | 27.46 | 3.56 | - |
| YUV | 130.89 | 62.04 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 14 | 0 | 0.60 | 0.94 | 0.05 | 21.84 | 0.9 | 0.5 |
| Hex | F2 | 61 | E | 0 | 3C | 5E | 5 | 16 | 5A | 32 |
| Octal | 362 | 141 | 16 | 0 | 74 | 136 | 5 | 26 | 132 | 62 |
| Binary | 11110010 | 1100001 | 1110 | 0 | 111100 | 1011110 | 101 | 10110 | 1011010 | 110010 |
Color Harmonies of #F2610E
Complementary color
Monochromatic Colors of #F2610E
Black with #F2610E
Text Example
Text Example
White with #F2610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2610E; }
p { color: rgb(242,97,14); }
H1.HeaderClassName
{
color: #F2610E;
}
.AnyTagClassName
{
color: #F2610E;
}
</style>
background-color css
<style>
a { background-color: #F2610E; }
a { background-color: rgb(242,97,14); }
div.DivClassName
{
background-color: #F2610E;
}
.BgClassName
{
background-color: #F2610E;
}
</style>
border-color css
<style>
span { border-color: #F2610E; }
span { border-color: rgb(242,97,14); }
td.TdClassName
{
border-color: #F2610E;
}
.TagClassName
{
border-color: #F2610E;
}
</style>