Shades of Burnt Sienna #F7704C
Tints of Burnt Sienna #F7704C
RGB
CMYK
RGB Variations
Color information
#F7704C (or 0xF7704C) is known color: Burnt Sienna. HEX triplet: F7, 70 and 4C. RGB value is (247,112,76). Sum of RGB (Red+Green+Blue) = 247+112+76=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7704C is #088FB3. Grayscale: #949494. Windows color (decimal): -561076 or 5009655. OLE color: 5009655.
HSL color Cylindrical-coordinate representation of color #F7704C: hue angle of 12.63º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7704C is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 76 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.03 |
| HSL | 12.63º | 0.91% | 0.63% | - |
| HSV(B) | 12.63º | 0.69% | 0.97% | - |
| XYZ | 45.46 | 31.88 | 10.6 | - |
| YUV | 148.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 76 | 0 | 0.55 | 0.69 | 0.03 | 12.63 | 0.91 | 0.63 |
| Hex | F7 | 70 | 4C | 0 | 37 | 45 | 3 | D | 5B | 3F |
| Octal | 367 | 160 | 114 | 0 | 67 | 105 | 3 | 15 | 133 | 77 |
| Binary | 11110111 | 1110000 | 1001100 | 0 | 110111 | 1000101 | 11 | 1101 | 1011011 | 111111 |
Color Harmonies of #F7704C
Complementary color
Monochromatic Colors of #F7704C
Black with #F7704C
Text Example
Text Example
White with #F7704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7704C; }
p { color: rgb(247,112,76); }
H1.HeaderClassName
{
color: #F7704C;
}
.AnyTagClassName
{
color: #F7704C;
}
</style>
background-color css
<style>
a { background-color: #F7704C; }
a { background-color: rgb(247,112,76); }
div.DivClassName
{
background-color: #F7704C;
}
.BgClassName
{
background-color: #F7704C;
}
</style>
border-color css
<style>
span { border-color: #F7704C; }
span { border-color: rgb(247,112,76); }
td.TdClassName
{
border-color: #F7704C;
}
.TagClassName
{
border-color: #F7704C;
}
</style>