Shades of Persimmon #F05719
Tints of Persimmon #F05719
RGB
CMYK
RGB Variations
Color information
#F05719 (or 0xF05719) is known color: Persimmon. HEX triplet: F0, 57 and 19. RGB value is (240,87,25). Sum of RGB (Red+Green+Blue) = 240+87+25=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F05719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05719 is #0FA8E6. Grayscale: #7E7E7E. Windows color (decimal): -1026279 or 1660912. OLE color: 1660912.
HSL color Cylindrical-coordinate representation of color #F05719: hue angle of 17.3º 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 #F05719 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 25 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.06 |
| HSL | 17.3º | 0.88% | 0.52% | - |
| HSV(B) | 17.3º | 0.9% | 0.94% | - |
| XYZ | 39.52 | 25.41 | 3.74 | - |
| YUV | 125.68 | 71.19 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 25 | 0 | 0.64 | 0.90 | 0.06 | 17.3 | 0.88 | 0.52 |
| Hex | F0 | 57 | 19 | 0 | 40 | 5A | 6 | 11 | 58 | 34 |
| Octal | 360 | 127 | 31 | 0 | 100 | 132 | 6 | 21 | 130 | 64 |
| Binary | 11110000 | 1010111 | 11001 | 0 | 1000000 | 1011010 | 110 | 10001 | 1011000 | 110100 |
Color Harmonies of #F05719
Complementary color
Monochromatic Colors of #F05719
Black with #F05719
Text Example
Text Example
White with #F05719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05719; }
p { color: rgb(240,87,25); }
H1.HeaderClassName
{
color: #F05719;
}
.AnyTagClassName
{
color: #F05719;
}
</style>
background-color css
<style>
a { background-color: #F05719; }
a { background-color: rgb(240,87,25); }
div.DivClassName
{
background-color: #F05719;
}
.BgClassName
{
background-color: #F05719;
}
</style>
border-color css
<style>
span { border-color: #F05719; }
span { border-color: rgb(240,87,25); }
td.TdClassName
{
border-color: #F05719;
}
.TagClassName
{
border-color: #F05719;
}
</style>