Shades of Persimmon #F1541D
Tints of Persimmon #F1541D
RGB
CMYK
RGB Variations
Color information
#F1541D (or 0xF1541D) is known color: Persimmon. HEX triplet: F1, 54 and 1D. RGB value is (241,84,29). Sum of RGB (Red+Green+Blue) = 241+84+29=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1541D is #0EABE2. Grayscale: #7D7D7D. Windows color (decimal): -961507 or 1922289. OLE color: 1922289.
HSL color Cylindrical-coordinate representation of color #F1541D: hue angle of 15.57º degrees, saturation: 0.88, 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 #F1541D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.05 |
| HSL | 15.57º | 0.88% | 0.53% | - |
| HSV(B) | 15.57º | 0.88% | 0.95% | - |
| XYZ | 39.67 | 25.13 | 3.92 | - |
| YUV | 124.67 | 74.01 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 29 | 0 | 0.65 | 0.88 | 0.05 | 15.57 | 0.88 | 0.53 |
| Hex | F1 | 54 | 1D | 0 | 41 | 58 | 5 | 10 | 58 | 35 |
| Octal | 361 | 124 | 35 | 0 | 101 | 130 | 5 | 20 | 130 | 65 |
| Binary | 11110001 | 1010100 | 11101 | 0 | 1000001 | 1011000 | 101 | 10000 | 1011000 | 110101 |
Color Harmonies of #F1541D
Complementary color
Monochromatic Colors of #F1541D
Black with #F1541D
Text Example
Text Example
White with #F1541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1541D; }
p { color: rgb(241,84,29); }
H1.HeaderClassName
{
color: #F1541D;
}
.AnyTagClassName
{
color: #F1541D;
}
</style>
background-color css
<style>
a { background-color: #F1541D; }
a { background-color: rgb(241,84,29); }
div.DivClassName
{
background-color: #F1541D;
}
.BgClassName
{
background-color: #F1541D;
}
</style>
border-color css
<style>
span { border-color: #F1541D; }
span { border-color: rgb(241,84,29); }
td.TdClassName
{
border-color: #F1541D;
}
.TagClassName
{
border-color: #F1541D;
}
</style>