Shades of Persimmon #F0520D
Tints of Persimmon #F0520D
RGB
CMYK
RGB Variations
Color information
#F0520D (or 0xF0520D) is known color: Persimmon. HEX triplet: F0, 52 and 0D. RGB value is (240,82,13). Sum of RGB (Red+Green+Blue) = 240+82+13=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0520D is #0FADF2. Grayscale: #797979. Windows color (decimal): -1027571 or 873200. OLE color: 873200.
HSL color Cylindrical-coordinate representation of color #F0520D: hue angle of 18.24º 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 #F0520D is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 13 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.06 |
| HSL | 18.24º | 0.9% | 0.5% | - |
| HSV(B) | 18.24º | 0.95% | 0.94% | - |
| XYZ | 39.03 | 24.59 | 3.07 | - |
| YUV | 121.38 | 66.85 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 13 | 0 | 0.66 | 0.95 | 0.06 | 18.24 | 0.9 | 0.5 |
| Hex | F0 | 52 | D | 0 | 42 | 5F | 6 | 12 | 5A | 32 |
| Octal | 360 | 122 | 15 | 0 | 102 | 137 | 6 | 22 | 132 | 62 |
| Binary | 11110000 | 1010010 | 1101 | 0 | 1000010 | 1011111 | 110 | 10010 | 1011010 | 110010 |
Color Harmonies of #F0520D
Complementary color
Monochromatic Colors of #F0520D
Black with #F0520D
Text Example
Text Example
White with #F0520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0520D; }
p { color: rgb(240,82,13); }
H1.HeaderClassName
{
color: #F0520D;
}
.AnyTagClassName
{
color: #F0520D;
}
</style>
background-color css
<style>
a { background-color: #F0520D; }
a { background-color: rgb(240,82,13); }
div.DivClassName
{
background-color: #F0520D;
}
.BgClassName
{
background-color: #F0520D;
}
</style>
border-color css
<style>
span { border-color: #F0520D; }
span { border-color: rgb(240,82,13); }
td.TdClassName
{
border-color: #F0520D;
}
.TagClassName
{
border-color: #F0520D;
}
</style>