Shades of Burnt Sienna #F67052
Tints of Burnt Sienna #F67052
RGB
CMYK
RGB Variations
Color information
#F67052 (or 0xF67052) is known color: Burnt Sienna. HEX triplet: F6, 70 and 52. RGB value is (246,112,82). Sum of RGB (Red+Green+Blue) = 246+112+82=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F67052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67052 is #098FAD. Grayscale: #949494. Windows color (decimal): -626606 or 5402870. OLE color: 5402870.
HSL color Cylindrical-coordinate representation of color #F67052: hue angle of 10.98º degrees, saturation: 0.9, 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 #F67052 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 82 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.04 |
| HSL | 10.98º | 0.9% | 0.64% | - |
| HSV(B) | 10.98º | 0.67% | 0.96% | - |
| XYZ | 45.32 | 31.79 | 11.73 | - |
| YUV | 148.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 82 | 0 | 0.54 | 0.67 | 0.04 | 10.98 | 0.9 | 0.64 |
| Hex | F6 | 70 | 52 | 0 | 36 | 43 | 4 | B | 5A | 40 |
| Octal | 366 | 160 | 122 | 0 | 66 | 103 | 4 | 13 | 132 | 100 |
| Binary | 11110110 | 1110000 | 1010010 | 0 | 110110 | 1000011 | 100 | 1011 | 1011010 | 1000000 |
Color Harmonies of #F67052
Complementary color
Monochromatic Colors of #F67052
Black with #F67052
Text Example
Text Example
White with #F67052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67052; }
p { color: rgb(246,112,82); }
H1.HeaderClassName
{
color: #F67052;
}
.AnyTagClassName
{
color: #F67052;
}
</style>
background-color css
<style>
a { background-color: #F67052; }
a { background-color: rgb(246,112,82); }
div.DivClassName
{
background-color: #F67052;
}
.BgClassName
{
background-color: #F67052;
}
</style>
border-color css
<style>
span { border-color: #F67052; }
span { border-color: rgb(246,112,82); }
td.TdClassName
{
border-color: #F67052;
}
.TagClassName
{
border-color: #F67052;
}
</style>