Shades of Burnt Orange #F2702B
Tints of Burnt Orange #F2702B
RGB
CMYK
RGB Variations
Color information
#F2702B (or 0xF2702B) is known color: Burnt Orange. HEX triplet: F2, 70 and 2B. RGB value is (242,112,43). Sum of RGB (Red+Green+Blue) = 242+112+43=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F2702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2702B is #0D8FD4. Grayscale: #8F8F8F. Windows color (decimal): -888789 or 2846962. OLE color: 2846962.
HSL color Cylindrical-coordinate representation of color #F2702B: hue angle of 20.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2702B is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 43 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.05 |
| HSL | 20.8º | 0.88% | 0.56% | - |
| HSV(B) | 20.8º | 0.82% | 0.95% | - |
| XYZ | 42.85 | 30.64 | 5.94 | - |
| YUV | 143 | 71.57 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 43 | 0 | 0.54 | 0.82 | 0.05 | 20.8 | 0.88 | 0.56 |
| Hex | F2 | 70 | 2B | 0 | 36 | 52 | 5 | 15 | 58 | 38 |
| Octal | 362 | 160 | 53 | 0 | 66 | 122 | 5 | 25 | 130 | 70 |
| Binary | 11110010 | 1110000 | 101011 | 0 | 110110 | 1010010 | 101 | 10101 | 1011000 | 111000 |
Color Harmonies of #F2702B
Complementary color
Monochromatic Colors of #F2702B
Black with #F2702B
Text Example
Text Example
White with #F2702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2702B; }
p { color: rgb(242,112,43); }
H1.HeaderClassName
{
color: #F2702B;
}
.AnyTagClassName
{
color: #F2702B;
}
</style>
background-color css
<style>
a { background-color: #F2702B; }
a { background-color: rgb(242,112,43); }
div.DivClassName
{
background-color: #F2702B;
}
.BgClassName
{
background-color: #F2702B;
}
</style>
border-color css
<style>
span { border-color: #F2702B; }
span { border-color: rgb(242,112,43); }
td.TdClassName
{
border-color: #F2702B;
}
.TagClassName
{
border-color: #F2702B;
}
</style>