Shades of Burnt Sienna #F67552
Tints of Burnt Sienna #F67552
RGB
CMYK
RGB Variations
Color information
#F67552 (or 0xF67552) is known color: Burnt Sienna. HEX triplet: F6, 75 and 52. RGB value is (246,117,82). Sum of RGB (Red+Green+Blue) = 246+117+82=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F67552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67552 is #098AAD. Grayscale: #979797. Windows color (decimal): -625326 or 5404150. OLE color: 5404150.
HSL color Cylindrical-coordinate representation of color #F67552: hue angle of 12.8º 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 #F67552 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 82 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.04 |
| HSL | 12.8º | 0.9% | 0.64% | - |
| HSV(B) | 12.8º | 0.67% | 0.96% | - |
| XYZ | 45.89 | 32.92 | 11.92 | - |
| YUV | 151.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 82 | 0 | 0.52 | 0.67 | 0.04 | 12.8 | 0.9 | 0.64 |
| Hex | F6 | 75 | 52 | 0 | 34 | 43 | 4 | D | 5A | 40 |
| Octal | 366 | 165 | 122 | 0 | 64 | 103 | 4 | 15 | 132 | 100 |
| Binary | 11110110 | 1110101 | 1010010 | 0 | 110100 | 1000011 | 100 | 1101 | 1011010 | 1000000 |
Color Harmonies of #F67552
Complementary color
Monochromatic Colors of #F67552
Black with #F67552
Text Example
Text Example
White with #F67552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67552; }
p { color: rgb(246,117,82); }
H1.HeaderClassName
{
color: #F67552;
}
.AnyTagClassName
{
color: #F67552;
}
</style>
background-color css
<style>
a { background-color: #F67552; }
a { background-color: rgb(246,117,82); }
div.DivClassName
{
background-color: #F67552;
}
.BgClassName
{
background-color: #F67552;
}
</style>
border-color css
<style>
span { border-color: #F67552; }
span { border-color: rgb(246,117,82); }
td.TdClassName
{
border-color: #F67552;
}
.TagClassName
{
border-color: #F67552;
}
</style>