Shades of Burnt Sienna #F77245
Tints of Burnt Sienna #F77245
RGB
CMYK
RGB Variations
Color information
#F77245 (or 0xF77245) is known color: Burnt Sienna. HEX triplet: F7, 72 and 45. RGB value is (247,114,69). Sum of RGB (Red+Green+Blue) = 247+114+69=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F77245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77245 is #088DBA. Grayscale: #949494. Windows color (decimal): -560571 or 4551415. OLE color: 4551415.
HSL color Cylindrical-coordinate representation of color #F77245: hue angle of 15.17º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F77245 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 69 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.03 |
| HSL | 15.17º | 0.92% | 0.62% | - |
| HSV(B) | 15.17º | 0.72% | 0.97% | - |
| XYZ | 45.45 | 32.24 | 9.46 | - |
| YUV | 148.64 | 83.06 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 69 | 0 | 0.54 | 0.72 | 0.03 | 15.17 | 0.92 | 0.62 |
| Hex | F7 | 72 | 45 | 0 | 36 | 48 | 3 | F | 5C | 3E |
| Octal | 367 | 162 | 105 | 0 | 66 | 110 | 3 | 17 | 134 | 76 |
| Binary | 11110111 | 1110010 | 1000101 | 0 | 110110 | 1001000 | 11 | 1111 | 1011100 | 111110 |
Color Harmonies of #F77245
Complementary color
Monochromatic Colors of #F77245
Black with #F77245
Text Example
Text Example
White with #F77245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77245; }
p { color: rgb(247,114,69); }
H1.HeaderClassName
{
color: #F77245;
}
.AnyTagClassName
{
color: #F77245;
}
</style>
background-color css
<style>
a { background-color: #F77245; }
a { background-color: rgb(247,114,69); }
div.DivClassName
{
background-color: #F77245;
}
.BgClassName
{
background-color: #F77245;
}
</style>
border-color css
<style>
span { border-color: #F77245; }
span { border-color: rgb(247,114,69); }
td.TdClassName
{
border-color: #F77245;
}
.TagClassName
{
border-color: #F77245;
}
</style>