Shades of Persimmon #F45D16
Tints of Persimmon #F45D16
RGB
CMYK
RGB Variations
Color information
#F45D16 (or 0xF45D16) is known color: Persimmon. HEX triplet: F4, 5D and 16. RGB value is (244,93,22). Sum of RGB (Red+Green+Blue) = 244+93+22=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D16 is #0BA2E9. Grayscale: #828282. Windows color (decimal): -762602 or 1465844. OLE color: 1465844.
HSL color Cylindrical-coordinate representation of color #F45D16: hue angle of 19.19º 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 #F45D16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.04 |
| HSL | 19.19º | 0.91% | 0.52% | - |
| HSV(B) | 19.19º | 0.91% | 0.96% | - |
| XYZ | 41.37 | 27.12 | 3.81 | - |
| YUV | 130.06 | 67.03 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 22 | 0 | 0.62 | 0.91 | 0.04 | 19.19 | 0.91 | 0.52 |
| Hex | F4 | 5D | 16 | 0 | 3E | 5B | 4 | 13 | 5B | 34 |
| Octal | 364 | 135 | 26 | 0 | 76 | 133 | 4 | 23 | 133 | 64 |
| Binary | 11110100 | 1011101 | 10110 | 0 | 111110 | 1011011 | 100 | 10011 | 1011011 | 110100 |
Color Harmonies of #F45D16
Complementary color
Monochromatic Colors of #F45D16
Black with #F45D16
Text Example
Text Example
White with #F45D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D16; }
p { color: rgb(244,93,22); }
H1.HeaderClassName
{
color: #F45D16;
}
.AnyTagClassName
{
color: #F45D16;
}
</style>
background-color css
<style>
a { background-color: #F45D16; }
a { background-color: rgb(244,93,22); }
div.DivClassName
{
background-color: #F45D16;
}
.BgClassName
{
background-color: #F45D16;
}
</style>
border-color css
<style>
span { border-color: #F45D16; }
span { border-color: rgb(244,93,22); }
td.TdClassName
{
border-color: #F45D16;
}
.TagClassName
{
border-color: #F45D16;
}
</style>