Shades of Burnt Orange #F67E2A
Tints of Burnt Orange #F67E2A
RGB
CMYK
RGB Variations
Color information
#F67E2A (or 0xF67E2A) is known color: Burnt Orange. HEX triplet: F6, 7E and 2A. RGB value is (246,126,42). Sum of RGB (Red+Green+Blue) = 246+126+42=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67E2A is #0981D5. Grayscale: #989898. Windows color (decimal): -623062 or 2785014. OLE color: 2785014.
HSL color Cylindrical-coordinate representation of color #F67E2A: hue angle of 24.71º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F67E2A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 42 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.04 |
| HSL | 24.71º | 0.92% | 0.56% | - |
| HSV(B) | 24.71º | 0.83% | 0.96% | - |
| XYZ | 45.88 | 34.68 | 6.47 | - |
| YUV | 152.3 | 65.76 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 42 | 0 | 0.49 | 0.83 | 0.04 | 24.71 | 0.92 | 0.56 |
| Hex | F6 | 7E | 2A | 0 | 31 | 53 | 4 | 19 | 5C | 38 |
| Octal | 366 | 176 | 52 | 0 | 61 | 123 | 4 | 31 | 134 | 70 |
| Binary | 11110110 | 1111110 | 101010 | 0 | 110001 | 1010011 | 100 | 11001 | 1011100 | 111000 |
Color Harmonies of #F67E2A
Complementary color
Monochromatic Colors of #F67E2A
Black with #F67E2A
Text Example
Text Example
White with #F67E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67E2A; }
p { color: rgb(246,126,42); }
H1.HeaderClassName
{
color: #F67E2A;
}
.AnyTagClassName
{
color: #F67E2A;
}
</style>
background-color css
<style>
a { background-color: #F67E2A; }
a { background-color: rgb(246,126,42); }
div.DivClassName
{
background-color: #F67E2A;
}
.BgClassName
{
background-color: #F67E2A;
}
</style>
border-color css
<style>
span { border-color: #F67E2A; }
span { border-color: rgb(246,126,42); }
td.TdClassName
{
border-color: #F67E2A;
}
.TagClassName
{
border-color: #F67E2A;
}
</style>