Shades of Burnt Orange #F2743D
Tints of Burnt Orange #F2743D
RGB
CMYK
RGB Variations
Color information
#F2743D (or 0xF2743D) is known color: Burnt Orange. HEX triplet: F2, 74 and 3D. RGB value is (242,116,61). Sum of RGB (Red+Green+Blue) = 242+116+61=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2743D is #0D8BC2. Grayscale: #939393. Windows color (decimal): -887747 or 4027634. OLE color: 4027634.
HSL color Cylindrical-coordinate representation of color #F2743D: hue angle of 18.23º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2743D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 61 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.05 |
| HSL | 18.23º | 0.87% | 0.59% | - |
| HSV(B) | 18.23º | 0.75% | 0.95% | - |
| XYZ | 43.71 | 31.7 | 8.23 | - |
| YUV | 147.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 61 | 0 | 0.52 | 0.75 | 0.05 | 18.23 | 0.87 | 0.59 |
| Hex | F2 | 74 | 3D | 0 | 34 | 4B | 5 | 12 | 57 | 3B |
| Octal | 362 | 164 | 75 | 0 | 64 | 113 | 5 | 22 | 127 | 73 |
| Binary | 11110010 | 1110100 | 111101 | 0 | 110100 | 1001011 | 101 | 10010 | 1010111 | 111011 |
Color Harmonies of #F2743D
Complementary color
Monochromatic Colors of #F2743D
Black with #F2743D
Text Example
Text Example
White with #F2743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2743D; }
p { color: rgb(242,116,61); }
H1.HeaderClassName
{
color: #F2743D;
}
.AnyTagClassName
{
color: #F2743D;
}
</style>
background-color css
<style>
a { background-color: #F2743D; }
a { background-color: rgb(242,116,61); }
div.DivClassName
{
background-color: #F2743D;
}
.BgClassName
{
background-color: #F2743D;
}
</style>
border-color css
<style>
span { border-color: #F2743D; }
span { border-color: rgb(242,116,61); }
td.TdClassName
{
border-color: #F2743D;
}
.TagClassName
{
border-color: #F2743D;
}
</style>