Shades of Persimmon #F05210
Tints of Persimmon #F05210
RGB
CMYK
RGB Variations
Color information
#F05210 (or 0xF05210) is known color: Persimmon. HEX triplet: F0, 52 and 10. RGB value is (240,82,16). Sum of RGB (Red+Green+Blue) = 240+82+16=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F05210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05210 is #0FADEF. Grayscale: #7A7A7A. Windows color (decimal): -1027568 or 1069808. OLE color: 1069808.
HSL color Cylindrical-coordinate representation of color #F05210: hue angle of 17.68º 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 #F05210 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.06 |
| HSL | 17.68º | 0.88% | 0.5% | - |
| HSV(B) | 17.68º | 0.93% | 0.94% | - |
| XYZ | 39.05 | 24.6 | 3.18 | - |
| YUV | 121.72 | 68.35 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 16 | 0 | 0.66 | 0.93 | 0.06 | 17.68 | 0.88 | 0.5 |
| Hex | F0 | 52 | 10 | 0 | 42 | 5D | 6 | 12 | 58 | 32 |
| Octal | 360 | 122 | 20 | 0 | 102 | 135 | 6 | 22 | 130 | 62 |
| Binary | 11110000 | 1010010 | 10000 | 0 | 1000010 | 1011101 | 110 | 10010 | 1011000 | 110010 |
Color Harmonies of #F05210
Complementary color
Monochromatic Colors of #F05210
Black with #F05210
Text Example
Text Example
White with #F05210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05210; }
p { color: rgb(240,82,16); }
H1.HeaderClassName
{
color: #F05210;
}
.AnyTagClassName
{
color: #F05210;
}
</style>
background-color css
<style>
a { background-color: #F05210; }
a { background-color: rgb(240,82,16); }
div.DivClassName
{
background-color: #F05210;
}
.BgClassName
{
background-color: #F05210;
}
</style>
border-color css
<style>
span { border-color: #F05210; }
span { border-color: rgb(240,82,16); }
td.TdClassName
{
border-color: #F05210;
}
.TagClassName
{
border-color: #F05210;
}
</style>