Shades of Persimmon #F26010
Tints of Persimmon #F26010
RGB
CMYK
RGB Variations
Color information
#F26010 (or 0xF26010) is known color: Persimmon. HEX triplet: F2, 60 and 10. RGB value is (242,96,16). Sum of RGB (Red+Green+Blue) = 242+96+16=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F26010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26010 is #0D9FEF. Grayscale: #838383. Windows color (decimal): -892912 or 1073394. OLE color: 1073394.
HSL color Cylindrical-coordinate representation of color #F26010: hue angle of 21.24º 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 #F26010 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.05 |
| HSL | 21.24º | 0.9% | 0.51% | - |
| HSV(B) | 21.24º | 0.93% | 0.95% | - |
| XYZ | 40.89 | 27.28 | 3.6 | - |
| YUV | 130.53 | 63.37 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 16 | 0 | 0.60 | 0.93 | 0.05 | 21.24 | 0.9 | 0.51 |
| Hex | F2 | 60 | 10 | 0 | 3C | 5D | 5 | 15 | 5A | 33 |
| Octal | 362 | 140 | 20 | 0 | 74 | 135 | 5 | 25 | 132 | 63 |
| Binary | 11110010 | 1100000 | 10000 | 0 | 111100 | 1011101 | 101 | 10101 | 1011010 | 110011 |
Color Harmonies of #F26010
Complementary color
Monochromatic Colors of #F26010
Black with #F26010
Text Example
Text Example
White with #F26010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26010; }
p { color: rgb(242,96,16); }
H1.HeaderClassName
{
color: #F26010;
}
.AnyTagClassName
{
color: #F26010;
}
</style>
background-color css
<style>
a { background-color: #F26010; }
a { background-color: rgb(242,96,16); }
div.DivClassName
{
background-color: #F26010;
}
.BgClassName
{
background-color: #F26010;
}
</style>
border-color css
<style>
span { border-color: #F26010; }
span { border-color: rgb(242,96,16); }
td.TdClassName
{
border-color: #F26010;
}
.TagClassName
{
border-color: #F26010;
}
</style>