Shades of Persimmon #F55812
Tints of Persimmon #F55812
RGB
CMYK
RGB Variations
Color information
#F55812 (or 0xF55812) is known color: Persimmon. HEX triplet: F5, 58 and 12. RGB value is (245,88,18). Sum of RGB (Red+Green+Blue) = 245+88+18=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F55812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55812 is #0AA7ED. Grayscale: #7F7F7F. Windows color (decimal): -698350 or 1202421. OLE color: 1202421.
HSL color Cylindrical-coordinate representation of color #F55812: hue angle of 18.5º 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 #F55812 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 18 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.04 |
| HSL | 18.5º | 0.92% | 0.52% | - |
| HSV(B) | 18.5º | 0.93% | 0.96% | - |
| XYZ | 41.26 | 26.44 | 3.5 | - |
| YUV | 126.96 | 66.51 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 18 | 0 | 0.64 | 0.93 | 0.04 | 18.5 | 0.92 | 0.52 |
| Hex | F5 | 58 | 12 | 0 | 40 | 5D | 4 | 13 | 5C | 34 |
| Octal | 365 | 130 | 22 | 0 | 100 | 135 | 4 | 23 | 134 | 64 |
| Binary | 11110101 | 1011000 | 10010 | 0 | 1000000 | 1011101 | 100 | 10011 | 1011100 | 110100 |
Color Harmonies of #F55812
Complementary color
Monochromatic Colors of #F55812
Black with #F55812
Text Example
Text Example
White with #F55812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55812; }
p { color: rgb(245,88,18); }
H1.HeaderClassName
{
color: #F55812;
}
.AnyTagClassName
{
color: #F55812;
}
</style>
background-color css
<style>
a { background-color: #F55812; }
a { background-color: rgb(245,88,18); }
div.DivClassName
{
background-color: #F55812;
}
.BgClassName
{
background-color: #F55812;
}
</style>
border-color css
<style>
span { border-color: #F55812; }
span { border-color: rgb(245,88,18); }
td.TdClassName
{
border-color: #F55812;
}
.TagClassName
{
border-color: #F55812;
}
</style>