Shades of Burnt Orange #F2702D
Tints of Burnt Orange #F2702D
RGB
CMYK
RGB Variations
Color information
#F2702D (or 0xF2702D) is known color: Burnt Orange. HEX triplet: F2, 70 and 2D. RGB value is (242,112,45). Sum of RGB (Red+Green+Blue) = 242+112+45=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2702D is #0D8FD2. Grayscale: #8F8F8F. Windows color (decimal): -888787 or 2978034. OLE color: 2978034.
HSL color Cylindrical-coordinate representation of color #F2702D: hue angle of 20.41º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2702D is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 45 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.05 |
| HSL | 20.41º | 0.88% | 0.56% | - |
| HSV(B) | 20.41º | 0.81% | 0.95% | - |
| XYZ | 42.89 | 30.66 | 6.14 | - |
| YUV | 143.23 | 72.57 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 45 | 0 | 0.54 | 0.81 | 0.05 | 20.41 | 0.88 | 0.56 |
| Hex | F2 | 70 | 2D | 0 | 36 | 51 | 5 | 14 | 58 | 38 |
| Octal | 362 | 160 | 55 | 0 | 66 | 121 | 5 | 24 | 130 | 70 |
| Binary | 11110010 | 1110000 | 101101 | 0 | 110110 | 1010001 | 101 | 10100 | 1011000 | 111000 |
Color Harmonies of #F2702D
Complementary color
Monochromatic Colors of #F2702D
Black with #F2702D
Text Example
Text Example
White with #F2702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2702D; }
p { color: rgb(242,112,45); }
H1.HeaderClassName
{
color: #F2702D;
}
.AnyTagClassName
{
color: #F2702D;
}
</style>
background-color css
<style>
a { background-color: #F2702D; }
a { background-color: rgb(242,112,45); }
div.DivClassName
{
background-color: #F2702D;
}
.BgClassName
{
background-color: #F2702D;
}
</style>
border-color css
<style>
span { border-color: #F2702D; }
span { border-color: rgb(242,112,45); }
td.TdClassName
{
border-color: #F2702D;
}
.TagClassName
{
border-color: #F2702D;
}
</style>