Shades of Burnt Sienna #F1745B
Tints of Burnt Sienna #F1745B
RGB
CMYK
RGB Variations
Color information
#F1745B (or 0xF1745B) is known color: Burnt Sienna. HEX triplet: F1, 74 and 5B. RGB value is (241,116,91). Sum of RGB (Red+Green+Blue) = 241+116+91=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1745B is #0E8BA4. Grayscale: #969696. Windows color (decimal): -953253 or 5993713. OLE color: 5993713.
HSL color Cylindrical-coordinate representation of color #F1745B: hue angle of 10º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1745B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 91 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.05 |
| HSL | 10º | 0.84% | 0.65% | - |
| HSV(B) | 10º | 0.62% | 0.95% | - |
| XYZ | 44.41 | 31.95 | 13.72 | - |
| YUV | 150.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 91 | 0 | 0.52 | 0.62 | 0.05 | 10 | 0.84 | 0.65 |
| Hex | F1 | 74 | 5B | 0 | 34 | 3E | 5 | A | 54 | 41 |
| Octal | 361 | 164 | 133 | 0 | 64 | 76 | 5 | 12 | 124 | 101 |
| Binary | 11110001 | 1110100 | 1011011 | 0 | 110100 | 111110 | 101 | 1010 | 1010100 | 1000001 |
Color Harmonies of #F1745B
Complementary color
Monochromatic Colors of #F1745B
Black with #F1745B
Text Example
Text Example
White with #F1745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1745B; }
p { color: rgb(241,116,91); }
H1.HeaderClassName
{
color: #F1745B;
}
.AnyTagClassName
{
color: #F1745B;
}
</style>
background-color css
<style>
a { background-color: #F1745B; }
a { background-color: rgb(241,116,91); }
div.DivClassName
{
background-color: #F1745B;
}
.BgClassName
{
background-color: #F1745B;
}
</style>
border-color css
<style>
span { border-color: #F1745B; }
span { border-color: rgb(241,116,91); }
td.TdClassName
{
border-color: #F1745B;
}
.TagClassName
{
border-color: #F1745B;
}
</style>