Shades of Persimmon #F25F14
Tints of Persimmon #F25F14
RGB
CMYK
RGB Variations
Color information
#F25F14 (or 0xF25F14) is known color: Persimmon. HEX triplet: F2, 5F and 14. RGB value is (242,95,20). Sum of RGB (Red+Green+Blue) = 242+95+20=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25F14 is #0DA0EB. Grayscale: #828282. Windows color (decimal): -893164 or 1335282. OLE color: 1335282.
HSL color Cylindrical-coordinate representation of color #F25F14: hue angle of 20.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F25F14 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 20 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.05 |
| HSL | 20.27º | 0.9% | 0.51% | - |
| HSV(B) | 20.27º | 0.92% | 0.95% | - |
| XYZ | 40.84 | 27.11 | 3.74 | - |
| YUV | 130.4 | 65.7 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 20 | 0 | 0.61 | 0.92 | 0.05 | 20.27 | 0.9 | 0.51 |
| Hex | F2 | 5F | 14 | 0 | 3D | 5C | 5 | 14 | 5A | 33 |
| Octal | 362 | 137 | 24 | 0 | 75 | 134 | 5 | 24 | 132 | 63 |
| Binary | 11110010 | 1011111 | 10100 | 0 | 111101 | 1011100 | 101 | 10100 | 1011010 | 110011 |
Color Harmonies of #F25F14
Complementary color
Monochromatic Colors of #F25F14
Black with #F25F14
Text Example
Text Example
White with #F25F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F14; }
p { color: rgb(242,95,20); }
H1.HeaderClassName
{
color: #F25F14;
}
.AnyTagClassName
{
color: #F25F14;
}
</style>
background-color css
<style>
a { background-color: #F25F14; }
a { background-color: rgb(242,95,20); }
div.DivClassName
{
background-color: #F25F14;
}
.BgClassName
{
background-color: #F25F14;
}
</style>
border-color css
<style>
span { border-color: #F25F14; }
span { border-color: rgb(242,95,20); }
td.TdClassName
{
border-color: #F25F14;
}
.TagClassName
{
border-color: #F25F14;
}
</style>