Shades of Burnt Sienna #F37450
Tints of Burnt Sienna #F37450
RGB
CMYK
RGB Variations
Color information
#F37450 (or 0xF37450) is known color: Burnt Sienna. HEX triplet: F3, 74 and 50. RGB value is (243,116,80). Sum of RGB (Red+Green+Blue) = 243+116+80=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F37450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37450 is #0C8BAF. Grayscale: #969696. Windows color (decimal): -822192 or 5272819. OLE color: 5272819.
HSL color Cylindrical-coordinate representation of color #F37450: hue angle of 13.25º 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 #F37450 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 80 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.05 |
| HSL | 13.25º | 0.87% | 0.63% | - |
| HSV(B) | 13.25º | 0.67% | 0.95% | - |
| XYZ | 44.66 | 32.12 | 11.44 | - |
| YUV | 149.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 80 | 0 | 0.52 | 0.67 | 0.05 | 13.25 | 0.87 | 0.63 |
| Hex | F3 | 74 | 50 | 0 | 34 | 43 | 5 | D | 57 | 3F |
| Octal | 363 | 164 | 120 | 0 | 64 | 103 | 5 | 15 | 127 | 77 |
| Binary | 11110011 | 1110100 | 1010000 | 0 | 110100 | 1000011 | 101 | 1101 | 1010111 | 111111 |
Color Harmonies of #F37450
Complementary color
Monochromatic Colors of #F37450
Black with #F37450
Text Example
Text Example
White with #F37450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37450; }
p { color: rgb(243,116,80); }
H1.HeaderClassName
{
color: #F37450;
}
.AnyTagClassName
{
color: #F37450;
}
</style>
background-color css
<style>
a { background-color: #F37450; }
a { background-color: rgb(243,116,80); }
div.DivClassName
{
background-color: #F37450;
}
.BgClassName
{
background-color: #F37450;
}
</style>
border-color css
<style>
span { border-color: #F37450; }
span { border-color: rgb(243,116,80); }
td.TdClassName
{
border-color: #F37450;
}
.TagClassName
{
border-color: #F37450;
}
</style>