Shades of Persimmon #F0610D
Tints of Persimmon #F0610D
RGB
CMYK
RGB Variations
Color information
#F0610D (or 0xF0610D) is known color: Persimmon. HEX triplet: F0, 61 and 0D. RGB value is (240,97,13). Sum of RGB (Red+Green+Blue) = 240+97+13=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0610D is #0F9EF2. Grayscale: #828282. Windows color (decimal): -1023731 or 877040. OLE color: 877040.
HSL color Cylindrical-coordinate representation of color #F0610D: hue angle of 22.2º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0610D is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 13 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.06 |
| HSL | 22.2º | 0.9% | 0.5% | - |
| HSV(B) | 22.2º | 0.95% | 0.94% | - |
| XYZ | 40.28 | 27.1 | 3.49 | - |
| YUV | 130.18 | 61.88 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 13 | 0 | 0.60 | 0.95 | 0.06 | 22.2 | 0.9 | 0.5 |
| Hex | F0 | 61 | D | 0 | 3C | 5F | 6 | 16 | 5A | 32 |
| Octal | 360 | 141 | 15 | 0 | 74 | 137 | 6 | 26 | 132 | 62 |
| Binary | 11110000 | 1100001 | 1101 | 0 | 111100 | 1011111 | 110 | 10110 | 1011010 | 110010 |
Color Harmonies of #F0610D
Complementary color
Monochromatic Colors of #F0610D
Black with #F0610D
Text Example
Text Example
White with #F0610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0610D; }
p { color: rgb(240,97,13); }
H1.HeaderClassName
{
color: #F0610D;
}
.AnyTagClassName
{
color: #F0610D;
}
</style>
background-color css
<style>
a { background-color: #F0610D; }
a { background-color: rgb(240,97,13); }
div.DivClassName
{
background-color: #F0610D;
}
.BgClassName
{
background-color: #F0610D;
}
</style>
border-color css
<style>
span { border-color: #F0610D; }
span { border-color: rgb(240,97,13); }
td.TdClassName
{
border-color: #F0610D;
}
.TagClassName
{
border-color: #F0610D;
}
</style>