Shades of Burnt Sienna #F47052
Tints of Burnt Sienna #F47052
RGB
CMYK
RGB Variations
Color information
#F47052 (or 0xF47052) is known color: Burnt Sienna. HEX triplet: F4, 70 and 52. RGB value is (244,112,82). Sum of RGB (Red+Green+Blue) = 244+112+82=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F47052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47052 is #0B8FAD. Grayscale: #949494. Windows color (decimal): -757678 or 5402868. OLE color: 5402868.
HSL color Cylindrical-coordinate representation of color #F47052: hue angle of 11.11º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F47052 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 82 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.04 |
| HSL | 11.11º | 0.88% | 0.64% | - |
| HSV(B) | 11.11º | 0.66% | 0.96% | - |
| XYZ | 44.63 | 31.43 | 11.7 | - |
| YUV | 148.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 82 | 0 | 0.54 | 0.66 | 0.04 | 11.11 | 0.88 | 0.64 |
| Hex | F4 | 70 | 52 | 0 | 36 | 42 | 4 | B | 58 | 40 |
| Octal | 364 | 160 | 122 | 0 | 66 | 102 | 4 | 13 | 130 | 100 |
| Binary | 11110100 | 1110000 | 1010010 | 0 | 110110 | 1000010 | 100 | 1011 | 1011000 | 1000000 |
Color Harmonies of #F47052
Complementary color
Monochromatic Colors of #F47052
Black with #F47052
Text Example
Text Example
White with #F47052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47052; }
p { color: rgb(244,112,82); }
H1.HeaderClassName
{
color: #F47052;
}
.AnyTagClassName
{
color: #F47052;
}
</style>
background-color css
<style>
a { background-color: #F47052; }
a { background-color: rgb(244,112,82); }
div.DivClassName
{
background-color: #F47052;
}
.BgClassName
{
background-color: #F47052;
}
</style>
border-color css
<style>
span { border-color: #F47052; }
span { border-color: rgb(244,112,82); }
td.TdClassName
{
border-color: #F47052;
}
.TagClassName
{
border-color: #F47052;
}
</style>