Shades of Persimmon #F45814
Tints of Persimmon #F45814
RGB
CMYK
RGB Variations
Color information
#F45814 (or 0xF45814) is known color: Persimmon. HEX triplet: F4, 58 and 14. RGB value is (244,88,20). Sum of RGB (Red+Green+Blue) = 244+88+20=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F45814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45814 is #0BA7EB. Grayscale: #7F7F7F. Windows color (decimal): -763884 or 1333492. OLE color: 1333492.
HSL color Cylindrical-coordinate representation of color #F45814: hue angle of 18.21º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F45814 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.04 |
| HSL | 18.21º | 0.91% | 0.52% | - |
| HSV(B) | 18.21º | 0.92% | 0.96% | - |
| XYZ | 40.92 | 26.26 | 3.57 | - |
| YUV | 126.89 | 67.68 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 20 | 0 | 0.64 | 0.92 | 0.04 | 18.21 | 0.91 | 0.52 |
| Hex | F4 | 58 | 14 | 0 | 40 | 5C | 4 | 12 | 5B | 34 |
| Octal | 364 | 130 | 24 | 0 | 100 | 134 | 4 | 22 | 133 | 64 |
| Binary | 11110100 | 1011000 | 10100 | 0 | 1000000 | 1011100 | 100 | 10010 | 1011011 | 110100 |
Color Harmonies of #F45814
Complementary color
Monochromatic Colors of #F45814
Black with #F45814
Text Example
Text Example
White with #F45814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45814; }
p { color: rgb(244,88,20); }
H1.HeaderClassName
{
color: #F45814;
}
.AnyTagClassName
{
color: #F45814;
}
</style>
background-color css
<style>
a { background-color: #F45814; }
a { background-color: rgb(244,88,20); }
div.DivClassName
{
background-color: #F45814;
}
.BgClassName
{
background-color: #F45814;
}
</style>
border-color css
<style>
span { border-color: #F45814; }
span { border-color: rgb(244,88,20); }
td.TdClassName
{
border-color: #F45814;
}
.TagClassName
{
border-color: #F45814;
}
</style>