Shades of Burnt Sienna #F2704E
Tints of Burnt Sienna #F2704E
RGB
CMYK
RGB Variations
Color information
#F2704E (or 0xF2704E) is known color: Burnt Sienna. HEX triplet: F2, 70 and 4E. RGB value is (242,112,78). Sum of RGB (Red+Green+Blue) = 242+112+78=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2704E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2704E is #0D8FB1. Grayscale: #939393. Windows color (decimal): -888754 or 5140722. OLE color: 5140722.
HSL color Cylindrical-coordinate representation of color #F2704E: hue angle of 12.44º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2704E is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 78 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.05 |
| HSL | 12.44º | 0.86% | 0.63% | - |
| HSV(B) | 12.44º | 0.68% | 0.95% | - |
| XYZ | 43.79 | 31.02 | 10.89 | - |
| YUV | 146.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 78 | 0 | 0.54 | 0.68 | 0.05 | 12.44 | 0.86 | 0.63 |
| Hex | F2 | 70 | 4E | 0 | 36 | 44 | 5 | C | 56 | 3F |
| Octal | 362 | 160 | 116 | 0 | 66 | 104 | 5 | 14 | 126 | 77 |
| Binary | 11110010 | 1110000 | 1001110 | 0 | 110110 | 1000100 | 101 | 1100 | 1010110 | 111111 |
Color Harmonies of #F2704E
Complementary color
Monochromatic Colors of #F2704E
Black with #F2704E
Text Example
Text Example
White with #F2704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2704E; }
p { color: rgb(242,112,78); }
H1.HeaderClassName
{
color: #F2704E;
}
.AnyTagClassName
{
color: #F2704E;
}
</style>
background-color css
<style>
a { background-color: #F2704E; }
a { background-color: rgb(242,112,78); }
div.DivClassName
{
background-color: #F2704E;
}
.BgClassName
{
background-color: #F2704E;
}
</style>
border-color css
<style>
span { border-color: #F2704E; }
span { border-color: rgb(242,112,78); }
td.TdClassName
{
border-color: #F2704E;
}
.TagClassName
{
border-color: #F2704E;
}
</style>