Shades of Persimmon #F26310
Tints of Persimmon #F26310
RGB
CMYK
RGB Variations
Color information
#F26310 (or 0xF26310) is known color: Persimmon. HEX triplet: F2, 63 and 10. RGB value is (242,99,16). Sum of RGB (Red+Green+Blue) = 242+99+16=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F26310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26310 is #0D9CEF. Grayscale: #848484. Windows color (decimal): -892144 or 1074162. OLE color: 1074162.
HSL color Cylindrical-coordinate representation of color #F26310: hue angle of 22.04º 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 #F26310 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 16 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.05 |
| HSL | 22.04º | 0.9% | 0.51% | - |
| HSV(B) | 22.04º | 0.93% | 0.95% | - |
| XYZ | 41.17 | 27.84 | 3.69 | - |
| YUV | 132.3 | 62.38 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 16 | 0 | 0.59 | 0.93 | 0.05 | 22.04 | 0.9 | 0.51 |
| Hex | F2 | 63 | 10 | 0 | 3B | 5D | 5 | 16 | 5A | 33 |
| Octal | 362 | 143 | 20 | 0 | 73 | 135 | 5 | 26 | 132 | 63 |
| Binary | 11110010 | 1100011 | 10000 | 0 | 111011 | 1011101 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F26310
Complementary color
Monochromatic Colors of #F26310
Black with #F26310
Text Example
Text Example
White with #F26310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26310; }
p { color: rgb(242,99,16); }
H1.HeaderClassName
{
color: #F26310;
}
.AnyTagClassName
{
color: #F26310;
}
</style>
background-color css
<style>
a { background-color: #F26310; }
a { background-color: rgb(242,99,16); }
div.DivClassName
{
background-color: #F26310;
}
.BgClassName
{
background-color: #F26310;
}
</style>
border-color css
<style>
span { border-color: #F26310; }
span { border-color: rgb(242,99,16); }
td.TdClassName
{
border-color: #F26310;
}
.TagClassName
{
border-color: #F26310;
}
</style>