Shades of Persimmon #F05919
Tints of Persimmon #F05919
RGB
CMYK
RGB Variations
Color information
#F05919 (or 0xF05919) is known color: Persimmon. HEX triplet: F0, 59 and 19. RGB value is (240,89,25). Sum of RGB (Red+Green+Blue) = 240+89+25=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F05919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05919 is #0FA6E6. Grayscale: #7F7F7F. Windows color (decimal): -1025767 or 1661424. OLE color: 1661424.
HSL color Cylindrical-coordinate representation of color #F05919: hue angle of 17.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F05919 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 25 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.06 |
| HSL | 17.86º | 0.88% | 0.52% | - |
| HSV(B) | 17.86º | 0.9% | 0.94% | - |
| XYZ | 39.68 | 25.74 | 3.8 | - |
| YUV | 126.85 | 70.53 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 25 | 0 | 0.63 | 0.90 | 0.06 | 17.86 | 0.88 | 0.52 |
| Hex | F0 | 59 | 19 | 0 | 3F | 5A | 6 | 12 | 58 | 34 |
| Octal | 360 | 131 | 31 | 0 | 77 | 132 | 6 | 22 | 130 | 64 |
| Binary | 11110000 | 1011001 | 11001 | 0 | 111111 | 1011010 | 110 | 10010 | 1011000 | 110100 |
Color Harmonies of #F05919
Complementary color
Monochromatic Colors of #F05919
Black with #F05919
Text Example
Text Example
White with #F05919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05919; }
p { color: rgb(240,89,25); }
H1.HeaderClassName
{
color: #F05919;
}
.AnyTagClassName
{
color: #F05919;
}
</style>
background-color css
<style>
a { background-color: #F05919; }
a { background-color: rgb(240,89,25); }
div.DivClassName
{
background-color: #F05919;
}
.BgClassName
{
background-color: #F05919;
}
</style>
border-color css
<style>
span { border-color: #F05919; }
span { border-color: rgb(240,89,25); }
td.TdClassName
{
border-color: #F05919;
}
.TagClassName
{
border-color: #F05919;
}
</style>