Shades of Persimmon #F05213
Tints of Persimmon #F05213
RGB
CMYK
RGB Variations
Color information
#F05213 (or 0xF05213) is known color: Persimmon. HEX triplet: F0, 52 and 13. RGB value is (240,82,19). Sum of RGB (Red+Green+Blue) = 240+82+19=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F05213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05213 is #0FADEC. Grayscale: #7A7A7A. Windows color (decimal): -1027565 or 1266416. OLE color: 1266416.
HSL color Cylindrical-coordinate representation of color #F05213: hue angle of 17.1º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F05213 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 19 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.06 |
| HSL | 17.1º | 0.88% | 0.51% | - |
| HSV(B) | 17.1º | 0.92% | 0.94% | - |
| XYZ | 39.07 | 24.61 | 3.31 | - |
| YUV | 122.06 | 69.85 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 19 | 0 | 0.66 | 0.92 | 0.06 | 17.1 | 0.88 | 0.51 |
| Hex | F0 | 52 | 13 | 0 | 42 | 5C | 6 | 11 | 58 | 33 |
| Octal | 360 | 122 | 23 | 0 | 102 | 134 | 6 | 21 | 130 | 63 |
| Binary | 11110000 | 1010010 | 10011 | 0 | 1000010 | 1011100 | 110 | 10001 | 1011000 | 110011 |
Color Harmonies of #F05213
Complementary color
Monochromatic Colors of #F05213
Black with #F05213
Text Example
Text Example
White with #F05213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05213; }
p { color: rgb(240,82,19); }
H1.HeaderClassName
{
color: #F05213;
}
.AnyTagClassName
{
color: #F05213;
}
</style>
background-color css
<style>
a { background-color: #F05213; }
a { background-color: rgb(240,82,19); }
div.DivClassName
{
background-color: #F05213;
}
.BgClassName
{
background-color: #F05213;
}
</style>
border-color css
<style>
span { border-color: #F05213; }
span { border-color: rgb(240,82,19); }
td.TdClassName
{
border-color: #F05213;
}
.TagClassName
{
border-color: #F05213;
}
</style>