Shades of Persimmon #F05904
Tints of Persimmon #F05904
RGB
CMYK
RGB Variations
Color information
#F05904 (or 0xF05904) is known color: Persimmon. HEX triplet: F0, 59 and 04. RGB value is (240,89,4). Sum of RGB (Red+Green+Blue) = 240+89+4=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F05904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05904 is #0FA6FB. Grayscale: #7C7C7C. Windows color (decimal): -1025788 or 285168. OLE color: 285168.
HSL color Cylindrical-coordinate representation of color #F05904: hue angle of 21.61º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F05904 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.06 |
| HSL | 21.61º | 0.97% | 0.48% | - |
| HSV(B) | 21.61º | 0.98% | 0.94% | - |
| XYZ | 39.53 | 25.68 | 2.99 | - |
| YUV | 124.46 | 60.03 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 4 | 0 | 0.63 | 0.98 | 0.06 | 21.61 | 0.97 | 0.48 |
| Hex | F0 | 59 | 4 | 0 | 3F | 62 | 6 | 16 | 61 | 30 |
| Octal | 360 | 131 | 4 | 0 | 77 | 142 | 6 | 26 | 141 | 60 |
| Binary | 11110000 | 1011001 | 100 | 0 | 111111 | 1100010 | 110 | 10110 | 1100001 | 110000 |
Color Harmonies of #F05904
Complementary color
Monochromatic Colors of #F05904
Black with #F05904
Text Example
Text Example
White with #F05904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05904; }
p { color: rgb(240,89,4); }
H1.HeaderClassName
{
color: #F05904;
}
.AnyTagClassName
{
color: #F05904;
}
</style>
background-color css
<style>
a { background-color: #F05904; }
a { background-color: rgb(240,89,4); }
div.DivClassName
{
background-color: #F05904;
}
.BgClassName
{
background-color: #F05904;
}
</style>
border-color css
<style>
span { border-color: #F05904; }
span { border-color: rgb(240,89,4); }
td.TdClassName
{
border-color: #F05904;
}
.TagClassName
{
border-color: #F05904;
}
</style>