Shades of Persimmon #F05F10
Tints of Persimmon #F05F10
RGB
CMYK
RGB Variations
Color information
#F05F10 (or 0xF05F10) is known color: Persimmon. HEX triplet: F0, 5F and 10. RGB value is (240,95,16). Sum of RGB (Red+Green+Blue) = 240+95+16=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F10 is #0FA0EF. Grayscale: #818181. Windows color (decimal): -1024240 or 1073136. OLE color: 1073136.
HSL color Cylindrical-coordinate representation of color #F05F10: hue angle of 21.16º 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 #F05F10 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.06 |
| HSL | 21.16º | 0.88% | 0.5% | - |
| HSV(B) | 21.16º | 0.93% | 0.94% | - |
| XYZ | 40.12 | 26.75 | 3.54 | - |
| YUV | 129.35 | 64.04 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 16 | 0 | 0.60 | 0.93 | 0.06 | 21.16 | 0.88 | 0.5 |
| Hex | F0 | 5F | 10 | 0 | 3C | 5D | 6 | 15 | 58 | 32 |
| Octal | 360 | 137 | 20 | 0 | 74 | 135 | 6 | 25 | 130 | 62 |
| Binary | 11110000 | 1011111 | 10000 | 0 | 111100 | 1011101 | 110 | 10101 | 1011000 | 110010 |
Color Harmonies of #F05F10
Complementary color
Monochromatic Colors of #F05F10
Black with #F05F10
Text Example
Text Example
White with #F05F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F10; }
p { color: rgb(240,95,16); }
H1.HeaderClassName
{
color: #F05F10;
}
.AnyTagClassName
{
color: #F05F10;
}
</style>
background-color css
<style>
a { background-color: #F05F10; }
a { background-color: rgb(240,95,16); }
div.DivClassName
{
background-color: #F05F10;
}
.BgClassName
{
background-color: #F05F10;
}
</style>
border-color css
<style>
span { border-color: #F05F10; }
span { border-color: rgb(240,95,16); }
td.TdClassName
{
border-color: #F05F10;
}
.TagClassName
{
border-color: #F05F10;
}
</style>