Shades of Persimmon #F2511C
Tints of Persimmon #F2511C
RGB
CMYK
RGB Variations
Color information
#F2511C (or 0xF2511C) is known color: Persimmon. HEX triplet: F2, 51 and 1C. RGB value is (242,81,28). Sum of RGB (Red+Green+Blue) = 242+81+28=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2511C is #0DAEE3. Grayscale: #7B7B7B. Windows color (decimal): -896740 or 1855986. OLE color: 1855986.
HSL color Cylindrical-coordinate representation of color #F2511C: hue angle of 14.86º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2511C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 28 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.05 |
| HSL | 14.86º | 0.89% | 0.53% | - |
| HSV(B) | 14.86º | 0.88% | 0.95% | - |
| XYZ | 39.77 | 24.85 | 3.8 | - |
| YUV | 123.1 | 74.34 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 28 | 0 | 0.67 | 0.88 | 0.05 | 14.86 | 0.89 | 0.53 |
| Hex | F2 | 51 | 1C | 0 | 43 | 58 | 5 | F | 59 | 35 |
| Octal | 362 | 121 | 34 | 0 | 103 | 130 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010001 | 11100 | 0 | 1000011 | 1011000 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2511C
Complementary color
Monochromatic Colors of #F2511C
Black with #F2511C
Text Example
Text Example
White with #F2511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2511C; }
p { color: rgb(242,81,28); }
H1.HeaderClassName
{
color: #F2511C;
}
.AnyTagClassName
{
color: #F2511C;
}
</style>
background-color css
<style>
a { background-color: #F2511C; }
a { background-color: rgb(242,81,28); }
div.DivClassName
{
background-color: #F2511C;
}
.BgClassName
{
background-color: #F2511C;
}
</style>
border-color css
<style>
span { border-color: #F2511C; }
span { border-color: rgb(242,81,28); }
td.TdClassName
{
border-color: #F2511C;
}
.TagClassName
{
border-color: #F2511C;
}
</style>