Shades of Persimmon #F2510C
Tints of Persimmon #F2510C
RGB
CMYK
RGB Variations
Color information
#F2510C (or 0xF2510C) is known color: Persimmon. HEX triplet: F2, 51 and 0C. RGB value is (242,81,12). Sum of RGB (Red+Green+Blue) = 242+81+12=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F2510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2510C is #0DAEF3. Grayscale: #797979. Windows color (decimal): -896756 or 807410. OLE color: 807410.
HSL color Cylindrical-coordinate representation of color #F2510C: hue angle of 18º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2510C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.05 |
| HSL | 18º | 0.91% | 0.5% | - |
| HSV(B) | 18º | 0.95% | 0.95% | - |
| XYZ | 39.63 | 24.79 | 3.04 | - |
| YUV | 121.27 | 66.34 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 12 | 0 | 0.67 | 0.95 | 0.05 | 18 | 0.91 | 0.5 |
| Hex | F2 | 51 | C | 0 | 43 | 5F | 5 | 12 | 5B | 32 |
| Octal | 362 | 121 | 14 | 0 | 103 | 137 | 5 | 22 | 133 | 62 |
| Binary | 11110010 | 1010001 | 1100 | 0 | 1000011 | 1011111 | 101 | 10010 | 1011011 | 110010 |
Color Harmonies of #F2510C
Complementary color
Monochromatic Colors of #F2510C
Black with #F2510C
Text Example
Text Example
White with #F2510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2510C; }
p { color: rgb(242,81,12); }
H1.HeaderClassName
{
color: #F2510C;
}
.AnyTagClassName
{
color: #F2510C;
}
</style>
background-color css
<style>
a { background-color: #F2510C; }
a { background-color: rgb(242,81,12); }
div.DivClassName
{
background-color: #F2510C;
}
.BgClassName
{
background-color: #F2510C;
}
</style>
border-color css
<style>
span { border-color: #F2510C; }
span { border-color: rgb(242,81,12); }
td.TdClassName
{
border-color: #F2510C;
}
.TagClassName
{
border-color: #F2510C;
}
</style>