Shades of Burnt Sienna #F07045
Tints of Burnt Sienna #F07045
RGB
CMYK
RGB Variations
Color information
#F07045 (or 0xF07045) is known color: Burnt Sienna. HEX triplet: F0, 70 and 45. RGB value is (240,112,69). Sum of RGB (Red+Green+Blue) = 240+112+69=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F07045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07045 is #0F8FBA. Grayscale: #919191. Windows color (decimal): -1019835 or 4550896. OLE color: 4550896.
HSL color Cylindrical-coordinate representation of color #F07045: hue angle of 15.09º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F07045 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 69 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.06 |
| HSL | 15.09º | 0.85% | 0.61% | - |
| HSV(B) | 15.09º | 0.71% | 0.94% | - |
| XYZ | 42.8 | 30.54 | 9.27 | - |
| YUV | 145.37 | 84.91 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 69 | 0 | 0.53 | 0.71 | 0.06 | 15.09 | 0.85 | 0.61 |
| Hex | F0 | 70 | 45 | 0 | 35 | 47 | 6 | F | 55 | 3D |
| Octal | 360 | 160 | 105 | 0 | 65 | 107 | 6 | 17 | 125 | 75 |
| Binary | 11110000 | 1110000 | 1000101 | 0 | 110101 | 1000111 | 110 | 1111 | 1010101 | 111101 |
Color Harmonies of #F07045
Complementary color
Monochromatic Colors of #F07045
Black with #F07045
Text Example
Text Example
White with #F07045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07045; }
p { color: rgb(240,112,69); }
H1.HeaderClassName
{
color: #F07045;
}
.AnyTagClassName
{
color: #F07045;
}
</style>
background-color css
<style>
a { background-color: #F07045; }
a { background-color: rgb(240,112,69); }
div.DivClassName
{
background-color: #F07045;
}
.BgClassName
{
background-color: #F07045;
}
</style>
border-color css
<style>
span { border-color: #F07045; }
span { border-color: rgb(240,112,69); }
td.TdClassName
{
border-color: #F07045;
}
.TagClassName
{
border-color: #F07045;
}
</style>