Shades of Persimmon #F45719
Tints of Persimmon #F45719
RGB
CMYK
RGB Variations
Color information
#F45719 (or 0xF45719) is known color: Persimmon. HEX triplet: F4, 57 and 19. RGB value is (244,87,25). Sum of RGB (Red+Green+Blue) = 244+87+25=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F45719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45719 is #0BA8E6. Grayscale: #7F7F7F. Windows color (decimal): -764135 or 1660916. OLE color: 1660916.
HSL color Cylindrical-coordinate representation of color #F45719: hue angle of 16.99º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F45719 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 25 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.04 |
| HSL | 16.99º | 0.91% | 0.53% | - |
| HSV(B) | 16.99º | 0.9% | 0.96% | - |
| XYZ | 40.89 | 26.12 | 3.81 | - |
| YUV | 126.88 | 70.51 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 25 | 0 | 0.64 | 0.90 | 0.04 | 16.99 | 0.91 | 0.53 |
| Hex | F4 | 57 | 19 | 0 | 40 | 5A | 4 | 11 | 5B | 35 |
| Octal | 364 | 127 | 31 | 0 | 100 | 132 | 4 | 21 | 133 | 65 |
| Binary | 11110100 | 1010111 | 11001 | 0 | 1000000 | 1011010 | 100 | 10001 | 1011011 | 110101 |
Color Harmonies of #F45719
Complementary color
Monochromatic Colors of #F45719
Black with #F45719
Text Example
Text Example
White with #F45719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45719; }
p { color: rgb(244,87,25); }
H1.HeaderClassName
{
color: #F45719;
}
.AnyTagClassName
{
color: #F45719;
}
</style>
background-color css
<style>
a { background-color: #F45719; }
a { background-color: rgb(244,87,25); }
div.DivClassName
{
background-color: #F45719;
}
.BgClassName
{
background-color: #F45719;
}
</style>
border-color css
<style>
span { border-color: #F45719; }
span { border-color: rgb(244,87,25); }
td.TdClassName
{
border-color: #F45719;
}
.TagClassName
{
border-color: #F45719;
}
</style>