Shades of Persimmon #F2511A
Tints of Persimmon #F2511A
RGB
CMYK
RGB Variations
Color information
#F2511A (or 0xF2511A) is known color: Persimmon. HEX triplet: F2, 51 and 1A. RGB value is (242,81,26). Sum of RGB (Red+Green+Blue) = 242+81+26=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F2511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2511A is #0DAEE5. Grayscale: #7B7B7B. Windows color (decimal): -896742 or 1724914. OLE color: 1724914.
HSL color Cylindrical-coordinate representation of color #F2511A: hue angle of 15.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2511A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 26 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.05 |
| HSL | 15.28º | 0.89% | 0.53% | - |
| HSV(B) | 15.28º | 0.89% | 0.95% | - |
| XYZ | 39.75 | 24.84 | 3.68 | - |
| YUV | 122.87 | 73.34 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 26 | 0 | 0.67 | 0.89 | 0.05 | 15.28 | 0.89 | 0.53 |
| Hex | F2 | 51 | 1A | 0 | 43 | 59 | 5 | F | 59 | 35 |
| Octal | 362 | 121 | 32 | 0 | 103 | 131 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010001 | 11010 | 0 | 1000011 | 1011001 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2511A
Complementary color
Monochromatic Colors of #F2511A
Black with #F2511A
Text Example
Text Example
White with #F2511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2511A; }
p { color: rgb(242,81,26); }
H1.HeaderClassName
{
color: #F2511A;
}
.AnyTagClassName
{
color: #F2511A;
}
</style>
background-color css
<style>
a { background-color: #F2511A; }
a { background-color: rgb(242,81,26); }
div.DivClassName
{
background-color: #F2511A;
}
.BgClassName
{
background-color: #F2511A;
}
</style>
border-color css
<style>
span { border-color: #F2511A; }
span { border-color: rgb(242,81,26); }
td.TdClassName
{
border-color: #F2511A;
}
.TagClassName
{
border-color: #F2511A;
}
</style>