Shades of Persimmon #F25E16
Tints of Persimmon #F25E16
RGB
CMYK
RGB Variations
Color information
#F25E16 (or 0xF25E16) is known color: Persimmon. HEX triplet: F2, 5E and 16. RGB value is (242,94,22). Sum of RGB (Red+Green+Blue) = 242+94+22=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25E16 is #0DA1E9. Grayscale: #828282. Windows color (decimal): -893418 or 1466098. OLE color: 1466098.
HSL color Cylindrical-coordinate representation of color #F25E16: hue angle of 19.64º 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 #F25E16 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 22 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.05 |
| HSL | 19.64º | 0.89% | 0.52% | - |
| HSV(B) | 19.64º | 0.91% | 0.95% | - |
| XYZ | 40.77 | 26.94 | 3.81 | - |
| YUV | 130.04 | 67.03 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 22 | 0 | 0.61 | 0.91 | 0.05 | 19.64 | 0.89 | 0.52 |
| Hex | F2 | 5E | 16 | 0 | 3D | 5B | 5 | 14 | 59 | 34 |
| Octal | 362 | 136 | 26 | 0 | 75 | 133 | 5 | 24 | 131 | 64 |
| Binary | 11110010 | 1011110 | 10110 | 0 | 111101 | 1011011 | 101 | 10100 | 1011001 | 110100 |
Color Harmonies of #F25E16
Complementary color
Monochromatic Colors of #F25E16
Black with #F25E16
Text Example
Text Example
White with #F25E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E16; }
p { color: rgb(242,94,22); }
H1.HeaderClassName
{
color: #F25E16;
}
.AnyTagClassName
{
color: #F25E16;
}
</style>
background-color css
<style>
a { background-color: #F25E16; }
a { background-color: rgb(242,94,22); }
div.DivClassName
{
background-color: #F25E16;
}
.BgClassName
{
background-color: #F25E16;
}
</style>
border-color css
<style>
span { border-color: #F25E16; }
span { border-color: rgb(242,94,22); }
td.TdClassName
{
border-color: #F25E16;
}
.TagClassName
{
border-color: #F25E16;
}
</style>