Shades of Persimmon #F45718
Tints of Persimmon #F45718
RGB
CMYK
RGB Variations
Color information
#F45718 (or 0xF45718) is known color: Persimmon. HEX triplet: F4, 57 and 18. RGB value is (244,87,24). Sum of RGB (Red+Green+Blue) = 244+87+24=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F45718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45718 is #0BA8E7. Grayscale: #7F7F7F. Windows color (decimal): -764136 or 1595380. OLE color: 1595380.
HSL color Cylindrical-coordinate representation of color #F45718: hue angle of 17.18º 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 #F45718 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 24 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.04 |
| HSL | 17.18º | 0.91% | 0.53% | - |
| HSV(B) | 17.18º | 0.9% | 0.96% | - |
| XYZ | 40.88 | 26.12 | 3.75 | - |
| YUV | 126.76 | 70.01 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 24 | 0 | 0.64 | 0.90 | 0.04 | 17.18 | 0.91 | 0.53 |
| Hex | F4 | 57 | 18 | 0 | 40 | 5A | 4 | 11 | 5B | 35 |
| Octal | 364 | 127 | 30 | 0 | 100 | 132 | 4 | 21 | 133 | 65 |
| Binary | 11110100 | 1010111 | 11000 | 0 | 1000000 | 1011010 | 100 | 10001 | 1011011 | 110101 |
Color Harmonies of #F45718
Complementary color
Monochromatic Colors of #F45718
Black with #F45718
Text Example
Text Example
White with #F45718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45718; }
p { color: rgb(244,87,24); }
H1.HeaderClassName
{
color: #F45718;
}
.AnyTagClassName
{
color: #F45718;
}
</style>
background-color css
<style>
a { background-color: #F45718; }
a { background-color: rgb(244,87,24); }
div.DivClassName
{
background-color: #F45718;
}
.BgClassName
{
background-color: #F45718;
}
</style>
border-color css
<style>
span { border-color: #F45718; }
span { border-color: rgb(244,87,24); }
td.TdClassName
{
border-color: #F45718;
}
.TagClassName
{
border-color: #F45718;
}
</style>