Shades of Burnt Sienna #F17353
Tints of Burnt Sienna #F17353
RGB
CMYK
RGB Variations
Color information
#F17353 (or 0xF17353) is known color: Burnt Sienna. HEX triplet: F1, 73 and 53. RGB value is (241,115,83). Sum of RGB (Red+Green+Blue) = 241+115+83=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F17353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17353 is #0E8CAC. Grayscale: #959595. Windows color (decimal): -953517 or 5469169. OLE color: 5469169.
HSL color Cylindrical-coordinate representation of color #F17353: hue angle of 12.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F17353 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 83 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.05 |
| HSL | 12.15º | 0.85% | 0.64% | - |
| HSV(B) | 12.15º | 0.66% | 0.95% | - |
| XYZ | 43.97 | 31.59 | 11.96 | - |
| YUV | 149.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 83 | 0 | 0.52 | 0.66 | 0.05 | 12.15 | 0.85 | 0.64 |
| Hex | F1 | 73 | 53 | 0 | 34 | 42 | 5 | C | 55 | 40 |
| Octal | 361 | 163 | 123 | 0 | 64 | 102 | 5 | 14 | 125 | 100 |
| Binary | 11110001 | 1110011 | 1010011 | 0 | 110100 | 1000010 | 101 | 1100 | 1010101 | 1000000 |
Color Harmonies of #F17353
Complementary color
Monochromatic Colors of #F17353
Black with #F17353
Text Example
Text Example
White with #F17353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17353; }
p { color: rgb(241,115,83); }
H1.HeaderClassName
{
color: #F17353;
}
.AnyTagClassName
{
color: #F17353;
}
</style>
background-color css
<style>
a { background-color: #F17353; }
a { background-color: rgb(241,115,83); }
div.DivClassName
{
background-color: #F17353;
}
.BgClassName
{
background-color: #F17353;
}
</style>
border-color css
<style>
span { border-color: #F17353; }
span { border-color: rgb(241,115,83); }
td.TdClassName
{
border-color: #F17353;
}
.TagClassName
{
border-color: #F17353;
}
</style>