Shades of Persimmon #F26007
Tints of Persimmon #F26007
RGB
CMYK
RGB Variations
Color information
#F26007 (or 0xF26007) is known color: Persimmon. HEX triplet: F2, 60 and 07. RGB value is (242,96,7). Sum of RGB (Red+Green+Blue) = 242+96+7=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F26007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26007 is #0D9FF8. Grayscale: #828282. Windows color (decimal): -892921 or 483570. OLE color: 483570.
HSL color Cylindrical-coordinate representation of color #F26007: hue angle of 22.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F26007 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 7 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.05 |
| HSL | 22.72º | 0.94% | 0.49% | - |
| HSV(B) | 22.72º | 0.97% | 0.95% | - |
| XYZ | 40.84 | 27.26 | 3.31 | - |
| YUV | 129.51 | 58.87 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 7 | 0 | 0.60 | 0.97 | 0.05 | 22.72 | 0.94 | 0.49 |
| Hex | F2 | 60 | 7 | 0 | 3C | 61 | 5 | 17 | 5E | 31 |
| Octal | 362 | 140 | 7 | 0 | 74 | 141 | 5 | 27 | 136 | 61 |
| Binary | 11110010 | 1100000 | 111 | 0 | 111100 | 1100001 | 101 | 10111 | 1011110 | 110001 |
Color Harmonies of #F26007
Complementary color
Monochromatic Colors of #F26007
Black with #F26007
Text Example
Text Example
White with #F26007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26007; }
p { color: rgb(242,96,7); }
H1.HeaderClassName
{
color: #F26007;
}
.AnyTagClassName
{
color: #F26007;
}
</style>
background-color css
<style>
a { background-color: #F26007; }
a { background-color: rgb(242,96,7); }
div.DivClassName
{
background-color: #F26007;
}
.BgClassName
{
background-color: #F26007;
}
</style>
border-color css
<style>
span { border-color: #F26007; }
span { border-color: rgb(242,96,7); }
td.TdClassName
{
border-color: #F26007;
}
.TagClassName
{
border-color: #F26007;
}
</style>