Shades of Persimmon #F2560D
Tints of Persimmon #F2560D
RGB
CMYK
RGB Variations
Color information
#F2560D (or 0xF2560D) is known color: Persimmon. HEX triplet: F2, 56 and 0D. RGB value is (242,86,13). Sum of RGB (Red+Green+Blue) = 242+86+13=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2560D is #0DA9F2. Grayscale: #7C7C7C. Windows color (decimal): -895475 or 874226. OLE color: 874226.
HSL color Cylindrical-coordinate representation of color #F2560D: hue angle of 19.13º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2560D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.05 |
| HSL | 19.13º | 0.9% | 0.5% | - |
| HSV(B) | 19.13º | 0.95% | 0.95% | - |
| XYZ | 40.02 | 25.56 | 3.21 | - |
| YUV | 124.32 | 65.18 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 13 | 0 | 0.64 | 0.95 | 0.05 | 19.13 | 0.9 | 0.5 |
| Hex | F2 | 56 | D | 0 | 40 | 5F | 5 | 13 | 5A | 32 |
| Octal | 362 | 126 | 15 | 0 | 100 | 137 | 5 | 23 | 132 | 62 |
| Binary | 11110010 | 1010110 | 1101 | 0 | 1000000 | 1011111 | 101 | 10011 | 1011010 | 110010 |
Color Harmonies of #F2560D
Complementary color
Monochromatic Colors of #F2560D
Black with #F2560D
Text Example
Text Example
White with #F2560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2560D; }
p { color: rgb(242,86,13); }
H1.HeaderClassName
{
color: #F2560D;
}
.AnyTagClassName
{
color: #F2560D;
}
</style>
background-color css
<style>
a { background-color: #F2560D; }
a { background-color: rgb(242,86,13); }
div.DivClassName
{
background-color: #F2560D;
}
.BgClassName
{
background-color: #F2560D;
}
</style>
border-color css
<style>
span { border-color: #F2560D; }
span { border-color: rgb(242,86,13); }
td.TdClassName
{
border-color: #F2560D;
}
.TagClassName
{
border-color: #F2560D;
}
</style>