Shades of Persimmon #F45918
Tints of Persimmon #F45918
RGB
CMYK
RGB Variations
Color information
#F45918 (or 0xF45918) is known color: Persimmon. HEX triplet: F4, 59 and 18. RGB value is (244,89,24). Sum of RGB (Red+Green+Blue) = 244+89+24=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F45918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45918 is #0BA6E7. Grayscale: #808080. Windows color (decimal): -763624 or 1595892. OLE color: 1595892.
HSL color Cylindrical-coordinate representation of color #F45918: hue angle of 17.73º 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 #F45918 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 24 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.04 |
| HSL | 17.73º | 0.91% | 0.53% | - |
| HSV(B) | 17.73º | 0.9% | 0.96% | - |
| XYZ | 41.05 | 26.44 | 3.8 | - |
| YUV | 127.94 | 69.35 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 24 | 0 | 0.64 | 0.90 | 0.04 | 17.73 | 0.91 | 0.53 |
| Hex | F4 | 59 | 18 | 0 | 40 | 5A | 4 | 12 | 5B | 35 |
| Octal | 364 | 131 | 30 | 0 | 100 | 132 | 4 | 22 | 133 | 65 |
| Binary | 11110100 | 1011001 | 11000 | 0 | 1000000 | 1011010 | 100 | 10010 | 1011011 | 110101 |
Color Harmonies of #F45918
Complementary color
Monochromatic Colors of #F45918
Black with #F45918
Text Example
Text Example
White with #F45918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45918; }
p { color: rgb(244,89,24); }
H1.HeaderClassName
{
color: #F45918;
}
.AnyTagClassName
{
color: #F45918;
}
</style>
background-color css
<style>
a { background-color: #F45918; }
a { background-color: rgb(244,89,24); }
div.DivClassName
{
background-color: #F45918;
}
.BgClassName
{
background-color: #F45918;
}
</style>
border-color css
<style>
span { border-color: #F45918; }
span { border-color: rgb(244,89,24); }
td.TdClassName
{
border-color: #F45918;
}
.TagClassName
{
border-color: #F45918;
}
</style>