Shades of Burnt Sienna #F1704D
Tints of Burnt Sienna #F1704D
RGB
CMYK
RGB Variations
Color information
#F1704D (or 0xF1704D) is known color: Burnt Sienna. HEX triplet: F1, 70 and 4D. RGB value is (241,112,77). Sum of RGB (Red+Green+Blue) = 241+112+77=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1704D is #0E8FB2. Grayscale: #929292. Windows color (decimal): -954291 or 5075185. OLE color: 5075185.
HSL color Cylindrical-coordinate representation of color #F1704D: hue angle of 12.8º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1704D is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 77 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.05 |
| HSL | 12.8º | 0.85% | 0.62% | - |
| HSV(B) | 12.8º | 0.68% | 0.95% | - |
| XYZ | 43.41 | 30.82 | 10.68 | - |
| YUV | 146.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 77 | 0 | 0.54 | 0.68 | 0.05 | 12.8 | 0.85 | 0.62 |
| Hex | F1 | 70 | 4D | 0 | 36 | 44 | 5 | D | 55 | 3E |
| Octal | 361 | 160 | 115 | 0 | 66 | 104 | 5 | 15 | 125 | 76 |
| Binary | 11110001 | 1110000 | 1001101 | 0 | 110110 | 1000100 | 101 | 1101 | 1010101 | 111110 |
Color Harmonies of #F1704D
Complementary color
Monochromatic Colors of #F1704D
Black with #F1704D
Text Example
Text Example
White with #F1704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1704D; }
p { color: rgb(241,112,77); }
H1.HeaderClassName
{
color: #F1704D;
}
.AnyTagClassName
{
color: #F1704D;
}
</style>
background-color css
<style>
a { background-color: #F1704D; }
a { background-color: rgb(241,112,77); }
div.DivClassName
{
background-color: #F1704D;
}
.BgClassName
{
background-color: #F1704D;
}
</style>
border-color css
<style>
span { border-color: #F1704D; }
span { border-color: rgb(241,112,77); }
td.TdClassName
{
border-color: #F1704D;
}
.TagClassName
{
border-color: #F1704D;
}
</style>