Shades of Burnt Sienna #F6744C
Tints of Burnt Sienna #F6744C
RGB
CMYK
RGB Variations
Color information
#F6744C (or 0xF6744C) is known color: Burnt Sienna. HEX triplet: F6, 74 and 4C. RGB value is (246,116,76). Sum of RGB (Red+Green+Blue) = 246+116+76=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6744C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6744C is #098BB3. Grayscale: #969696. Windows color (decimal): -625588 or 5010678. OLE color: 5010678.
HSL color Cylindrical-coordinate representation of color #F6744C: hue angle of 14.12º 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 #F6744C is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 76 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.04 |
| HSL | 14.12º | 0.9% | 0.63% | - |
| HSV(B) | 14.12º | 0.69% | 0.96% | - |
| XYZ | 45.56 | 32.61 | 10.73 | - |
| YUV | 150.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 76 | 0 | 0.53 | 0.69 | 0.04 | 14.12 | 0.9 | 0.63 |
| Hex | F6 | 74 | 4C | 0 | 35 | 45 | 4 | E | 5A | 3F |
| Octal | 366 | 164 | 114 | 0 | 65 | 105 | 4 | 16 | 132 | 77 |
| Binary | 11110110 | 1110100 | 1001100 | 0 | 110101 | 1000101 | 100 | 1110 | 1011010 | 111111 |
Color Harmonies of #F6744C
Complementary color
Monochromatic Colors of #F6744C
Black with #F6744C
Text Example
Text Example
White with #F6744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6744C; }
p { color: rgb(246,116,76); }
H1.HeaderClassName
{
color: #F6744C;
}
.AnyTagClassName
{
color: #F6744C;
}
</style>
background-color css
<style>
a { background-color: #F6744C; }
a { background-color: rgb(246,116,76); }
div.DivClassName
{
background-color: #F6744C;
}
.BgClassName
{
background-color: #F6744C;
}
</style>
border-color css
<style>
span { border-color: #F6744C; }
span { border-color: rgb(246,116,76); }
td.TdClassName
{
border-color: #F6744C;
}
.TagClassName
{
border-color: #F6744C;
}
</style>