Shades of Persimmon #F2500E
Tints of Persimmon #F2500E
RGB
CMYK
RGB Variations
Color information
#F2500E (or 0xF2500E) is known color: Persimmon. HEX triplet: F2, 50 and 0E. RGB value is (242,80,14). Sum of RGB (Red+Green+Blue) = 242+80+14=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2500E is #0DAFF1. Grayscale: #797979. Windows color (decimal): -897010 or 938226. OLE color: 938226.
HSL color Cylindrical-coordinate representation of color #F2500E: hue angle of 17.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2500E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.05 |
| HSL | 17.37º | 0.9% | 0.5% | - |
| HSV(B) | 17.37º | 0.94% | 0.95% | - |
| XYZ | 39.57 | 24.65 | 3.09 | - |
| YUV | 120.91 | 67.67 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 14 | 0 | 0.67 | 0.94 | 0.05 | 17.37 | 0.9 | 0.5 |
| Hex | F2 | 50 | E | 0 | 43 | 5E | 5 | 11 | 5A | 32 |
| Octal | 362 | 120 | 16 | 0 | 103 | 136 | 5 | 21 | 132 | 62 |
| Binary | 11110010 | 1010000 | 1110 | 0 | 1000011 | 1011110 | 101 | 10001 | 1011010 | 110010 |
Color Harmonies of #F2500E
Complementary color
Monochromatic Colors of #F2500E
Black with #F2500E
Text Example
Text Example
White with #F2500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2500E; }
p { color: rgb(242,80,14); }
H1.HeaderClassName
{
color: #F2500E;
}
.AnyTagClassName
{
color: #F2500E;
}
</style>
background-color css
<style>
a { background-color: #F2500E; }
a { background-color: rgb(242,80,14); }
div.DivClassName
{
background-color: #F2500E;
}
.BgClassName
{
background-color: #F2500E;
}
</style>
border-color css
<style>
span { border-color: #F2500E; }
span { border-color: rgb(242,80,14); }
td.TdClassName
{
border-color: #F2500E;
}
.TagClassName
{
border-color: #F2500E;
}
</style>