Shades of Persimmon #F25012
Tints of Persimmon #F25012
RGB
CMYK
RGB Variations
Color information
#F25012 (or 0xF25012) is known color: Persimmon. HEX triplet: F2, 50 and 12. RGB value is (242,80,18). Sum of RGB (Red+Green+Blue) = 242+80+18=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F25012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25012 is #0DAFED. Grayscale: #797979. Windows color (decimal): -897006 or 1200370. OLE color: 1200370.
HSL color Cylindrical-coordinate representation of color #F25012: hue angle of 16.61º 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 #F25012 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 18 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.05 |
| HSL | 16.61º | 0.9% | 0.51% | - |
| HSV(B) | 16.61º | 0.93% | 0.95% | - |
| XYZ | 39.6 | 24.66 | 3.24 | - |
| YUV | 121.37 | 69.67 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 18 | 0 | 0.67 | 0.93 | 0.05 | 16.61 | 0.9 | 0.51 |
| Hex | F2 | 50 | 12 | 0 | 43 | 5D | 5 | 11 | 5A | 33 |
| Octal | 362 | 120 | 22 | 0 | 103 | 135 | 5 | 21 | 132 | 63 |
| Binary | 11110010 | 1010000 | 10010 | 0 | 1000011 | 1011101 | 101 | 10001 | 1011010 | 110011 |
Color Harmonies of #F25012
Complementary color
Monochromatic Colors of #F25012
Black with #F25012
Text Example
Text Example
White with #F25012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25012; }
p { color: rgb(242,80,18); }
H1.HeaderClassName
{
color: #F25012;
}
.AnyTagClassName
{
color: #F25012;
}
</style>
background-color css
<style>
a { background-color: #F25012; }
a { background-color: rgb(242,80,18); }
div.DivClassName
{
background-color: #F25012;
}
.BgClassName
{
background-color: #F25012;
}
</style>
border-color css
<style>
span { border-color: #F25012; }
span { border-color: rgb(242,80,18); }
td.TdClassName
{
border-color: #F25012;
}
.TagClassName
{
border-color: #F25012;
}
</style>