Shades of Persimmon #F25D12
Tints of Persimmon #F25D12
RGB
CMYK
RGB Variations
Color information
#F25D12 (or 0xF25D12) is known color: Persimmon. HEX triplet: F2, 5D and 12. RGB value is (242,93,18). Sum of RGB (Red+Green+Blue) = 242+93+18=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25D12 is #0DA2ED. Grayscale: #818181. Windows color (decimal): -893678 or 1203698. OLE color: 1203698.
HSL color Cylindrical-coordinate representation of color #F25D12: hue angle of 20.09º 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 #F25D12 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 18 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.05 |
| HSL | 20.09º | 0.9% | 0.51% | - |
| HSV(B) | 20.09º | 0.93% | 0.95% | - |
| XYZ | 40.64 | 26.75 | 3.59 | - |
| YUV | 129 | 65.36 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 18 | 0 | 0.62 | 0.93 | 0.05 | 20.09 | 0.9 | 0.51 |
| Hex | F2 | 5D | 12 | 0 | 3E | 5D | 5 | 14 | 5A | 33 |
| Octal | 362 | 135 | 22 | 0 | 76 | 135 | 5 | 24 | 132 | 63 |
| Binary | 11110010 | 1011101 | 10010 | 0 | 111110 | 1011101 | 101 | 10100 | 1011010 | 110011 |
Color Harmonies of #F25D12
Complementary color
Monochromatic Colors of #F25D12
Black with #F25D12
Text Example
Text Example
White with #F25D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D12; }
p { color: rgb(242,93,18); }
H1.HeaderClassName
{
color: #F25D12;
}
.AnyTagClassName
{
color: #F25D12;
}
</style>
background-color css
<style>
a { background-color: #F25D12; }
a { background-color: rgb(242,93,18); }
div.DivClassName
{
background-color: #F25D12;
}
.BgClassName
{
background-color: #F25D12;
}
</style>
border-color css
<style>
span { border-color: #F25D12; }
span { border-color: rgb(242,93,18); }
td.TdClassName
{
border-color: #F25D12;
}
.TagClassName
{
border-color: #F25D12;
}
</style>