Shades of Burnt Sienna #F47450
Tints of Burnt Sienna #F47450
RGB
CMYK
RGB Variations
Color information
#F47450 (or 0xF47450) is known color: Burnt Sienna. HEX triplet: F4, 74 and 50. RGB value is (244,116,80). Sum of RGB (Red+Green+Blue) = 244+116+80=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F47450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47450 is #0B8BAF. Grayscale: #969696. Windows color (decimal): -756656 or 5272820. OLE color: 5272820.
HSL color Cylindrical-coordinate representation of color #F47450: hue angle of 13.17º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F47450 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 80 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.04 |
| HSL | 13.17º | 0.88% | 0.64% | - |
| HSV(B) | 13.17º | 0.67% | 0.96% | - |
| XYZ | 45 | 32.3 | 11.45 | - |
| YUV | 150.17 | 88.41 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 80 | 0 | 0.52 | 0.67 | 0.04 | 13.17 | 0.88 | 0.64 |
| Hex | F4 | 74 | 50 | 0 | 34 | 43 | 4 | D | 58 | 40 |
| Octal | 364 | 164 | 120 | 0 | 64 | 103 | 4 | 15 | 130 | 100 |
| Binary | 11110100 | 1110100 | 1010000 | 0 | 110100 | 1000011 | 100 | 1101 | 1011000 | 1000000 |
Color Harmonies of #F47450
Complementary color
Monochromatic Colors of #F47450
Black with #F47450
Text Example
Text Example
White with #F47450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47450; }
p { color: rgb(244,116,80); }
H1.HeaderClassName
{
color: #F47450;
}
.AnyTagClassName
{
color: #F47450;
}
</style>
background-color css
<style>
a { background-color: #F47450; }
a { background-color: rgb(244,116,80); }
div.DivClassName
{
background-color: #F47450;
}
.BgClassName
{
background-color: #F47450;
}
</style>
border-color css
<style>
span { border-color: #F47450; }
span { border-color: rgb(244,116,80); }
td.TdClassName
{
border-color: #F47450;
}
.TagClassName
{
border-color: #F47450;
}
</style>