Shades of Persimmon #F25913
Tints of Persimmon #F25913
RGB
CMYK
RGB Variations
Color information
#F25913 (or 0xF25913) is known color: Persimmon. HEX triplet: F2, 59 and 13. RGB value is (242,89,19). Sum of RGB (Red+Green+Blue) = 242+89+19=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F25913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25913 is #0DA6EC. Grayscale: #7F7F7F. Windows color (decimal): -894701 or 1268210. OLE color: 1268210.
HSL color Cylindrical-coordinate representation of color #F25913: hue angle of 18.83º 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 #F25913 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 19 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.05 |
| HSL | 18.83º | 0.9% | 0.51% | - |
| HSV(B) | 18.83º | 0.92% | 0.95% | - |
| XYZ | 40.31 | 26.07 | 3.52 | - |
| YUV | 126.77 | 67.19 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 19 | 0 | 0.63 | 0.92 | 0.05 | 18.83 | 0.9 | 0.51 |
| Hex | F2 | 59 | 13 | 0 | 3F | 5C | 5 | 13 | 5A | 33 |
| Octal | 362 | 131 | 23 | 0 | 77 | 134 | 5 | 23 | 132 | 63 |
| Binary | 11110010 | 1011001 | 10011 | 0 | 111111 | 1011100 | 101 | 10011 | 1011010 | 110011 |
Color Harmonies of #F25913
Complementary color
Monochromatic Colors of #F25913
Black with #F25913
Text Example
Text Example
White with #F25913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25913; }
p { color: rgb(242,89,19); }
H1.HeaderClassName
{
color: #F25913;
}
.AnyTagClassName
{
color: #F25913;
}
</style>
background-color css
<style>
a { background-color: #F25913; }
a { background-color: rgb(242,89,19); }
div.DivClassName
{
background-color: #F25913;
}
.BgClassName
{
background-color: #F25913;
}
</style>
border-color css
<style>
span { border-color: #F25913; }
span { border-color: rgb(242,89,19); }
td.TdClassName
{
border-color: #F25913;
}
.TagClassName
{
border-color: #F25913;
}
</style>