Shades of Persimmon #F25811
Tints of Persimmon #F25811
RGB
CMYK
RGB Variations
Color information
#F25811 (or 0xF25811) is known color: Persimmon. HEX triplet: F2, 58 and 11. RGB value is (242,88,17). Sum of RGB (Red+Green+Blue) = 242+88+17=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F25811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25811 is #0DA7EE. Grayscale: #7E7E7E. Windows color (decimal): -894959 or 1136882. OLE color: 1136882.
HSL color Cylindrical-coordinate representation of color #F25811: hue angle of 18.93º 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 #F25811 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 17 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.05 |
| HSL | 18.93º | 0.9% | 0.51% | - |
| HSV(B) | 18.93º | 0.93% | 0.95% | - |
| XYZ | 40.21 | 25.9 | 3.41 | - |
| YUV | 125.95 | 66.52 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 17 | 0 | 0.64 | 0.93 | 0.05 | 18.93 | 0.9 | 0.51 |
| Hex | F2 | 58 | 11 | 0 | 40 | 5D | 5 | 13 | 5A | 33 |
| Octal | 362 | 130 | 21 | 0 | 100 | 135 | 5 | 23 | 132 | 63 |
| Binary | 11110010 | 1011000 | 10001 | 0 | 1000000 | 1011101 | 101 | 10011 | 1011010 | 110011 |
Color Harmonies of #F25811
Complementary color
Monochromatic Colors of #F25811
Black with #F25811
Text Example
Text Example
White with #F25811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25811; }
p { color: rgb(242,88,17); }
H1.HeaderClassName
{
color: #F25811;
}
.AnyTagClassName
{
color: #F25811;
}
</style>
background-color css
<style>
a { background-color: #F25811; }
a { background-color: rgb(242,88,17); }
div.DivClassName
{
background-color: #F25811;
}
.BgClassName
{
background-color: #F25811;
}
</style>
border-color css
<style>
span { border-color: #F25811; }
span { border-color: rgb(242,88,17); }
td.TdClassName
{
border-color: #F25811;
}
.TagClassName
{
border-color: #F25811;
}
</style>