Shades of Persimmon #F25412
Tints of Persimmon #F25412
RGB
CMYK
RGB Variations
Color information
#F25412 (or 0xF25412) is known color: Persimmon. HEX triplet: F2, 54 and 12. RGB value is (242,84,18). Sum of RGB (Red+Green+Blue) = 242+84+18=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F25412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25412 is #0DABED. Grayscale: #7C7C7C. Windows color (decimal): -895982 or 1201394. OLE color: 1201394.
HSL color Cylindrical-coordinate representation of color #F25412: hue angle of 17.68º 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 #F25412 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 18 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.05 |
| HSL | 17.68º | 0.9% | 0.51% | - |
| HSV(B) | 17.68º | 0.93% | 0.95% | - |
| XYZ | 39.9 | 25.26 | 3.35 | - |
| YUV | 123.72 | 68.35 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 18 | 0 | 0.65 | 0.93 | 0.05 | 17.68 | 0.9 | 0.51 |
| Hex | F2 | 54 | 12 | 0 | 41 | 5D | 5 | 12 | 5A | 33 |
| Octal | 362 | 124 | 22 | 0 | 101 | 135 | 5 | 22 | 132 | 63 |
| Binary | 11110010 | 1010100 | 10010 | 0 | 1000001 | 1011101 | 101 | 10010 | 1011010 | 110011 |
Color Harmonies of #F25412
Complementary color
Monochromatic Colors of #F25412
Black with #F25412
Text Example
Text Example
White with #F25412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25412; }
p { color: rgb(242,84,18); }
H1.HeaderClassName
{
color: #F25412;
}
.AnyTagClassName
{
color: #F25412;
}
</style>
background-color css
<style>
a { background-color: #F25412; }
a { background-color: rgb(242,84,18); }
div.DivClassName
{
background-color: #F25412;
}
.BgClassName
{
background-color: #F25412;
}
</style>
border-color css
<style>
span { border-color: #F25412; }
span { border-color: rgb(242,84,18); }
td.TdClassName
{
border-color: #F25412;
}
.TagClassName
{
border-color: #F25412;
}
</style>