Shades of Persimmon #F05011
Tints of Persimmon #F05011
RGB
CMYK
RGB Variations
Color information
#F05011 (or 0xF05011) is known color: Persimmon. HEX triplet: F0, 50 and 11. RGB value is (240,80,17). Sum of RGB (Red+Green+Blue) = 240+80+17=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F05011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05011 is #0FAFEE. Grayscale: #797979. Windows color (decimal): -1028079 or 1134832. OLE color: 1134832.
HSL color Cylindrical-coordinate representation of color #F05011: hue angle of 16.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F05011 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.06 |
| HSL | 16.95º | 0.88% | 0.5% | - |
| HSV(B) | 16.95º | 0.93% | 0.94% | - |
| XYZ | 38.91 | 24.3 | 3.17 | - |
| YUV | 120.66 | 69.51 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 17 | 0 | 0.67 | 0.93 | 0.06 | 16.95 | 0.88 | 0.5 |
| Hex | F0 | 50 | 11 | 0 | 43 | 5D | 6 | 11 | 58 | 32 |
| Octal | 360 | 120 | 21 | 0 | 103 | 135 | 6 | 21 | 130 | 62 |
| Binary | 11110000 | 1010000 | 10001 | 0 | 1000011 | 1011101 | 110 | 10001 | 1011000 | 110010 |
Color Harmonies of #F05011
Complementary color
Monochromatic Colors of #F05011
Black with #F05011
Text Example
Text Example
White with #F05011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05011; }
p { color: rgb(240,80,17); }
H1.HeaderClassName
{
color: #F05011;
}
.AnyTagClassName
{
color: #F05011;
}
</style>
background-color css
<style>
a { background-color: #F05011; }
a { background-color: rgb(240,80,17); }
div.DivClassName
{
background-color: #F05011;
}
.BgClassName
{
background-color: #F05011;
}
</style>
border-color css
<style>
span { border-color: #F05011; }
span { border-color: rgb(240,80,17); }
td.TdClassName
{
border-color: #F05011;
}
.TagClassName
{
border-color: #F05011;
}
</style>