Shades of Persimmon #F45C16
Tints of Persimmon #F45C16
RGB
CMYK
RGB Variations
Color information
#F45C16 (or 0xF45C16) is known color: Persimmon. HEX triplet: F4, 5C and 16. RGB value is (244,92,22). Sum of RGB (Red+Green+Blue) = 244+92+22=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45C16 is #0BA3E9. Grayscale: #818181. Windows color (decimal): -762858 or 1465588. OLE color: 1465588.
HSL color Cylindrical-coordinate representation of color #F45C16: hue angle of 18.92º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F45C16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.04 |
| HSL | 18.92º | 0.91% | 0.52% | - |
| HSV(B) | 18.92º | 0.91% | 0.96% | - |
| XYZ | 41.28 | 26.95 | 3.78 | - |
| YUV | 129.47 | 67.36 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 22 | 0 | 0.62 | 0.91 | 0.04 | 18.92 | 0.91 | 0.52 |
| Hex | F4 | 5C | 16 | 0 | 3E | 5B | 4 | 13 | 5B | 34 |
| Octal | 364 | 134 | 26 | 0 | 76 | 133 | 4 | 23 | 133 | 64 |
| Binary | 11110100 | 1011100 | 10110 | 0 | 111110 | 1011011 | 100 | 10011 | 1011011 | 110100 |
Color Harmonies of #F45C16
Complementary color
Monochromatic Colors of #F45C16
Black with #F45C16
Text Example
Text Example
White with #F45C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C16; }
p { color: rgb(244,92,22); }
H1.HeaderClassName
{
color: #F45C16;
}
.AnyTagClassName
{
color: #F45C16;
}
</style>
background-color css
<style>
a { background-color: #F45C16; }
a { background-color: rgb(244,92,22); }
div.DivClassName
{
background-color: #F45C16;
}
.BgClassName
{
background-color: #F45C16;
}
</style>
border-color css
<style>
span { border-color: #F45C16; }
span { border-color: rgb(244,92,22); }
td.TdClassName
{
border-color: #F45C16;
}
.TagClassName
{
border-color: #F45C16;
}
</style>