Shades of Persimmon #F25905
Tints of Persimmon #F25905
RGB
CMYK
RGB Variations
Color information
#F25905 (or 0xF25905) is known color: Persimmon. HEX triplet: F2, 59 and 05. RGB value is (242,89,5). Sum of RGB (Red+Green+Blue) = 242+89+5=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F25905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25905 is #0DA6FA. Grayscale: #7D7D7D. Windows color (decimal): -894715 or 350706. OLE color: 350706.
HSL color Cylindrical-coordinate representation of color #F25905: hue angle of 21.27º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F25905 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.05 |
| HSL | 21.27º | 0.96% | 0.48% | - |
| HSV(B) | 21.27º | 0.98% | 0.95% | - |
| XYZ | 40.22 | 26.03 | 3.05 | - |
| YUV | 125.17 | 60.19 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 5 | 0 | 0.63 | 0.98 | 0.05 | 21.27 | 0.96 | 0.48 |
| Hex | F2 | 59 | 5 | 0 | 3F | 62 | 5 | 15 | 60 | 30 |
| Octal | 362 | 131 | 5 | 0 | 77 | 142 | 5 | 25 | 140 | 60 |
| Binary | 11110010 | 1011001 | 101 | 0 | 111111 | 1100010 | 101 | 10101 | 1100000 | 110000 |
Color Harmonies of #F25905
Complementary color
Monochromatic Colors of #F25905
Black with #F25905
Text Example
Text Example
White with #F25905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25905; }
p { color: rgb(242,89,5); }
H1.HeaderClassName
{
color: #F25905;
}
.AnyTagClassName
{
color: #F25905;
}
</style>
background-color css
<style>
a { background-color: #F25905; }
a { background-color: rgb(242,89,5); }
div.DivClassName
{
background-color: #F25905;
}
.BgClassName
{
background-color: #F25905;
}
</style>
border-color css
<style>
span { border-color: #F25905; }
span { border-color: rgb(242,89,5); }
td.TdClassName
{
border-color: #F25905;
}
.TagClassName
{
border-color: #F25905;
}
</style>