Shades of Burnt Sienna #F5704D
Tints of Burnt Sienna #F5704D
RGB
CMYK
RGB Variations
Color information
#F5704D (or 0xF5704D) is known color: Burnt Sienna. HEX triplet: F5, 70 and 4D. RGB value is (245,112,77). Sum of RGB (Red+Green+Blue) = 245+112+77=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5704D is #0A8FB2. Grayscale: #949494. Windows color (decimal): -692147 or 5075189. OLE color: 5075189.
HSL color Cylindrical-coordinate representation of color #F5704D: hue angle of 12.5º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5704D is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 77 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.04 |
| HSL | 12.5º | 0.89% | 0.63% | - |
| HSV(B) | 12.5º | 0.69% | 0.96% | - |
| XYZ | 44.79 | 31.54 | 10.75 | - |
| YUV | 147.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 77 | 0 | 0.54 | 0.69 | 0.04 | 12.5 | 0.89 | 0.63 |
| Hex | F5 | 70 | 4D | 0 | 36 | 45 | 4 | C | 59 | 3F |
| Octal | 365 | 160 | 115 | 0 | 66 | 105 | 4 | 14 | 131 | 77 |
| Binary | 11110101 | 1110000 | 1001101 | 0 | 110110 | 1000101 | 100 | 1100 | 1011001 | 111111 |
Color Harmonies of #F5704D
Complementary color
Monochromatic Colors of #F5704D
Black with #F5704D
Text Example
Text Example
White with #F5704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5704D; }
p { color: rgb(245,112,77); }
H1.HeaderClassName
{
color: #F5704D;
}
.AnyTagClassName
{
color: #F5704D;
}
</style>
background-color css
<style>
a { background-color: #F5704D; }
a { background-color: rgb(245,112,77); }
div.DivClassName
{
background-color: #F5704D;
}
.BgClassName
{
background-color: #F5704D;
}
</style>
border-color css
<style>
span { border-color: #F5704D; }
span { border-color: rgb(245,112,77); }
td.TdClassName
{
border-color: #F5704D;
}
.TagClassName
{
border-color: #F5704D;
}
</style>