Shades of Persimmon #F25416
Tints of Persimmon #F25416
RGB
CMYK
RGB Variations
Color information
#F25416 (or 0xF25416) is known color: Persimmon. HEX triplet: F2, 54 and 16. RGB value is (242,84,22). Sum of RGB (Red+Green+Blue) = 242+84+22=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F25416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25416 is #0DABE9. Grayscale: #7C7C7C. Windows color (decimal): -895978 or 1463538. OLE color: 1463538.
HSL color Cylindrical-coordinate representation of color #F25416: hue angle of 16.91º 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 #F25416 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.05 |
| HSL | 16.91º | 0.89% | 0.52% | - |
| HSV(B) | 16.91º | 0.91% | 0.95% | - |
| XYZ | 39.93 | 25.28 | 3.53 | - |
| YUV | 124.17 | 70.35 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 22 | 0 | 0.65 | 0.91 | 0.05 | 16.91 | 0.89 | 0.52 |
| Hex | F2 | 54 | 16 | 0 | 41 | 5B | 5 | 11 | 59 | 34 |
| Octal | 362 | 124 | 26 | 0 | 101 | 133 | 5 | 21 | 131 | 64 |
| Binary | 11110010 | 1010100 | 10110 | 0 | 1000001 | 1011011 | 101 | 10001 | 1011001 | 110100 |
Color Harmonies of #F25416
Complementary color
Monochromatic Colors of #F25416
Black with #F25416
Text Example
Text Example
White with #F25416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25416; }
p { color: rgb(242,84,22); }
H1.HeaderClassName
{
color: #F25416;
}
.AnyTagClassName
{
color: #F25416;
}
</style>
background-color css
<style>
a { background-color: #F25416; }
a { background-color: rgb(242,84,22); }
div.DivClassName
{
background-color: #F25416;
}
.BgClassName
{
background-color: #F25416;
}
</style>
border-color css
<style>
span { border-color: #F25416; }
span { border-color: rgb(242,84,22); }
td.TdClassName
{
border-color: #F25416;
}
.TagClassName
{
border-color: #F25416;
}
</style>