Shades of Persimmon #F56012
Tints of Persimmon #F56012
RGB
CMYK
RGB Variations
Color information
#F56012 (or 0xF56012) is known color: Persimmon. HEX triplet: F5, 60 and 12. RGB value is (245,96,18). Sum of RGB (Red+Green+Blue) = 245+96+18=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F56012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56012 is #0A9FED. Grayscale: #848484. Windows color (decimal): -696302 or 1204469. OLE color: 1204469.
HSL color Cylindrical-coordinate representation of color #F56012: hue angle of 20.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56012 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 18 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.04 |
| HSL | 20.62º | 0.92% | 0.52% | - |
| HSV(B) | 20.62º | 0.93% | 0.96% | - |
| XYZ | 41.95 | 27.82 | 3.73 | - |
| YUV | 131.66 | 63.86 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 18 | 0 | 0.61 | 0.93 | 0.04 | 20.62 | 0.92 | 0.52 |
| Hex | F5 | 60 | 12 | 0 | 3D | 5D | 4 | 15 | 5C | 34 |
| Octal | 365 | 140 | 22 | 0 | 75 | 135 | 4 | 25 | 134 | 64 |
| Binary | 11110101 | 1100000 | 10010 | 0 | 111101 | 1011101 | 100 | 10101 | 1011100 | 110100 |
Color Harmonies of #F56012
Complementary color
Monochromatic Colors of #F56012
Black with #F56012
Text Example
Text Example
White with #F56012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56012; }
p { color: rgb(245,96,18); }
H1.HeaderClassName
{
color: #F56012;
}
.AnyTagClassName
{
color: #F56012;
}
</style>
background-color css
<style>
a { background-color: #F56012; }
a { background-color: rgb(245,96,18); }
div.DivClassName
{
background-color: #F56012;
}
.BgClassName
{
background-color: #F56012;
}
</style>
border-color css
<style>
span { border-color: #F56012; }
span { border-color: rgb(245,96,18); }
td.TdClassName
{
border-color: #F56012;
}
.TagClassName
{
border-color: #F56012;
}
</style>