Shades of Burnt Sienna #F8714C
Tints of Burnt Sienna #F8714C
RGB
CMYK
RGB Variations
Color information
#F8714C (or 0xF8714C) is known color: Burnt Sienna. HEX triplet: F8, 71 and 4C. RGB value is (248,113,76). Sum of RGB (Red+Green+Blue) = 248+113+76=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F8714C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8714C is #078EB3. Grayscale: #959595. Windows color (decimal): -495284 or 5009912. OLE color: 5009912.
HSL color Cylindrical-coordinate representation of color #F8714C: hue angle of 12.91º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8714C is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 76 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.03 |
| HSL | 12.91º | 0.92% | 0.64% | - |
| HSV(B) | 12.91º | 0.69% | 0.97% | - |
| XYZ | 45.92 | 32.29 | 10.65 | - |
| YUV | 149.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 76 | 0 | 0.54 | 0.69 | 0.03 | 12.91 | 0.92 | 0.64 |
| Hex | F8 | 71 | 4C | 0 | 36 | 45 | 3 | D | 5C | 40 |
| Octal | 370 | 161 | 114 | 0 | 66 | 105 | 3 | 15 | 134 | 100 |
| Binary | 11111000 | 1110001 | 1001100 | 0 | 110110 | 1000101 | 11 | 1101 | 1011100 | 1000000 |
Color Harmonies of #F8714C
Complementary color
Monochromatic Colors of #F8714C
Black with #F8714C
Text Example
Text Example
White with #F8714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8714C; }
p { color: rgb(248,113,76); }
H1.HeaderClassName
{
color: #F8714C;
}
.AnyTagClassName
{
color: #F8714C;
}
</style>
background-color css
<style>
a { background-color: #F8714C; }
a { background-color: rgb(248,113,76); }
div.DivClassName
{
background-color: #F8714C;
}
.BgClassName
{
background-color: #F8714C;
}
</style>
border-color css
<style>
span { border-color: #F8714C; }
span { border-color: rgb(248,113,76); }
td.TdClassName
{
border-color: #F8714C;
}
.TagClassName
{
border-color: #F8714C;
}
</style>