Shades of Burnt Orange #F2743C
Tints of Burnt Orange #F2743C
RGB
CMYK
RGB Variations
Color information
#F2743C (or 0xF2743C) is known color: Burnt Orange. HEX triplet: F2, 74 and 3C. RGB value is (242,116,60). Sum of RGB (Red+Green+Blue) = 242+116+60=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2743C is #0D8BC3. Grayscale: #939393. Windows color (decimal): -887748 or 3962098. OLE color: 3962098.
HSL color Cylindrical-coordinate representation of color #F2743C: hue angle of 18.46º degrees, saturation: 0.88, 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 #F2743C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 60 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.05 |
| HSL | 18.46º | 0.88% | 0.59% | - |
| HSV(B) | 18.46º | 0.75% | 0.95% | - |
| XYZ | 43.68 | 31.69 | 8.09 | - |
| YUV | 147.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 60 | 0 | 0.52 | 0.75 | 0.05 | 18.46 | 0.88 | 0.59 |
| Hex | F2 | 74 | 3C | 0 | 34 | 4B | 5 | 12 | 58 | 3B |
| Octal | 362 | 164 | 74 | 0 | 64 | 113 | 5 | 22 | 130 | 73 |
| Binary | 11110010 | 1110100 | 111100 | 0 | 110100 | 1001011 | 101 | 10010 | 1011000 | 111011 |
Color Harmonies of #F2743C
Complementary color
Monochromatic Colors of #F2743C
Black with #F2743C
Text Example
Text Example
White with #F2743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2743C; }
p { color: rgb(242,116,60); }
H1.HeaderClassName
{
color: #F2743C;
}
.AnyTagClassName
{
color: #F2743C;
}
</style>
background-color css
<style>
a { background-color: #F2743C; }
a { background-color: rgb(242,116,60); }
div.DivClassName
{
background-color: #F2743C;
}
.BgClassName
{
background-color: #F2743C;
}
</style>
border-color css
<style>
span { border-color: #F2743C; }
span { border-color: rgb(242,116,60); }
td.TdClassName
{
border-color: #F2743C;
}
.TagClassName
{
border-color: #F2743C;
}
</style>