Shades of Burnt Sienna #F67150
Tints of Burnt Sienna #F67150
RGB
CMYK
RGB Variations
Color information
#F67150 (or 0xF67150) is known color: Burnt Sienna. HEX triplet: F6, 71 and 50. RGB value is (246,113,80). Sum of RGB (Red+Green+Blue) = 246+113+80=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F67150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67150 is #098EAF. Grayscale: #959595. Windows color (decimal): -626352 or 5272054. OLE color: 5272054.
HSL color Cylindrical-coordinate representation of color #F67150: hue angle of 11.93º 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 #F67150 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 80 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.04 |
| HSL | 11.93º | 0.9% | 0.64% | - |
| HSV(B) | 11.93º | 0.67% | 0.96% | - |
| XYZ | 45.36 | 31.98 | 11.37 | - |
| YUV | 149.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 80 | 0 | 0.54 | 0.67 | 0.04 | 11.93 | 0.9 | 0.64 |
| Hex | F6 | 71 | 50 | 0 | 36 | 43 | 4 | C | 5A | 40 |
| Octal | 366 | 161 | 120 | 0 | 66 | 103 | 4 | 14 | 132 | 100 |
| Binary | 11110110 | 1110001 | 1010000 | 0 | 110110 | 1000011 | 100 | 1100 | 1011010 | 1000000 |
Color Harmonies of #F67150
Complementary color
Monochromatic Colors of #F67150
Black with #F67150
Text Example
Text Example
White with #F67150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67150; }
p { color: rgb(246,113,80); }
H1.HeaderClassName
{
color: #F67150;
}
.AnyTagClassName
{
color: #F67150;
}
</style>
background-color css
<style>
a { background-color: #F67150; }
a { background-color: rgb(246,113,80); }
div.DivClassName
{
background-color: #F67150;
}
.BgClassName
{
background-color: #F67150;
}
</style>
border-color css
<style>
span { border-color: #F67150; }
span { border-color: rgb(246,113,80); }
td.TdClassName
{
border-color: #F67150;
}
.TagClassName
{
border-color: #F67150;
}
</style>