Shades of Persimmon #F05E10
Tints of Persimmon #F05E10
RGB
CMYK
RGB Variations
Color information
#F05E10 (or 0xF05E10) is known color: Persimmon. HEX triplet: F0, 5E and 10. RGB value is (240,94,16). Sum of RGB (Red+Green+Blue) = 240+94+16=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05E10 is #0FA1EF. Grayscale: #818181. Windows color (decimal): -1024496 or 1072880. OLE color: 1072880.
HSL color Cylindrical-coordinate representation of color #F05E10: hue angle of 20.89º 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 #F05E10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.06 |
| HSL | 20.89º | 0.88% | 0.5% | - |
| HSV(B) | 20.89º | 0.93% | 0.94% | - |
| XYZ | 40.03 | 26.57 | 3.51 | - |
| YUV | 128.76 | 64.37 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 16 | 0 | 0.61 | 0.93 | 0.06 | 20.89 | 0.88 | 0.5 |
| Hex | F0 | 5E | 10 | 0 | 3D | 5D | 6 | 15 | 58 | 32 |
| Octal | 360 | 136 | 20 | 0 | 75 | 135 | 6 | 25 | 130 | 62 |
| Binary | 11110000 | 1011110 | 10000 | 0 | 111101 | 1011101 | 110 | 10101 | 1011000 | 110010 |
Color Harmonies of #F05E10
Complementary color
Monochromatic Colors of #F05E10
Black with #F05E10
Text Example
Text Example
White with #F05E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05E10; }
p { color: rgb(240,94,16); }
H1.HeaderClassName
{
color: #F05E10;
}
.AnyTagClassName
{
color: #F05E10;
}
</style>
background-color css
<style>
a { background-color: #F05E10; }
a { background-color: rgb(240,94,16); }
div.DivClassName
{
background-color: #F05E10;
}
.BgClassName
{
background-color: #F05E10;
}
</style>
border-color css
<style>
span { border-color: #F05E10; }
span { border-color: rgb(240,94,16); }
td.TdClassName
{
border-color: #F05E10;
}
.TagClassName
{
border-color: #F05E10;
}
</style>