Shades of Burnt Orange #F2713E
Tints of Burnt Orange #F2713E
RGB
CMYK
RGB Variations
Color information
#F2713E (or 0xF2713E) is known color: Burnt Orange. HEX triplet: F2, 71 and 3E. RGB value is (242,113,62). Sum of RGB (Red+Green+Blue) = 242+113+62=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2713E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2713E is #0D8EC1. Grayscale: #929292. Windows color (decimal): -888514 or 4092402. OLE color: 4092402.
HSL color Cylindrical-coordinate representation of color #F2713E: hue angle of 17º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2713E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 62 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.05 |
| HSL | 17º | 0.87% | 0.6% | - |
| HSV(B) | 17º | 0.74% | 0.95% | - |
| XYZ | 43.39 | 31.04 | 8.26 | - |
| YUV | 145.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 62 | 0 | 0.53 | 0.74 | 0.05 | 17 | 0.87 | 0.6 |
| Hex | F2 | 71 | 3E | 0 | 35 | 4A | 5 | 11 | 57 | 3C |
| Octal | 362 | 161 | 76 | 0 | 65 | 112 | 5 | 21 | 127 | 74 |
| Binary | 11110010 | 1110001 | 111110 | 0 | 110101 | 1001010 | 101 | 10001 | 1010111 | 111100 |
Color Harmonies of #F2713E
Complementary color
Monochromatic Colors of #F2713E
Black with #F2713E
Text Example
Text Example
White with #F2713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2713E; }
p { color: rgb(242,113,62); }
H1.HeaderClassName
{
color: #F2713E;
}
.AnyTagClassName
{
color: #F2713E;
}
</style>
background-color css
<style>
a { background-color: #F2713E; }
a { background-color: rgb(242,113,62); }
div.DivClassName
{
background-color: #F2713E;
}
.BgClassName
{
background-color: #F2713E;
}
</style>
border-color css
<style>
span { border-color: #F2713E; }
span { border-color: rgb(242,113,62); }
td.TdClassName
{
border-color: #F2713E;
}
.TagClassName
{
border-color: #F2713E;
}
</style>