Shades of Persimmon #F45D14
Tints of Persimmon #F45D14
RGB
CMYK
RGB Variations
Color information
#F45D14 (or 0xF45D14) is known color: Persimmon. HEX triplet: F4, 5D and 14. RGB value is (244,93,20). Sum of RGB (Red+Green+Blue) = 244+93+20=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D14 is #0BA2EB. Grayscale: #828282. Windows color (decimal): -762604 or 1334772. OLE color: 1334772.
HSL color Cylindrical-coordinate representation of color #F45D14: hue angle of 19.55º 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 #F45D14 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 20 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.04 |
| HSL | 19.55º | 0.91% | 0.52% | - |
| HSV(B) | 19.55º | 0.92% | 0.96% | - |
| XYZ | 41.35 | 27.11 | 3.72 | - |
| YUV | 129.83 | 66.03 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 20 | 0 | 0.62 | 0.92 | 0.04 | 19.55 | 0.91 | 0.52 |
| Hex | F4 | 5D | 14 | 0 | 3E | 5C | 4 | 14 | 5B | 34 |
| Octal | 364 | 135 | 24 | 0 | 76 | 134 | 4 | 24 | 133 | 64 |
| Binary | 11110100 | 1011101 | 10100 | 0 | 111110 | 1011100 | 100 | 10100 | 1011011 | 110100 |
Color Harmonies of #F45D14
Complementary color
Monochromatic Colors of #F45D14
Black with #F45D14
Text Example
Text Example
White with #F45D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D14; }
p { color: rgb(244,93,20); }
H1.HeaderClassName
{
color: #F45D14;
}
.AnyTagClassName
{
color: #F45D14;
}
</style>
background-color css
<style>
a { background-color: #F45D14; }
a { background-color: rgb(244,93,20); }
div.DivClassName
{
background-color: #F45D14;
}
.BgClassName
{
background-color: #F45D14;
}
</style>
border-color css
<style>
span { border-color: #F45D14; }
span { border-color: rgb(244,93,20); }
td.TdClassName
{
border-color: #F45D14;
}
.TagClassName
{
border-color: #F45D14;
}
</style>