Shades of Persimmon #F2510E
Tints of Persimmon #F2510E
RGB
CMYK
RGB Variations
Color information
#F2510E (or 0xF2510E) is known color: Persimmon. HEX triplet: F2, 51 and 0E. RGB value is (242,81,14). Sum of RGB (Red+Green+Blue) = 242+81+14=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2510E is #0DAEF1. Grayscale: #797979. Windows color (decimal): -896754 or 938482. OLE color: 938482.
HSL color Cylindrical-coordinate representation of color #F2510E: hue angle of 17.63º 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 #F2510E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.05 |
| HSL | 17.63º | 0.9% | 0.5% | - |
| HSV(B) | 17.63º | 0.94% | 0.95% | - |
| XYZ | 39.64 | 24.79 | 3.11 | - |
| YUV | 121.5 | 67.34 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 14 | 0 | 0.67 | 0.94 | 0.05 | 17.63 | 0.9 | 0.5 |
| Hex | F2 | 51 | E | 0 | 43 | 5E | 5 | 12 | 5A | 32 |
| Octal | 362 | 121 | 16 | 0 | 103 | 136 | 5 | 22 | 132 | 62 |
| Binary | 11110010 | 1010001 | 1110 | 0 | 1000011 | 1011110 | 101 | 10010 | 1011010 | 110010 |
Color Harmonies of #F2510E
Complementary color
Monochromatic Colors of #F2510E
Black with #F2510E
Text Example
Text Example
White with #F2510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2510E; }
p { color: rgb(242,81,14); }
H1.HeaderClassName
{
color: #F2510E;
}
.AnyTagClassName
{
color: #F2510E;
}
</style>
background-color css
<style>
a { background-color: #F2510E; }
a { background-color: rgb(242,81,14); }
div.DivClassName
{
background-color: #F2510E;
}
.BgClassName
{
background-color: #F2510E;
}
</style>
border-color css
<style>
span { border-color: #F2510E; }
span { border-color: rgb(242,81,14); }
td.TdClassName
{
border-color: #F2510E;
}
.TagClassName
{
border-color: #F2510E;
}
</style>