Shades of Persimmon #F15904
Tints of Persimmon #F15904
RGB
CMYK
RGB Variations
Color information
#F15904 (or 0xF15904) is known color: Persimmon. HEX triplet: F1, 59 and 04. RGB value is (241,89,4). Sum of RGB (Red+Green+Blue) = 241+89+4=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F15904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15904 is #0EA6FB. Grayscale: #7D7D7D. Windows color (decimal): -960252 or 285169. OLE color: 285169.
HSL color Cylindrical-coordinate representation of color #F15904: hue angle of 21.52º degrees, saturation: 0.97, 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 #F15904 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.05 |
| HSL | 21.52º | 0.97% | 0.48% | - |
| HSV(B) | 21.52º | 0.98% | 0.95% | - |
| XYZ | 39.87 | 25.85 | 3 | - |
| YUV | 124.76 | 59.86 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 4 | 0 | 0.63 | 0.98 | 0.05 | 21.52 | 0.97 | 0.48 |
| Hex | F1 | 59 | 4 | 0 | 3F | 62 | 5 | 16 | 61 | 30 |
| Octal | 361 | 131 | 4 | 0 | 77 | 142 | 5 | 26 | 141 | 60 |
| Binary | 11110001 | 1011001 | 100 | 0 | 111111 | 1100010 | 101 | 10110 | 1100001 | 110000 |
Color Harmonies of #F15904
Complementary color
Monochromatic Colors of #F15904
Black with #F15904
Text Example
Text Example
White with #F15904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15904; }
p { color: rgb(241,89,4); }
H1.HeaderClassName
{
color: #F15904;
}
.AnyTagClassName
{
color: #F15904;
}
</style>
background-color css
<style>
a { background-color: #F15904; }
a { background-color: rgb(241,89,4); }
div.DivClassName
{
background-color: #F15904;
}
.BgClassName
{
background-color: #F15904;
}
</style>
border-color css
<style>
span { border-color: #F15904; }
span { border-color: rgb(241,89,4); }
td.TdClassName
{
border-color: #F15904;
}
.TagClassName
{
border-color: #F15904;
}
</style>