Shades of Burnt Orange #F67D34
Tints of Burnt Orange #F67D34
RGB
CMYK
RGB Variations
Color information
#F67D34 (or 0xF67D34) is known color: Burnt Orange. HEX triplet: F6, 7D and 34. RGB value is (246,125,52). Sum of RGB (Red+Green+Blue) = 246+125+52=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67D34 is #0982CB. Grayscale: #999999. Windows color (decimal): -623308 or 3440118. OLE color: 3440118.
HSL color Cylindrical-coordinate representation of color #F67D34: hue angle of 22.58º 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 #F67D34 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 52 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.04 |
| HSL | 22.58º | 0.92% | 0.58% | - |
| HSV(B) | 22.58º | 0.79% | 0.96% | - |
| XYZ | 45.96 | 34.51 | 7.49 | - |
| YUV | 152.86 | 71.09 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 52 | 0 | 0.49 | 0.79 | 0.04 | 22.58 | 0.92 | 0.58 |
| Hex | F6 | 7D | 34 | 0 | 31 | 4F | 4 | 17 | 5C | 3A |
| Octal | 366 | 175 | 64 | 0 | 61 | 117 | 4 | 27 | 134 | 72 |
| Binary | 11110110 | 1111101 | 110100 | 0 | 110001 | 1001111 | 100 | 10111 | 1011100 | 111010 |
Color Harmonies of #F67D34
Complementary color
Monochromatic Colors of #F67D34
Black with #F67D34
Text Example
Text Example
White with #F67D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D34; }
p { color: rgb(246,125,52); }
H1.HeaderClassName
{
color: #F67D34;
}
.AnyTagClassName
{
color: #F67D34;
}
</style>
background-color css
<style>
a { background-color: #F67D34; }
a { background-color: rgb(246,125,52); }
div.DivClassName
{
background-color: #F67D34;
}
.BgClassName
{
background-color: #F67D34;
}
</style>
border-color css
<style>
span { border-color: #F67D34; }
span { border-color: rgb(246,125,52); }
td.TdClassName
{
border-color: #F67D34;
}
.TagClassName
{
border-color: #F67D34;
}
</style>