Shades of Burnt Sienna #F07353
Tints of Burnt Sienna #F07353
RGB
CMYK
RGB Variations
Color information
#F07353 (or 0xF07353) is known color: Burnt Sienna. HEX triplet: F0, 73 and 53. RGB value is (240,115,83). Sum of RGB (Red+Green+Blue) = 240+115+83=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F07353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07353 is #0F8CAC. Grayscale: #949494. Windows color (decimal): -1019053 or 5469168. OLE color: 5469168.
HSL color Cylindrical-coordinate representation of color #F07353: hue angle of 12.23º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F07353 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 83 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.06 |
| HSL | 12.23º | 0.84% | 0.63% | - |
| HSV(B) | 12.23º | 0.65% | 0.94% | - |
| XYZ | 43.63 | 31.41 | 11.95 | - |
| YUV | 148.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 83 | 0 | 0.52 | 0.65 | 0.06 | 12.23 | 0.84 | 0.63 |
| Hex | F0 | 73 | 53 | 0 | 34 | 41 | 6 | C | 54 | 3F |
| Octal | 360 | 163 | 123 | 0 | 64 | 101 | 6 | 14 | 124 | 77 |
| Binary | 11110000 | 1110011 | 1010011 | 0 | 110100 | 1000001 | 110 | 1100 | 1010100 | 111111 |
Color Harmonies of #F07353
Complementary color
Monochromatic Colors of #F07353
Black with #F07353
Text Example
Text Example
White with #F07353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07353; }
p { color: rgb(240,115,83); }
H1.HeaderClassName
{
color: #F07353;
}
.AnyTagClassName
{
color: #F07353;
}
</style>
background-color css
<style>
a { background-color: #F07353; }
a { background-color: rgb(240,115,83); }
div.DivClassName
{
background-color: #F07353;
}
.BgClassName
{
background-color: #F07353;
}
</style>
border-color css
<style>
span { border-color: #F07353; }
span { border-color: rgb(240,115,83); }
td.TdClassName
{
border-color: #F07353;
}
.TagClassName
{
border-color: #F07353;
}
</style>