Shades of Burnt Sienna #F27048
Tints of Burnt Sienna #F27048
RGB
CMYK
RGB Variations
Color information
#F27048 (or 0xF27048) is known color: Burnt Sienna. HEX triplet: F2, 70 and 48. RGB value is (242,112,72). Sum of RGB (Red+Green+Blue) = 242+112+72=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F27048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27048 is #0D8FB7. Grayscale: #929292. Windows color (decimal): -888760 or 4747506. OLE color: 4747506.
HSL color Cylindrical-coordinate representation of color #F27048: hue angle of 14.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F27048 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 72 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.05 |
| HSL | 14.12º | 0.87% | 0.62% | - |
| HSV(B) | 14.12º | 0.7% | 0.95% | - |
| XYZ | 43.58 | 30.93 | 9.8 | - |
| YUV | 146.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 72 | 0 | 0.54 | 0.70 | 0.05 | 14.12 | 0.87 | 0.62 |
| Hex | F2 | 70 | 48 | 0 | 36 | 46 | 5 | E | 57 | 3E |
| Octal | 362 | 160 | 110 | 0 | 66 | 106 | 5 | 16 | 127 | 76 |
| Binary | 11110010 | 1110000 | 1001000 | 0 | 110110 | 1000110 | 101 | 1110 | 1010111 | 111110 |
Color Harmonies of #F27048
Complementary color
Monochromatic Colors of #F27048
Black with #F27048
Text Example
Text Example
White with #F27048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27048; }
p { color: rgb(242,112,72); }
H1.HeaderClassName
{
color: #F27048;
}
.AnyTagClassName
{
color: #F27048;
}
</style>
background-color css
<style>
a { background-color: #F27048; }
a { background-color: rgb(242,112,72); }
div.DivClassName
{
background-color: #F27048;
}
.BgClassName
{
background-color: #F27048;
}
</style>
border-color css
<style>
span { border-color: #F27048; }
span { border-color: rgb(242,112,72); }
td.TdClassName
{
border-color: #F27048;
}
.TagClassName
{
border-color: #F27048;
}
</style>