Shades of Persimmon #F2541D
Tints of Persimmon #F2541D
RGB
CMYK
RGB Variations
Color information
#F2541D (or 0xF2541D) is known color: Persimmon. HEX triplet: F2, 54 and 1D. RGB value is (242,84,29). Sum of RGB (Red+Green+Blue) = 242+84+29=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2541D is #0DABE2. Grayscale: #7D7D7D. Windows color (decimal): -895971 or 1922290. OLE color: 1922290.
HSL color Cylindrical-coordinate representation of color #F2541D: hue angle of 15.49º 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 #F2541D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.05 |
| HSL | 15.49º | 0.89% | 0.53% | - |
| HSV(B) | 15.49º | 0.88% | 0.95% | - |
| XYZ | 40.01 | 25.31 | 3.94 | - |
| YUV | 124.97 | 73.85 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 29 | 0 | 0.65 | 0.88 | 0.05 | 15.49 | 0.89 | 0.53 |
| Hex | F2 | 54 | 1D | 0 | 41 | 58 | 5 | F | 59 | 35 |
| Octal | 362 | 124 | 35 | 0 | 101 | 130 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010100 | 11101 | 0 | 1000001 | 1011000 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2541D
Complementary color
Monochromatic Colors of #F2541D
Black with #F2541D
Text Example
Text Example
White with #F2541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2541D; }
p { color: rgb(242,84,29); }
H1.HeaderClassName
{
color: #F2541D;
}
.AnyTagClassName
{
color: #F2541D;
}
</style>
background-color css
<style>
a { background-color: #F2541D; }
a { background-color: rgb(242,84,29); }
div.DivClassName
{
background-color: #F2541D;
}
.BgClassName
{
background-color: #F2541D;
}
</style>
border-color css
<style>
span { border-color: #F2541D; }
span { border-color: rgb(242,84,29); }
td.TdClassName
{
border-color: #F2541D;
}
.TagClassName
{
border-color: #F2541D;
}
</style>