Shades of Persimmon #F25716
Tints of Persimmon #F25716
RGB
CMYK
RGB Variations
Color information
#F25716 (or 0xF25716) is known color: Persimmon. HEX triplet: F2, 57 and 16. RGB value is (242,87,22). Sum of RGB (Red+Green+Blue) = 242+87+22=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F25716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25716 is #0DA8E9. Grayscale: #7E7E7E. Windows color (decimal): -895210 or 1464306. OLE color: 1464306.
HSL color Cylindrical-coordinate representation of color #F25716: hue angle of 17.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F25716 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 22 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.05 |
| HSL | 17.73º | 0.89% | 0.52% | - |
| HSV(B) | 17.73º | 0.91% | 0.95% | - |
| XYZ | 40.17 | 25.75 | 3.61 | - |
| YUV | 125.94 | 69.35 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 22 | 0 | 0.64 | 0.91 | 0.05 | 17.73 | 0.89 | 0.52 |
| Hex | F2 | 57 | 16 | 0 | 40 | 5B | 5 | 12 | 59 | 34 |
| Octal | 362 | 127 | 26 | 0 | 100 | 133 | 5 | 22 | 131 | 64 |
| Binary | 11110010 | 1010111 | 10110 | 0 | 1000000 | 1011011 | 101 | 10010 | 1011001 | 110100 |
Color Harmonies of #F25716
Complementary color
Monochromatic Colors of #F25716
Black with #F25716
Text Example
Text Example
White with #F25716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25716; }
p { color: rgb(242,87,22); }
H1.HeaderClassName
{
color: #F25716;
}
.AnyTagClassName
{
color: #F25716;
}
</style>
background-color css
<style>
a { background-color: #F25716; }
a { background-color: rgb(242,87,22); }
div.DivClassName
{
background-color: #F25716;
}
.BgClassName
{
background-color: #F25716;
}
</style>
border-color css
<style>
span { border-color: #F25716; }
span { border-color: rgb(242,87,22); }
td.TdClassName
{
border-color: #F25716;
}
.TagClassName
{
border-color: #F25716;
}
</style>