Shades of Persimmon #F25918
Tints of Persimmon #F25918
RGB
CMYK
RGB Variations
Color information
#F25918 (or 0xF25918) is known color: Persimmon. HEX triplet: F2, 59 and 18. RGB value is (242,89,24). Sum of RGB (Red+Green+Blue) = 242+89+24=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F25918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25918 is #0DA6E7. Grayscale: #7F7F7F. Windows color (decimal): -894696 or 1595890. OLE color: 1595890.
HSL color Cylindrical-coordinate representation of color #F25918: hue angle of 17.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F25918 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 24 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.05 |
| HSL | 17.89º | 0.89% | 0.52% | - |
| HSV(B) | 17.89º | 0.9% | 0.95% | - |
| XYZ | 40.36 | 26.09 | 3.77 | - |
| YUV | 127.34 | 69.69 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 24 | 0 | 0.63 | 0.90 | 0.05 | 17.89 | 0.89 | 0.52 |
| Hex | F2 | 59 | 18 | 0 | 3F | 5A | 5 | 12 | 59 | 34 |
| Octal | 362 | 131 | 30 | 0 | 77 | 132 | 5 | 22 | 131 | 64 |
| Binary | 11110010 | 1011001 | 11000 | 0 | 111111 | 1011010 | 101 | 10010 | 1011001 | 110100 |
Color Harmonies of #F25918
Complementary color
Monochromatic Colors of #F25918
Black with #F25918
Text Example
Text Example
White with #F25918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25918; }
p { color: rgb(242,89,24); }
H1.HeaderClassName
{
color: #F25918;
}
.AnyTagClassName
{
color: #F25918;
}
</style>
background-color css
<style>
a { background-color: #F25918; }
a { background-color: rgb(242,89,24); }
div.DivClassName
{
background-color: #F25918;
}
.BgClassName
{
background-color: #F25918;
}
</style>
border-color css
<style>
span { border-color: #F25918; }
span { border-color: rgb(242,89,24); }
td.TdClassName
{
border-color: #F25918;
}
.TagClassName
{
border-color: #F25918;
}
</style>