Shades of Persimmon #F45E12
Tints of Persimmon #F45E12
RGB
CMYK
RGB Variations
Color information
#F45E12 (or 0xF45E12) is known color: Persimmon. HEX triplet: F4, 5E and 12. RGB value is (244,94,18). Sum of RGB (Red+Green+Blue) = 244+94+18=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45E12 is #0BA1ED. Grayscale: #828282. Windows color (decimal): -762350 or 1203956. OLE color: 1203956.
HSL color Cylindrical-coordinate representation of color #F45E12: hue angle of 20.18º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F45E12 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 18 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.04 |
| HSL | 20.18º | 0.91% | 0.51% | - |
| HSV(B) | 20.18º | 0.93% | 0.96% | - |
| XYZ | 41.42 | 27.28 | 3.66 | - |
| YUV | 130.19 | 64.7 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 18 | 0 | 0.61 | 0.93 | 0.04 | 20.18 | 0.91 | 0.51 |
| Hex | F4 | 5E | 12 | 0 | 3D | 5D | 4 | 14 | 5B | 33 |
| Octal | 364 | 136 | 22 | 0 | 75 | 135 | 4 | 24 | 133 | 63 |
| Binary | 11110100 | 1011110 | 10010 | 0 | 111101 | 1011101 | 100 | 10100 | 1011011 | 110011 |
Color Harmonies of #F45E12
Complementary color
Monochromatic Colors of #F45E12
Black with #F45E12
Text Example
Text Example
White with #F45E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45E12; }
p { color: rgb(244,94,18); }
H1.HeaderClassName
{
color: #F45E12;
}
.AnyTagClassName
{
color: #F45E12;
}
</style>
background-color css
<style>
a { background-color: #F45E12; }
a { background-color: rgb(244,94,18); }
div.DivClassName
{
background-color: #F45E12;
}
.BgClassName
{
background-color: #F45E12;
}
</style>
border-color css
<style>
span { border-color: #F45E12; }
span { border-color: rgb(244,94,18); }
td.TdClassName
{
border-color: #F45E12;
}
.TagClassName
{
border-color: #F45E12;
}
</style>