Shades of Persimmon #F0620C
Tints of Persimmon #F0620C
RGB
CMYK
RGB Variations
Color information
#F0620C (or 0xF0620C) is known color: Persimmon. HEX triplet: F0, 62 and 0C. RGB value is (240,98,12). Sum of RGB (Red+Green+Blue) = 240+98+12=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0620C is #0F9DF3. Grayscale: #838383. Windows color (decimal): -1023476 or 811760. OLE color: 811760.
HSL color Cylindrical-coordinate representation of color #F0620C: hue angle of 22.63º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0620C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.06 |
| HSL | 22.63º | 0.9% | 0.49% | - |
| HSV(B) | 22.63º | 0.95% | 0.94% | - |
| XYZ | 40.37 | 27.29 | 3.49 | - |
| YUV | 130.65 | 61.04 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 12 | 0 | 0.59 | 0.95 | 0.06 | 22.63 | 0.9 | 0.49 |
| Hex | F0 | 62 | C | 0 | 3B | 5F | 6 | 17 | 5A | 31 |
| Octal | 360 | 142 | 14 | 0 | 73 | 137 | 6 | 27 | 132 | 61 |
| Binary | 11110000 | 1100010 | 1100 | 0 | 111011 | 1011111 | 110 | 10111 | 1011010 | 110001 |
Color Harmonies of #F0620C
Complementary color
Monochromatic Colors of #F0620C
Black with #F0620C
Text Example
Text Example
White with #F0620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0620C; }
p { color: rgb(240,98,12); }
H1.HeaderClassName
{
color: #F0620C;
}
.AnyTagClassName
{
color: #F0620C;
}
</style>
background-color css
<style>
a { background-color: #F0620C; }
a { background-color: rgb(240,98,12); }
div.DivClassName
{
background-color: #F0620C;
}
.BgClassName
{
background-color: #F0620C;
}
</style>
border-color css
<style>
span { border-color: #F0620C; }
span { border-color: rgb(240,98,12); }
td.TdClassName
{
border-color: #F0620C;
}
.TagClassName
{
border-color: #F0620C;
}
</style>