Shades of Persimmon #F2560C
Tints of Persimmon #F2560C
RGB
CMYK
RGB Variations
Color information
#F2560C (or 0xF2560C) is known color: Persimmon. HEX triplet: F2, 56 and 0C. RGB value is (242,86,12). Sum of RGB (Red+Green+Blue) = 242+86+12=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F2560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2560C is #0DA9F3. Grayscale: #7C7C7C. Windows color (decimal): -895476 or 808690. OLE color: 808690.
HSL color Cylindrical-coordinate representation of color #F2560C: hue angle of 19.3º degrees, saturation: 0.91, 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 #F2560C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.05 |
| HSL | 19.3º | 0.91% | 0.5% | - |
| HSV(B) | 19.3º | 0.95% | 0.95% | - |
| XYZ | 40.01 | 25.56 | 3.17 | - |
| YUV | 124.21 | 64.68 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 12 | 0 | 0.64 | 0.95 | 0.05 | 19.3 | 0.91 | 0.5 |
| Hex | F2 | 56 | C | 0 | 40 | 5F | 5 | 13 | 5B | 32 |
| Octal | 362 | 126 | 14 | 0 | 100 | 137 | 5 | 23 | 133 | 62 |
| Binary | 11110010 | 1010110 | 1100 | 0 | 1000000 | 1011111 | 101 | 10011 | 1011011 | 110010 |
Color Harmonies of #F2560C
Complementary color
Monochromatic Colors of #F2560C
Black with #F2560C
Text Example
Text Example
White with #F2560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2560C; }
p { color: rgb(242,86,12); }
H1.HeaderClassName
{
color: #F2560C;
}
.AnyTagClassName
{
color: #F2560C;
}
</style>
background-color css
<style>
a { background-color: #F2560C; }
a { background-color: rgb(242,86,12); }
div.DivClassName
{
background-color: #F2560C;
}
.BgClassName
{
background-color: #F2560C;
}
</style>
border-color css
<style>
span { border-color: #F2560C; }
span { border-color: rgb(242,86,12); }
td.TdClassName
{
border-color: #F2560C;
}
.TagClassName
{
border-color: #F2560C;
}
</style>