Shades of Persimmon #F25610
Tints of Persimmon #F25610
RGB
CMYK
RGB Variations
Color information
#F25610 (or 0xF25610) is known color: Persimmon. HEX triplet: F2, 56 and 10. RGB value is (242,86,16). Sum of RGB (Red+Green+Blue) = 242+86+16=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F25610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25610 is #0DA9EF. Grayscale: #7D7D7D. Windows color (decimal): -895472 or 1070834. OLE color: 1070834.
HSL color Cylindrical-coordinate representation of color #F25610: hue angle of 18.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F25610 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.05 |
| HSL | 18.58º | 0.9% | 0.51% | - |
| HSV(B) | 18.58º | 0.93% | 0.95% | - |
| XYZ | 40.04 | 25.57 | 3.32 | - |
| YUV | 124.66 | 66.68 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 16 | 0 | 0.64 | 0.93 | 0.05 | 18.58 | 0.9 | 0.51 |
| Hex | F2 | 56 | 10 | 0 | 40 | 5D | 5 | 13 | 5A | 33 |
| Octal | 362 | 126 | 20 | 0 | 100 | 135 | 5 | 23 | 132 | 63 |
| Binary | 11110010 | 1010110 | 10000 | 0 | 1000000 | 1011101 | 101 | 10011 | 1011010 | 110011 |
Color Harmonies of #F25610
Complementary color
Monochromatic Colors of #F25610
Black with #F25610
Text Example
Text Example
White with #F25610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25610; }
p { color: rgb(242,86,16); }
H1.HeaderClassName
{
color: #F25610;
}
.AnyTagClassName
{
color: #F25610;
}
</style>
background-color css
<style>
a { background-color: #F25610; }
a { background-color: rgb(242,86,16); }
div.DivClassName
{
background-color: #F25610;
}
.BgClassName
{
background-color: #F25610;
}
</style>
border-color css
<style>
span { border-color: #F25610; }
span { border-color: rgb(242,86,16); }
td.TdClassName
{
border-color: #F25610;
}
.TagClassName
{
border-color: #F25610;
}
</style>