Shades of Persimmon #F45C13
Tints of Persimmon #F45C13
RGB
CMYK
RGB Variations
Color information
#F45C13 (or 0xF45C13) is known color: Persimmon. HEX triplet: F4, 5C and 13. RGB value is (244,92,19). Sum of RGB (Red+Green+Blue) = 244+92+19=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45C13 is #0BA3EC. Grayscale: #818181. Windows color (decimal): -762861 or 1268980. OLE color: 1268980.
HSL color Cylindrical-coordinate representation of color #F45C13: hue angle of 19.47º 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 #F45C13 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 19 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.04 |
| HSL | 19.47º | 0.91% | 0.52% | - |
| HSV(B) | 19.47º | 0.92% | 0.96% | - |
| XYZ | 41.25 | 26.93 | 3.64 | - |
| YUV | 129.13 | 65.86 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 19 | 0 | 0.62 | 0.92 | 0.04 | 19.47 | 0.91 | 0.52 |
| Hex | F4 | 5C | 13 | 0 | 3E | 5C | 4 | 13 | 5B | 34 |
| Octal | 364 | 134 | 23 | 0 | 76 | 134 | 4 | 23 | 133 | 64 |
| Binary | 11110100 | 1011100 | 10011 | 0 | 111110 | 1011100 | 100 | 10011 | 1011011 | 110100 |
Color Harmonies of #F45C13
Complementary color
Monochromatic Colors of #F45C13
Black with #F45C13
Text Example
Text Example
White with #F45C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C13; }
p { color: rgb(244,92,19); }
H1.HeaderClassName
{
color: #F45C13;
}
.AnyTagClassName
{
color: #F45C13;
}
</style>
background-color css
<style>
a { background-color: #F45C13; }
a { background-color: rgb(244,92,19); }
div.DivClassName
{
background-color: #F45C13;
}
.BgClassName
{
background-color: #F45C13;
}
</style>
border-color css
<style>
span { border-color: #F45C13; }
span { border-color: rgb(244,92,19); }
td.TdClassName
{
border-color: #F45C13;
}
.TagClassName
{
border-color: #F45C13;
}
</style>