Shades of Burnt Sienna #F07048
Tints of Burnt Sienna #F07048
RGB
CMYK
RGB Variations
Color information
#F07048 (or 0xF07048) is known color: Burnt Sienna. HEX triplet: F0, 70 and 48. RGB value is (240,112,72). Sum of RGB (Red+Green+Blue) = 240+112+72=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F07048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07048 is #0F8FB7. Grayscale: #919191. Windows color (decimal): -1019832 or 4747504. OLE color: 4747504.
HSL color Cylindrical-coordinate representation of color #F07048: hue angle of 14.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F07048 is Cyan = 0, Magento = 0.53, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 72 | - |
| CMYK | 0 | 0.53 | 0.7 | 0.06 |
| HSL | 14.29º | 0.85% | 0.61% | - |
| HSV(B) | 14.29º | 0.7% | 0.94% | - |
| XYZ | 42.9 | 30.58 | 9.77 | - |
| YUV | 145.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 72 | 0 | 0.53 | 0.7 | 0.06 | 14.29 | 0.85 | 0.61 |
| Hex | F0 | 70 | 48 | 0 | 35 | 46 | 6 | E | 55 | 3D |
| Octal | 360 | 160 | 110 | 0 | 65 | 106 | 6 | 16 | 125 | 75 |
| Binary | 11110000 | 1110000 | 1001000 | 0 | 110101 | 1000110 | 110 | 1110 | 1010101 | 111101 |
Color Harmonies of #F07048
Complementary color
Monochromatic Colors of #F07048
Black with #F07048
Text Example
Text Example
White with #F07048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07048; }
p { color: rgb(240,112,72); }
H1.HeaderClassName
{
color: #F07048;
}
.AnyTagClassName
{
color: #F07048;
}
</style>
background-color css
<style>
a { background-color: #F07048; }
a { background-color: rgb(240,112,72); }
div.DivClassName
{
background-color: #F07048;
}
.BgClassName
{
background-color: #F07048;
}
</style>
border-color css
<style>
span { border-color: #F07048; }
span { border-color: rgb(240,112,72); }
td.TdClassName
{
border-color: #F07048;
}
.TagClassName
{
border-color: #F07048;
}
</style>