Shades of Burnt Sienna #F6714C
Tints of Burnt Sienna #F6714C
RGB
CMYK
RGB Variations
Color information
#F6714C (or 0xF6714C) is known color: Burnt Sienna. HEX triplet: F6, 71 and 4C. RGB value is (246,113,76). Sum of RGB (Red+Green+Blue) = 246+113+76=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F6714C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6714C is #098EB3. Grayscale: #949494. Windows color (decimal): -626356 or 5009910. OLE color: 5009910.
HSL color Cylindrical-coordinate representation of color #F6714C: hue angle of 13.06º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6714C is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 76 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.04 |
| HSL | 13.06º | 0.9% | 0.63% | - |
| HSV(B) | 13.06º | 0.69% | 0.96% | - |
| XYZ | 45.22 | 31.92 | 10.62 | - |
| YUV | 148.55 | 87.06 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 76 | 0 | 0.54 | 0.69 | 0.04 | 13.06 | 0.9 | 0.63 |
| Hex | F6 | 71 | 4C | 0 | 36 | 45 | 4 | D | 5A | 3F |
| Octal | 366 | 161 | 114 | 0 | 66 | 105 | 4 | 15 | 132 | 77 |
| Binary | 11110110 | 1110001 | 1001100 | 0 | 110110 | 1000101 | 100 | 1101 | 1011010 | 111111 |
Color Harmonies of #F6714C
Complementary color
Monochromatic Colors of #F6714C
Black with #F6714C
Text Example
Text Example
White with #F6714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6714C; }
p { color: rgb(246,113,76); }
H1.HeaderClassName
{
color: #F6714C;
}
.AnyTagClassName
{
color: #F6714C;
}
</style>
background-color css
<style>
a { background-color: #F6714C; }
a { background-color: rgb(246,113,76); }
div.DivClassName
{
background-color: #F6714C;
}
.BgClassName
{
background-color: #F6714C;
}
</style>
border-color css
<style>
span { border-color: #F6714C; }
span { border-color: rgb(246,113,76); }
td.TdClassName
{
border-color: #F6714C;
}
.TagClassName
{
border-color: #F6714C;
}
</style>