Shades of Persimmon #F45712
Tints of Persimmon #F45712
RGB
CMYK
RGB Variations
Color information
#F45712 (or 0xF45712) is known color: Persimmon. HEX triplet: F4, 57 and 12. RGB value is (244,87,18). Sum of RGB (Red+Green+Blue) = 244+87+18=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F45712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45712 is #0BA8ED. Grayscale: #7E7E7E. Windows color (decimal): -764142 or 1202164. OLE color: 1202164.
HSL color Cylindrical-coordinate representation of color #F45712: hue angle of 18.32º 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 #F45712 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 18 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.04 |
| HSL | 18.32º | 0.91% | 0.51% | - |
| HSV(B) | 18.32º | 0.93% | 0.96% | - |
| XYZ | 40.83 | 26.09 | 3.46 | - |
| YUV | 126.08 | 67.01 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 18 | 0 | 0.64 | 0.93 | 0.04 | 18.32 | 0.91 | 0.51 |
| Hex | F4 | 57 | 12 | 0 | 40 | 5D | 4 | 12 | 5B | 33 |
| Octal | 364 | 127 | 22 | 0 | 100 | 135 | 4 | 22 | 133 | 63 |
| Binary | 11110100 | 1010111 | 10010 | 0 | 1000000 | 1011101 | 100 | 10010 | 1011011 | 110011 |
Color Harmonies of #F45712
Complementary color
Monochromatic Colors of #F45712
Black with #F45712
Text Example
Text Example
White with #F45712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45712; }
p { color: rgb(244,87,18); }
H1.HeaderClassName
{
color: #F45712;
}
.AnyTagClassName
{
color: #F45712;
}
</style>
background-color css
<style>
a { background-color: #F45712; }
a { background-color: rgb(244,87,18); }
div.DivClassName
{
background-color: #F45712;
}
.BgClassName
{
background-color: #F45712;
}
</style>
border-color css
<style>
span { border-color: #F45712; }
span { border-color: rgb(244,87,18); }
td.TdClassName
{
border-color: #F45712;
}
.TagClassName
{
border-color: #F45712;
}
</style>