Shades of Burnt Sienna #F67152
Tints of Burnt Sienna #F67152
RGB
CMYK
RGB Variations
Color information
#F67152 (or 0xF67152) is known color: Burnt Sienna. HEX triplet: F6, 71 and 52. RGB value is (246,113,82). Sum of RGB (Red+Green+Blue) = 246+113+82=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F67152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67152 is #098EAD. Grayscale: #959595. Windows color (decimal): -626350 or 5403126. OLE color: 5403126.
HSL color Cylindrical-coordinate representation of color #F67152: hue angle of 11.34º 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 #F67152 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 82 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.04 |
| HSL | 11.34º | 0.9% | 0.64% | - |
| HSV(B) | 11.34º | 0.67% | 0.96% | - |
| XYZ | 45.43 | 32.01 | 11.77 | - |
| YUV | 149.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 82 | 0 | 0.54 | 0.67 | 0.04 | 11.34 | 0.9 | 0.64 |
| Hex | F6 | 71 | 52 | 0 | 36 | 43 | 4 | B | 5A | 40 |
| Octal | 366 | 161 | 122 | 0 | 66 | 103 | 4 | 13 | 132 | 100 |
| Binary | 11110110 | 1110001 | 1010010 | 0 | 110110 | 1000011 | 100 | 1011 | 1011010 | 1000000 |
Color Harmonies of #F67152
Complementary color
Monochromatic Colors of #F67152
Black with #F67152
Text Example
Text Example
White with #F67152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67152; }
p { color: rgb(246,113,82); }
H1.HeaderClassName
{
color: #F67152;
}
.AnyTagClassName
{
color: #F67152;
}
</style>
background-color css
<style>
a { background-color: #F67152; }
a { background-color: rgb(246,113,82); }
div.DivClassName
{
background-color: #F67152;
}
.BgClassName
{
background-color: #F67152;
}
</style>
border-color css
<style>
span { border-color: #F67152; }
span { border-color: rgb(246,113,82); }
td.TdClassName
{
border-color: #F67152;
}
.TagClassName
{
border-color: #F67152;
}
</style>