Shades of Burnt Orange #F67434
Tints of Burnt Orange #F67434
RGB
CMYK
RGB Variations
Color information
#F67434 (or 0xF67434) is known color: Burnt Orange. HEX triplet: F6, 74 and 34. RGB value is (246,116,52). Sum of RGB (Red+Green+Blue) = 246+116+52=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F67434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67434 is #098BCB. Grayscale: #939393. Windows color (decimal): -625612 or 3437814. OLE color: 3437814.
HSL color Cylindrical-coordinate representation of color #F67434: hue angle of 19.79º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F67434 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 52 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.04 |
| HSL | 19.79º | 0.92% | 0.58% | - |
| HSV(B) | 19.79º | 0.79% | 0.96% | - |
| XYZ | 44.87 | 32.33 | 7.12 | - |
| YUV | 147.57 | 74.07 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 52 | 0 | 0.53 | 0.79 | 0.04 | 19.79 | 0.92 | 0.58 |
| Hex | F6 | 74 | 34 | 0 | 35 | 4F | 4 | 14 | 5C | 3A |
| Octal | 366 | 164 | 64 | 0 | 65 | 117 | 4 | 24 | 134 | 72 |
| Binary | 11110110 | 1110100 | 110100 | 0 | 110101 | 1001111 | 100 | 10100 | 1011100 | 111010 |
Color Harmonies of #F67434
Complementary color
Monochromatic Colors of #F67434
Black with #F67434
Text Example
Text Example
White with #F67434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67434; }
p { color: rgb(246,116,52); }
H1.HeaderClassName
{
color: #F67434;
}
.AnyTagClassName
{
color: #F67434;
}
</style>
background-color css
<style>
a { background-color: #F67434; }
a { background-color: rgb(246,116,52); }
div.DivClassName
{
background-color: #F67434;
}
.BgClassName
{
background-color: #F67434;
}
</style>
border-color css
<style>
span { border-color: #F67434; }
span { border-color: rgb(246,116,52); }
td.TdClassName
{
border-color: #F67434;
}
.TagClassName
{
border-color: #F67434;
}
</style>