Shades of Persimmon #F45E14
Tints of Persimmon #F45E14
RGB
CMYK
RGB Variations
Color information
#F45E14 (or 0xF45E14) is known color: Persimmon. HEX triplet: F4, 5E and 14. RGB value is (244,94,20). Sum of RGB (Red+Green+Blue) = 244+94+20=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45E14 is #0BA1EB. Grayscale: #828282. Windows color (decimal): -762348 or 1335028. OLE color: 1335028.
HSL color Cylindrical-coordinate representation of color #F45E14: hue angle of 19.82º 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 #F45E14 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 20 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.04 |
| HSL | 19.82º | 0.91% | 0.52% | - |
| HSV(B) | 19.82º | 0.92% | 0.96% | - |
| XYZ | 41.44 | 27.29 | 3.75 | - |
| YUV | 130.41 | 65.7 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 20 | 0 | 0.61 | 0.92 | 0.04 | 19.82 | 0.91 | 0.52 |
| Hex | F4 | 5E | 14 | 0 | 3D | 5C | 4 | 14 | 5B | 34 |
| Octal | 364 | 136 | 24 | 0 | 75 | 134 | 4 | 24 | 133 | 64 |
| Binary | 11110100 | 1011110 | 10100 | 0 | 111101 | 1011100 | 100 | 10100 | 1011011 | 110100 |
Color Harmonies of #F45E14
Complementary color
Monochromatic Colors of #F45E14
Black with #F45E14
Text Example
Text Example
White with #F45E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45E14; }
p { color: rgb(244,94,20); }
H1.HeaderClassName
{
color: #F45E14;
}
.AnyTagClassName
{
color: #F45E14;
}
</style>
background-color css
<style>
a { background-color: #F45E14; }
a { background-color: rgb(244,94,20); }
div.DivClassName
{
background-color: #F45E14;
}
.BgClassName
{
background-color: #F45E14;
}
</style>
border-color css
<style>
span { border-color: #F45E14; }
span { border-color: rgb(244,94,20); }
td.TdClassName
{
border-color: #F45E14;
}
.TagClassName
{
border-color: #F45E14;
}
</style>