Shades of Persimmon #F25813
Tints of Persimmon #F25813
RGB
CMYK
RGB Variations
Color information
#F25813 (or 0xF25813) is known color: Persimmon. HEX triplet: F2, 58 and 13. RGB value is (242,88,19). Sum of RGB (Red+Green+Blue) = 242+88+19=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F25813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25813 is #0DA7EC. Grayscale: #7E7E7E. Windows color (decimal): -894957 or 1267954. OLE color: 1267954.
HSL color Cylindrical-coordinate representation of color #F25813: hue angle of 18.57º 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 #F25813 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 19 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.05 |
| HSL | 18.57º | 0.9% | 0.51% | - |
| HSV(B) | 18.57º | 0.92% | 0.95% | - |
| XYZ | 40.23 | 25.9 | 3.5 | - |
| YUV | 126.18 | 67.52 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 19 | 0 | 0.64 | 0.92 | 0.05 | 18.57 | 0.9 | 0.51 |
| Hex | F2 | 58 | 13 | 0 | 40 | 5C | 5 | 13 | 5A | 33 |
| Octal | 362 | 130 | 23 | 0 | 100 | 134 | 5 | 23 | 132 | 63 |
| Binary | 11110010 | 1011000 | 10011 | 0 | 1000000 | 1011100 | 101 | 10011 | 1011010 | 110011 |
Color Harmonies of #F25813
Complementary color
Monochromatic Colors of #F25813
Black with #F25813
Text Example
Text Example
White with #F25813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25813; }
p { color: rgb(242,88,19); }
H1.HeaderClassName
{
color: #F25813;
}
.AnyTagClassName
{
color: #F25813;
}
</style>
background-color css
<style>
a { background-color: #F25813; }
a { background-color: rgb(242,88,19); }
div.DivClassName
{
background-color: #F25813;
}
.BgClassName
{
background-color: #F25813;
}
</style>
border-color css
<style>
span { border-color: #F25813; }
span { border-color: rgb(242,88,19); }
td.TdClassName
{
border-color: #F25813;
}
.TagClassName
{
border-color: #F25813;
}
</style>