Shades of Persimmon #F05112
Tints of Persimmon #F05112
RGB
CMYK
RGB Variations
Color information
#F05112 (or 0xF05112) is known color: Persimmon. HEX triplet: F0, 51 and 12. RGB value is (240,81,18). Sum of RGB (Red+Green+Blue) = 240+81+18=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F05112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05112 is #0FAEED. Grayscale: #797979. Windows color (decimal): -1027822 or 1200624. OLE color: 1200624.
HSL color Cylindrical-coordinate representation of color #F05112: hue angle of 17.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F05112 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 18 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.06 |
| HSL | 17.03º | 0.88% | 0.51% | - |
| HSV(B) | 17.03º | 0.93% | 0.94% | - |
| XYZ | 38.99 | 24.45 | 3.24 | - |
| YUV | 121.36 | 69.68 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 18 | 0 | 0.66 | 0.92 | 0.06 | 17.03 | 0.88 | 0.51 |
| Hex | F0 | 51 | 12 | 0 | 42 | 5C | 6 | 11 | 58 | 33 |
| Octal | 360 | 121 | 22 | 0 | 102 | 134 | 6 | 21 | 130 | 63 |
| Binary | 11110000 | 1010001 | 10010 | 0 | 1000010 | 1011100 | 110 | 10001 | 1011000 | 110011 |
Color Harmonies of #F05112
Complementary color
Monochromatic Colors of #F05112
Black with #F05112
Text Example
Text Example
White with #F05112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05112; }
p { color: rgb(240,81,18); }
H1.HeaderClassName
{
color: #F05112;
}
.AnyTagClassName
{
color: #F05112;
}
</style>
background-color css
<style>
a { background-color: #F05112; }
a { background-color: rgb(240,81,18); }
div.DivClassName
{
background-color: #F05112;
}
.BgClassName
{
background-color: #F05112;
}
</style>
border-color css
<style>
span { border-color: #F05112; }
span { border-color: rgb(240,81,18); }
td.TdClassName
{
border-color: #F05112;
}
.TagClassName
{
border-color: #F05112;
}
</style>