Shades of Persimmon #F0610F
Tints of Persimmon #F0610F
RGB
CMYK
RGB Variations
Color information
#F0610F (or 0xF0610F) is known color: Persimmon. HEX triplet: F0, 61 and 0F. RGB value is (240,97,15). Sum of RGB (Red+Green+Blue) = 240+97+15=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0610F is #0F9EF0. Grayscale: #828282. Windows color (decimal): -1023729 or 1008112. OLE color: 1008112.
HSL color Cylindrical-coordinate representation of color #F0610F: hue angle of 21.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0610F is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 15 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.06 |
| HSL | 21.87º | 0.88% | 0.5% | - |
| HSV(B) | 21.87º | 0.94% | 0.94% | - |
| XYZ | 40.3 | 27.11 | 3.56 | - |
| YUV | 130.41 | 62.88 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 15 | 0 | 0.60 | 0.94 | 0.06 | 21.87 | 0.88 | 0.5 |
| Hex | F0 | 61 | F | 0 | 3C | 5E | 6 | 16 | 58 | 32 |
| Octal | 360 | 141 | 17 | 0 | 74 | 136 | 6 | 26 | 130 | 62 |
| Binary | 11110000 | 1100001 | 1111 | 0 | 111100 | 1011110 | 110 | 10110 | 1011000 | 110010 |
Color Harmonies of #F0610F
Complementary color
Monochromatic Colors of #F0610F
Black with #F0610F
Text Example
Text Example
White with #F0610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0610F; }
p { color: rgb(240,97,15); }
H1.HeaderClassName
{
color: #F0610F;
}
.AnyTagClassName
{
color: #F0610F;
}
</style>
background-color css
<style>
a { background-color: #F0610F; }
a { background-color: rgb(240,97,15); }
div.DivClassName
{
background-color: #F0610F;
}
.BgClassName
{
background-color: #F0610F;
}
</style>
border-color css
<style>
span { border-color: #F0610F; }
span { border-color: rgb(240,97,15); }
td.TdClassName
{
border-color: #F0610F;
}
.TagClassName
{
border-color: #F0610F;
}
</style>