Shades of Burnt Sienna #F4704D
Tints of Burnt Sienna #F4704D
RGB
CMYK
RGB Variations
Color information
#F4704D (or 0xF4704D) is known color: Burnt Sienna. HEX triplet: F4, 70 and 4D. RGB value is (244,112,77). Sum of RGB (Red+Green+Blue) = 244+112+77=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4704D is #0B8FB2. Grayscale: #939393. Windows color (decimal): -757683 or 5075188. OLE color: 5075188.
HSL color Cylindrical-coordinate representation of color #F4704D: hue angle of 12.57º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4704D is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 77 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.04 |
| HSL | 12.57º | 0.88% | 0.63% | - |
| HSV(B) | 12.57º | 0.68% | 0.96% | - |
| XYZ | 44.44 | 31.36 | 10.73 | - |
| YUV | 147.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 77 | 0 | 0.54 | 0.68 | 0.04 | 12.57 | 0.88 | 0.63 |
| Hex | F4 | 70 | 4D | 0 | 36 | 44 | 4 | D | 58 | 3F |
| Octal | 364 | 160 | 115 | 0 | 66 | 104 | 4 | 15 | 130 | 77 |
| Binary | 11110100 | 1110000 | 1001101 | 0 | 110110 | 1000100 | 100 | 1101 | 1011000 | 111111 |
Color Harmonies of #F4704D
Complementary color
Monochromatic Colors of #F4704D
Black with #F4704D
Text Example
Text Example
White with #F4704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4704D; }
p { color: rgb(244,112,77); }
H1.HeaderClassName
{
color: #F4704D;
}
.AnyTagClassName
{
color: #F4704D;
}
</style>
background-color css
<style>
a { background-color: #F4704D; }
a { background-color: rgb(244,112,77); }
div.DivClassName
{
background-color: #F4704D;
}
.BgClassName
{
background-color: #F4704D;
}
</style>
border-color css
<style>
span { border-color: #F4704D; }
span { border-color: rgb(244,112,77); }
td.TdClassName
{
border-color: #F4704D;
}
.TagClassName
{
border-color: #F4704D;
}
</style>