Shades of Burnt Sienna #F67246
Tints of Burnt Sienna #F67246
RGB
CMYK
RGB Variations
Color information
#F67246 (or 0xF67246) is known color: Burnt Sienna. HEX triplet: F6, 72 and 46. RGB value is (246,114,70). Sum of RGB (Red+Green+Blue) = 246+114+70=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F67246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67246 is #098DB9. Grayscale: #949494. Windows color (decimal): -626106 or 4616950. OLE color: 4616950.
HSL color Cylindrical-coordinate representation of color #F67246: hue angle of 15º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F67246 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 70 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.04 |
| HSL | 15º | 0.91% | 0.62% | - |
| HSV(B) | 15º | 0.72% | 0.96% | - |
| XYZ | 45.13 | 32.07 | 9.61 | - |
| YUV | 148.45 | 83.73 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 70 | 0 | 0.54 | 0.72 | 0.04 | 15 | 0.91 | 0.62 |
| Hex | F6 | 72 | 46 | 0 | 36 | 48 | 4 | F | 5B | 3E |
| Octal | 366 | 162 | 106 | 0 | 66 | 110 | 4 | 17 | 133 | 76 |
| Binary | 11110110 | 1110010 | 1000110 | 0 | 110110 | 1001000 | 100 | 1111 | 1011011 | 111110 |
Color Harmonies of #F67246
Complementary color
Monochromatic Colors of #F67246
Black with #F67246
Text Example
Text Example
White with #F67246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67246; }
p { color: rgb(246,114,70); }
H1.HeaderClassName
{
color: #F67246;
}
.AnyTagClassName
{
color: #F67246;
}
</style>
background-color css
<style>
a { background-color: #F67246; }
a { background-color: rgb(246,114,70); }
div.DivClassName
{
background-color: #F67246;
}
.BgClassName
{
background-color: #F67246;
}
</style>
border-color css
<style>
span { border-color: #F67246; }
span { border-color: rgb(246,114,70); }
td.TdClassName
{
border-color: #F67246;
}
.TagClassName
{
border-color: #F67246;
}
</style>