Shades of Persimmon #F2511B
Tints of Persimmon #F2511B
RGB
CMYK
RGB Variations
Color information
#F2511B (or 0xF2511B) is known color: Persimmon. HEX triplet: F2, 51 and 1B. RGB value is (242,81,27). Sum of RGB (Red+Green+Blue) = 242+81+27=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F2511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2511B is #0DAEE4. Grayscale: #7B7B7B. Windows color (decimal): -896741 or 1790450. OLE color: 1790450.
HSL color Cylindrical-coordinate representation of color #F2511B: hue angle of 15.07º 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 #F2511B is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 27 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.05 |
| HSL | 15.07º | 0.89% | 0.53% | - |
| HSV(B) | 15.07º | 0.89% | 0.95% | - |
| XYZ | 39.76 | 24.84 | 3.74 | - |
| YUV | 122.98 | 73.84 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 27 | 0 | 0.67 | 0.89 | 0.05 | 15.07 | 0.89 | 0.53 |
| Hex | F2 | 51 | 1B | 0 | 43 | 59 | 5 | F | 59 | 35 |
| Octal | 362 | 121 | 33 | 0 | 103 | 131 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010001 | 11011 | 0 | 1000011 | 1011001 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2511B
Complementary color
Monochromatic Colors of #F2511B
Black with #F2511B
Text Example
Text Example
White with #F2511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2511B; }
p { color: rgb(242,81,27); }
H1.HeaderClassName
{
color: #F2511B;
}
.AnyTagClassName
{
color: #F2511B;
}
</style>
background-color css
<style>
a { background-color: #F2511B; }
a { background-color: rgb(242,81,27); }
div.DivClassName
{
background-color: #F2511B;
}
.BgClassName
{
background-color: #F2511B;
}
</style>
border-color css
<style>
span { border-color: #F2511B; }
span { border-color: rgb(242,81,27); }
td.TdClassName
{
border-color: #F2511B;
}
.TagClassName
{
border-color: #F2511B;
}
</style>