Shades of Persimmon #F2541B
Tints of Persimmon #F2541B
RGB
CMYK
RGB Variations
Color information
#F2541B (or 0xF2541B) is known color: Persimmon. HEX triplet: F2, 54 and 1B. RGB value is (242,84,27). Sum of RGB (Red+Green+Blue) = 242+84+27=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2541B is #0DABE4. Grayscale: #7D7D7D. Windows color (decimal): -895973 or 1791218. OLE color: 1791218.
HSL color Cylindrical-coordinate representation of color #F2541B: hue angle of 15.91º 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 #F2541B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 27 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.05 |
| HSL | 15.91º | 0.89% | 0.53% | - |
| HSV(B) | 15.91º | 0.89% | 0.95% | - |
| XYZ | 39.99 | 25.3 | 3.81 | - |
| YUV | 124.74 | 72.85 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 27 | 0 | 0.65 | 0.89 | 0.05 | 15.91 | 0.89 | 0.53 |
| Hex | F2 | 54 | 1B | 0 | 41 | 59 | 5 | 10 | 59 | 35 |
| Octal | 362 | 124 | 33 | 0 | 101 | 131 | 5 | 20 | 131 | 65 |
| Binary | 11110010 | 1010100 | 11011 | 0 | 1000001 | 1011001 | 101 | 10000 | 1011001 | 110101 |
Color Harmonies of #F2541B
Complementary color
Monochromatic Colors of #F2541B
Black with #F2541B
Text Example
Text Example
White with #F2541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2541B; }
p { color: rgb(242,84,27); }
H1.HeaderClassName
{
color: #F2541B;
}
.AnyTagClassName
{
color: #F2541B;
}
</style>
background-color css
<style>
a { background-color: #F2541B; }
a { background-color: rgb(242,84,27); }
div.DivClassName
{
background-color: #F2541B;
}
.BgClassName
{
background-color: #F2541B;
}
</style>
border-color css
<style>
span { border-color: #F2541B; }
span { border-color: rgb(242,84,27); }
td.TdClassName
{
border-color: #F2541B;
}
.TagClassName
{
border-color: #F2541B;
}
</style>