Shades of Persimmon #F45F0E
Tints of Persimmon #F45F0E
RGB
CMYK
RGB Variations
Color information
#F45F0E (or 0xF45F0E) is known color: Persimmon. HEX triplet: F4, 5F and 0E. RGB value is (244,95,14). Sum of RGB (Red+Green+Blue) = 244+95+14=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45F0E is #0BA0F1. Grayscale: #828282. Windows color (decimal): -762098 or 942068. OLE color: 942068.
HSL color Cylindrical-coordinate representation of color #F45F0E: hue angle of 21.13º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F45F0E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.04 |
| HSL | 21.13º | 0.91% | 0.51% | - |
| HSV(B) | 21.13º | 0.94% | 0.96% | - |
| XYZ | 41.48 | 27.45 | 3.53 | - |
| YUV | 130.32 | 62.36 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 14 | 0 | 0.61 | 0.94 | 0.04 | 21.13 | 0.91 | 0.51 |
| Hex | F4 | 5F | E | 0 | 3D | 5E | 4 | 15 | 5B | 33 |
| Octal | 364 | 137 | 16 | 0 | 75 | 136 | 4 | 25 | 133 | 63 |
| Binary | 11110100 | 1011111 | 1110 | 0 | 111101 | 1011110 | 100 | 10101 | 1011011 | 110011 |
Color Harmonies of #F45F0E
Complementary color
Monochromatic Colors of #F45F0E
Black with #F45F0E
Text Example
Text Example
White with #F45F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45F0E; }
p { color: rgb(244,95,14); }
H1.HeaderClassName
{
color: #F45F0E;
}
.AnyTagClassName
{
color: #F45F0E;
}
</style>
background-color css
<style>
a { background-color: #F45F0E; }
a { background-color: rgb(244,95,14); }
div.DivClassName
{
background-color: #F45F0E;
}
.BgClassName
{
background-color: #F45F0E;
}
</style>
border-color css
<style>
span { border-color: #F45F0E; }
span { border-color: rgb(244,95,14); }
td.TdClassName
{
border-color: #F45F0E;
}
.TagClassName
{
border-color: #F45F0E;
}
</style>