Shades of Persimmon #F26313
Tints of Persimmon #F26313
RGB
CMYK
RGB Variations
Color information
#F26313 (or 0xF26313) is known color: Persimmon. HEX triplet: F2, 63 and 13. RGB value is (242,99,19). Sum of RGB (Red+Green+Blue) = 242+99+19=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F26313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26313 is #0D9CEC. Grayscale: #858585. Windows color (decimal): -892141 or 1270770. OLE color: 1270770.
HSL color Cylindrical-coordinate representation of color #F26313: hue angle of 21.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F26313 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 19 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.05 |
| HSL | 21.52º | 0.9% | 0.51% | - |
| HSV(B) | 21.52º | 0.92% | 0.95% | - |
| XYZ | 41.2 | 27.85 | 3.82 | - |
| YUV | 132.64 | 63.88 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 19 | 0 | 0.59 | 0.92 | 0.05 | 21.52 | 0.9 | 0.51 |
| Hex | F2 | 63 | 13 | 0 | 3B | 5C | 5 | 16 | 5A | 33 |
| Octal | 362 | 143 | 23 | 0 | 73 | 134 | 5 | 26 | 132 | 63 |
| Binary | 11110010 | 1100011 | 10011 | 0 | 111011 | 1011100 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F26313
Complementary color
Monochromatic Colors of #F26313
Black with #F26313
Text Example
Text Example
White with #F26313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26313; }
p { color: rgb(242,99,19); }
H1.HeaderClassName
{
color: #F26313;
}
.AnyTagClassName
{
color: #F26313;
}
</style>
background-color css
<style>
a { background-color: #F26313; }
a { background-color: rgb(242,99,19); }
div.DivClassName
{
background-color: #F26313;
}
.BgClassName
{
background-color: #F26313;
}
</style>
border-color css
<style>
span { border-color: #F26313; }
span { border-color: rgb(242,99,19); }
td.TdClassName
{
border-color: #F26313;
}
.TagClassName
{
border-color: #F26313;
}
</style>