Shades of Burnt Sienna #F27349
Tints of Burnt Sienna #F27349
RGB
CMYK
RGB Variations
Color information
#F27349 (or 0xF27349) is known color: Burnt Sienna. HEX triplet: F2, 73 and 49. RGB value is (242,115,73). Sum of RGB (Red+Green+Blue) = 242+115+73=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F27349 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27349 is #0D8CB6. Grayscale: #949494. Windows color (decimal): -887991 or 4813810. OLE color: 4813810.
HSL color Cylindrical-coordinate representation of color #F27349: hue angle of 14.91º 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 #F27349 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 73 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.05 |
| HSL | 14.91º | 0.87% | 0.62% | - |
| HSV(B) | 14.91º | 0.7% | 0.95% | - |
| XYZ | 43.95 | 31.62 | 10.09 | - |
| YUV | 148.19 | 85.58 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 73 | 0 | 0.52 | 0.70 | 0.05 | 14.91 | 0.87 | 0.62 |
| Hex | F2 | 73 | 49 | 0 | 34 | 46 | 5 | F | 57 | 3E |
| Octal | 362 | 163 | 111 | 0 | 64 | 106 | 5 | 17 | 127 | 76 |
| Binary | 11110010 | 1110011 | 1001001 | 0 | 110100 | 1000110 | 101 | 1111 | 1010111 | 111110 |
Color Harmonies of #F27349
Complementary color
Monochromatic Colors of #F27349
Black with #F27349
Text Example
Text Example
White with #F27349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27349; }
p { color: rgb(242,115,73); }
H1.HeaderClassName
{
color: #F27349;
}
.AnyTagClassName
{
color: #F27349;
}
</style>
background-color css
<style>
a { background-color: #F27349; }
a { background-color: rgb(242,115,73); }
div.DivClassName
{
background-color: #F27349;
}
.BgClassName
{
background-color: #F27349;
}
</style>
border-color css
<style>
span { border-color: #F27349; }
span { border-color: rgb(242,115,73); }
td.TdClassName
{
border-color: #F27349;
}
.TagClassName
{
border-color: #F27349;
}
</style>