Shades of Persimmon #F3541C
Tints of Persimmon #F3541C
RGB
CMYK
RGB Variations
Color information
#F3541C (or 0xF3541C) is known color: Persimmon. HEX triplet: F3, 54 and 1C. RGB value is (243,84,28). Sum of RGB (Red+Green+Blue) = 243+84+28=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3541C is #0CABE3. Grayscale: #7D7D7D. Windows color (decimal): -830436 or 1856755. OLE color: 1856755.
HSL color Cylindrical-coordinate representation of color #F3541C: hue angle of 15.63º degrees, saturation: 0.9, 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 #F3541C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.05 |
| HSL | 15.63º | 0.9% | 0.53% | - |
| HSV(B) | 15.63º | 0.88% | 0.95% | - |
| XYZ | 40.34 | 25.48 | 3.89 | - |
| YUV | 125.16 | 73.18 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 28 | 0 | 0.65 | 0.88 | 0.05 | 15.63 | 0.9 | 0.53 |
| Hex | F3 | 54 | 1C | 0 | 41 | 58 | 5 | 10 | 5A | 35 |
| Octal | 363 | 124 | 34 | 0 | 101 | 130 | 5 | 20 | 132 | 65 |
| Binary | 11110011 | 1010100 | 11100 | 0 | 1000001 | 1011000 | 101 | 10000 | 1011010 | 110101 |
Color Harmonies of #F3541C
Complementary color
Monochromatic Colors of #F3541C
Black with #F3541C
Text Example
Text Example
White with #F3541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3541C; }
p { color: rgb(243,84,28); }
H1.HeaderClassName
{
color: #F3541C;
}
.AnyTagClassName
{
color: #F3541C;
}
</style>
background-color css
<style>
a { background-color: #F3541C; }
a { background-color: rgb(243,84,28); }
div.DivClassName
{
background-color: #F3541C;
}
.BgClassName
{
background-color: #F3541C;
}
</style>
border-color css
<style>
span { border-color: #F3541C; }
span { border-color: rgb(243,84,28); }
td.TdClassName
{
border-color: #F3541C;
}
.TagClassName
{
border-color: #F3541C;
}
</style>