Shades of Persimmon #F25814
Tints of Persimmon #F25814
RGB
CMYK
RGB Variations
Color information
#F25814 (or 0xF25814) is known color: Persimmon. HEX triplet: F2, 58 and 14. RGB value is (242,88,20). Sum of RGB (Red+Green+Blue) = 242+88+20=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F25814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25814 is #0DA7EB. Grayscale: #7E7E7E. Windows color (decimal): -894956 or 1333490. OLE color: 1333490.
HSL color Cylindrical-coordinate representation of color #F25814: hue angle of 18.38º 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 #F25814 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.05 |
| HSL | 18.38º | 0.9% | 0.51% | - |
| HSV(B) | 18.38º | 0.92% | 0.95% | - |
| XYZ | 40.23 | 25.91 | 3.54 | - |
| YUV | 126.29 | 68.02 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 20 | 0 | 0.64 | 0.92 | 0.05 | 18.38 | 0.9 | 0.51 |
| Hex | F2 | 58 | 14 | 0 | 40 | 5C | 5 | 12 | 5A | 33 |
| Octal | 362 | 130 | 24 | 0 | 100 | 134 | 5 | 22 | 132 | 63 |
| Binary | 11110010 | 1011000 | 10100 | 0 | 1000000 | 1011100 | 101 | 10010 | 1011010 | 110011 |
Color Harmonies of #F25814
Complementary color
Monochromatic Colors of #F25814
Black with #F25814
Text Example
Text Example
White with #F25814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25814; }
p { color: rgb(242,88,20); }
H1.HeaderClassName
{
color: #F25814;
}
.AnyTagClassName
{
color: #F25814;
}
</style>
background-color css
<style>
a { background-color: #F25814; }
a { background-color: rgb(242,88,20); }
div.DivClassName
{
background-color: #F25814;
}
.BgClassName
{
background-color: #F25814;
}
</style>
border-color css
<style>
span { border-color: #F25814; }
span { border-color: rgb(242,88,20); }
td.TdClassName
{
border-color: #F25814;
}
.TagClassName
{
border-color: #F25814;
}
</style>