Shades of Burnt Sienna #F37350
Tints of Burnt Sienna #F37350
RGB
CMYK
RGB Variations
Color information
#F37350 (or 0xF37350) is known color: Burnt Sienna. HEX triplet: F3, 73 and 50. RGB value is (243,115,80). Sum of RGB (Red+Green+Blue) = 243+115+80=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F37350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37350 is #0C8CAF. Grayscale: #959595. Windows color (decimal): -822448 or 5272563. OLE color: 5272563.
HSL color Cylindrical-coordinate representation of color #F37350: hue angle of 12.88º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F37350 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 80 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.05 |
| HSL | 12.88º | 0.87% | 0.63% | - |
| HSV(B) | 12.88º | 0.67% | 0.95% | - |
| XYZ | 44.54 | 31.9 | 11.4 | - |
| YUV | 149.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 80 | 0 | 0.53 | 0.67 | 0.05 | 12.88 | 0.87 | 0.63 |
| Hex | F3 | 73 | 50 | 0 | 35 | 43 | 5 | D | 57 | 3F |
| Octal | 363 | 163 | 120 | 0 | 65 | 103 | 5 | 15 | 127 | 77 |
| Binary | 11110011 | 1110011 | 1010000 | 0 | 110101 | 1000011 | 101 | 1101 | 1010111 | 111111 |
Color Harmonies of #F37350
Complementary color
Monochromatic Colors of #F37350
Black with #F37350
Text Example
Text Example
White with #F37350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37350; }
p { color: rgb(243,115,80); }
H1.HeaderClassName
{
color: #F37350;
}
.AnyTagClassName
{
color: #F37350;
}
</style>
background-color css
<style>
a { background-color: #F37350; }
a { background-color: rgb(243,115,80); }
div.DivClassName
{
background-color: #F37350;
}
.BgClassName
{
background-color: #F37350;
}
</style>
border-color css
<style>
span { border-color: #F37350; }
span { border-color: rgb(243,115,80); }
td.TdClassName
{
border-color: #F37350;
}
.TagClassName
{
border-color: #F37350;
}
</style>