Shades of Persimmon #F26210
Tints of Persimmon #F26210
RGB
CMYK
RGB Variations
Color information
#F26210 (or 0xF26210) is known color: Persimmon. HEX triplet: F2, 62 and 10. RGB value is (242,98,16). Sum of RGB (Red+Green+Blue) = 242+98+16=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F26210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26210 is #0D9DEF. Grayscale: #848484. Windows color (decimal): -892400 or 1073906. OLE color: 1073906.
HSL color Cylindrical-coordinate representation of color #F26210: hue angle of 21.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F26210 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.05 |
| HSL | 21.77º | 0.9% | 0.51% | - |
| HSV(B) | 21.77º | 0.93% | 0.95% | - |
| XYZ | 41.08 | 27.65 | 3.66 | - |
| YUV | 131.71 | 62.71 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 16 | 0 | 0.60 | 0.93 | 0.05 | 21.77 | 0.9 | 0.51 |
| Hex | F2 | 62 | 10 | 0 | 3C | 5D | 5 | 16 | 5A | 33 |
| Octal | 362 | 142 | 20 | 0 | 74 | 135 | 5 | 26 | 132 | 63 |
| Binary | 11110010 | 1100010 | 10000 | 0 | 111100 | 1011101 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F26210
Complementary color
Monochromatic Colors of #F26210
Black with #F26210
Text Example
Text Example
White with #F26210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26210; }
p { color: rgb(242,98,16); }
H1.HeaderClassName
{
color: #F26210;
}
.AnyTagClassName
{
color: #F26210;
}
</style>
background-color css
<style>
a { background-color: #F26210; }
a { background-color: rgb(242,98,16); }
div.DivClassName
{
background-color: #F26210;
}
.BgClassName
{
background-color: #F26210;
}
</style>
border-color css
<style>
span { border-color: #F26210; }
span { border-color: rgb(242,98,16); }
td.TdClassName
{
border-color: #F26210;
}
.TagClassName
{
border-color: #F26210;
}
</style>