Shades of Burnt Orange #F2743B
Tints of Burnt Orange #F2743B
RGB
CMYK
RGB Variations
Color information
#F2743B (or 0xF2743B) is known color: Burnt Orange. HEX triplet: F2, 74 and 3B. RGB value is (242,116,59). Sum of RGB (Red+Green+Blue) = 242+116+59=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2743B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2743B is #0D8BC4. Grayscale: #939393. Windows color (decimal): -887749 or 3896562. OLE color: 3896562.
HSL color Cylindrical-coordinate representation of color #F2743B: hue angle of 18.69º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2743B is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 59 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.05 |
| HSL | 18.69º | 0.88% | 0.59% | - |
| HSV(B) | 18.69º | 0.76% | 0.95% | - |
| XYZ | 43.65 | 31.68 | 7.95 | - |
| YUV | 147.18 | 78.24 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 59 | 0 | 0.52 | 0.76 | 0.05 | 18.69 | 0.88 | 0.59 |
| Hex | F2 | 74 | 3B | 0 | 34 | 4C | 5 | 13 | 58 | 3B |
| Octal | 362 | 164 | 73 | 0 | 64 | 114 | 5 | 23 | 130 | 73 |
| Binary | 11110010 | 1110100 | 111011 | 0 | 110100 | 1001100 | 101 | 10011 | 1011000 | 111011 |
Color Harmonies of #F2743B
Complementary color
Monochromatic Colors of #F2743B
Black with #F2743B
Text Example
Text Example
White with #F2743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2743B; }
p { color: rgb(242,116,59); }
H1.HeaderClassName
{
color: #F2743B;
}
.AnyTagClassName
{
color: #F2743B;
}
</style>
background-color css
<style>
a { background-color: #F2743B; }
a { background-color: rgb(242,116,59); }
div.DivClassName
{
background-color: #F2743B;
}
.BgClassName
{
background-color: #F2743B;
}
</style>
border-color css
<style>
span { border-color: #F2743B; }
span { border-color: rgb(242,116,59); }
td.TdClassName
{
border-color: #F2743B;
}
.TagClassName
{
border-color: #F2743B;
}
</style>