Shades of Persimmon #F3541B
Tints of Persimmon #F3541B
RGB
CMYK
RGB Variations
Color information
#F3541B (or 0xF3541B) is known color: Persimmon. HEX triplet: F3, 54 and 1B. RGB value is (243,84,27). Sum of RGB (Red+Green+Blue) = 243+84+27=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3541B is #0CABE4. Grayscale: #7D7D7D. Windows color (decimal): -830437 or 1791219. OLE color: 1791219.
HSL color Cylindrical-coordinate representation of color #F3541B: hue angle of 15.83º degrees, saturation: 0.9, 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 #F3541B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 27 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.05 |
| HSL | 15.83º | 0.9% | 0.53% | - |
| HSV(B) | 15.83º | 0.89% | 0.95% | - |
| XYZ | 40.33 | 25.47 | 3.83 | - |
| YUV | 125.04 | 72.68 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 27 | 0 | 0.65 | 0.89 | 0.05 | 15.83 | 0.9 | 0.53 |
| Hex | F3 | 54 | 1B | 0 | 41 | 59 | 5 | 10 | 5A | 35 |
| Octal | 363 | 124 | 33 | 0 | 101 | 131 | 5 | 20 | 132 | 65 |
| Binary | 11110011 | 1010100 | 11011 | 0 | 1000001 | 1011001 | 101 | 10000 | 1011010 | 110101 |
Color Harmonies of #F3541B
Complementary color
Monochromatic Colors of #F3541B
Black with #F3541B
Text Example
Text Example
White with #F3541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3541B; }
p { color: rgb(243,84,27); }
H1.HeaderClassName
{
color: #F3541B;
}
.AnyTagClassName
{
color: #F3541B;
}
</style>
background-color css
<style>
a { background-color: #F3541B; }
a { background-color: rgb(243,84,27); }
div.DivClassName
{
background-color: #F3541B;
}
.BgClassName
{
background-color: #F3541B;
}
</style>
border-color css
<style>
span { border-color: #F3541B; }
span { border-color: rgb(243,84,27); }
td.TdClassName
{
border-color: #F3541B;
}
.TagClassName
{
border-color: #F3541B;
}
</style>