Shades of Persimmon #F45904
Tints of Persimmon #F45904
RGB
CMYK
RGB Variations
Color information
#F45904 (or 0xF45904) is known color: Persimmon. HEX triplet: F4, 59 and 04. RGB value is (244,89,4). Sum of RGB (Red+Green+Blue) = 244+89+4=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F45904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45904 is #0BA6FB. Grayscale: #7E7E7E. Windows color (decimal): -763644 or 285172. OLE color: 285172.
HSL color Cylindrical-coordinate representation of color #F45904: hue angle of 21.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F45904 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.04 |
| HSL | 21.25º | 0.97% | 0.49% | - |
| HSV(B) | 21.25º | 0.98% | 0.96% | - |
| XYZ | 40.9 | 26.39 | 3.05 | - |
| YUV | 125.66 | 59.35 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 4 | 0 | 0.64 | 0.98 | 0.04 | 21.25 | 0.97 | 0.49 |
| Hex | F4 | 59 | 4 | 0 | 40 | 62 | 4 | 15 | 61 | 31 |
| Octal | 364 | 131 | 4 | 0 | 100 | 142 | 4 | 25 | 141 | 61 |
| Binary | 11110100 | 1011001 | 100 | 0 | 1000000 | 1100010 | 100 | 10101 | 1100001 | 110001 |
Color Harmonies of #F45904
Complementary color
Monochromatic Colors of #F45904
Black with #F45904
Text Example
Text Example
White with #F45904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45904; }
p { color: rgb(244,89,4); }
H1.HeaderClassName
{
color: #F45904;
}
.AnyTagClassName
{
color: #F45904;
}
</style>
background-color css
<style>
a { background-color: #F45904; }
a { background-color: rgb(244,89,4); }
div.DivClassName
{
background-color: #F45904;
}
.BgClassName
{
background-color: #F45904;
}
</style>
border-color css
<style>
span { border-color: #F45904; }
span { border-color: rgb(244,89,4); }
td.TdClassName
{
border-color: #F45904;
}
.TagClassName
{
border-color: #F45904;
}
</style>