Shades of Burnt Orange #F2742B
Tints of Burnt Orange #F2742B
RGB
CMYK
RGB Variations
Color information
#F2742B (or 0xF2742B) is known color: Burnt Orange. HEX triplet: F2, 74 and 2B. RGB value is (242,116,43). Sum of RGB (Red+Green+Blue) = 242+116+43=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2742B is #0D8BD4. Grayscale: #919191. Windows color (decimal): -887765 or 2847986. OLE color: 2847986.
HSL color Cylindrical-coordinate representation of color #F2742B: hue angle of 22.01º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2742B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.05 |
| HSL | 22.01º | 0.88% | 0.56% | - |
| HSV(B) | 22.01º | 0.82% | 0.95% | - |
| XYZ | 43.3 | 31.54 | 6.09 | - |
| YUV | 145.35 | 70.24 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 43 | 0 | 0.52 | 0.82 | 0.05 | 22.01 | 0.88 | 0.56 |
| Hex | F2 | 74 | 2B | 0 | 34 | 52 | 5 | 16 | 58 | 38 |
| Octal | 362 | 164 | 53 | 0 | 64 | 122 | 5 | 26 | 130 | 70 |
| Binary | 11110010 | 1110100 | 101011 | 0 | 110100 | 1010010 | 101 | 10110 | 1011000 | 111000 |
Color Harmonies of #F2742B
Complementary color
Monochromatic Colors of #F2742B
Black with #F2742B
Text Example
Text Example
White with #F2742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2742B; }
p { color: rgb(242,116,43); }
H1.HeaderClassName
{
color: #F2742B;
}
.AnyTagClassName
{
color: #F2742B;
}
</style>
background-color css
<style>
a { background-color: #F2742B; }
a { background-color: rgb(242,116,43); }
div.DivClassName
{
background-color: #F2742B;
}
.BgClassName
{
background-color: #F2742B;
}
</style>
border-color css
<style>
span { border-color: #F2742B; }
span { border-color: rgb(242,116,43); }
td.TdClassName
{
border-color: #F2742B;
}
.TagClassName
{
border-color: #F2742B;
}
</style>