Shades of Persimmon #F05012
Tints of Persimmon #F05012
RGB
CMYK
RGB Variations
Color information
#F05012 (or 0xF05012) is known color: Persimmon. HEX triplet: F0, 50 and 12. RGB value is (240,80,18). Sum of RGB (Red+Green+Blue) = 240+80+18=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F05012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05012 is #0FAFED. Grayscale: #797979. Windows color (decimal): -1028078 or 1200368. OLE color: 1200368.
HSL color Cylindrical-coordinate representation of color #F05012: hue angle of 16.76º 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 #F05012 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 18 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.06 |
| HSL | 16.76º | 0.88% | 0.51% | - |
| HSV(B) | 16.76º | 0.93% | 0.94% | - |
| XYZ | 38.91 | 24.31 | 3.21 | - |
| YUV | 120.77 | 70.01 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 18 | 0 | 0.67 | 0.92 | 0.06 | 16.76 | 0.88 | 0.51 |
| Hex | F0 | 50 | 12 | 0 | 43 | 5C | 6 | 11 | 58 | 33 |
| Octal | 360 | 120 | 22 | 0 | 103 | 134 | 6 | 21 | 130 | 63 |
| Binary | 11110000 | 1010000 | 10010 | 0 | 1000011 | 1011100 | 110 | 10001 | 1011000 | 110011 |
Color Harmonies of #F05012
Complementary color
Monochromatic Colors of #F05012
Black with #F05012
Text Example
Text Example
White with #F05012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05012; }
p { color: rgb(240,80,18); }
H1.HeaderClassName
{
color: #F05012;
}
.AnyTagClassName
{
color: #F05012;
}
</style>
background-color css
<style>
a { background-color: #F05012; }
a { background-color: rgb(240,80,18); }
div.DivClassName
{
background-color: #F05012;
}
.BgClassName
{
background-color: #F05012;
}
</style>
border-color css
<style>
span { border-color: #F05012; }
span { border-color: rgb(240,80,18); }
td.TdClassName
{
border-color: #F05012;
}
.TagClassName
{
border-color: #F05012;
}
</style>