Shades of Burnt Orange #F67A32
Tints of Burnt Orange #F67A32
RGB
CMYK
RGB Variations
Color information
#F67A32 (or 0xF67A32) is known color: Burnt Orange. HEX triplet: F6, 7A and 32. RGB value is (246,122,50). Sum of RGB (Red+Green+Blue) = 246+122+50=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67A32 is #0985CD. Grayscale: #979797. Windows color (decimal): -624078 or 3308278. OLE color: 3308278.
HSL color Cylindrical-coordinate representation of color #F67A32: hue angle of 22.04º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F67A32 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 50 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.04 |
| HSL | 22.04º | 0.92% | 0.58% | - |
| HSV(B) | 22.04º | 0.8% | 0.96% | - |
| XYZ | 45.54 | 33.74 | 7.13 | - |
| YUV | 150.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 50 | 0 | 0.50 | 0.80 | 0.04 | 22.04 | 0.92 | 0.58 |
| Hex | F6 | 7A | 32 | 0 | 32 | 50 | 4 | 16 | 5C | 3A |
| Octal | 366 | 172 | 62 | 0 | 62 | 120 | 4 | 26 | 134 | 72 |
| Binary | 11110110 | 1111010 | 110010 | 0 | 110010 | 1010000 | 100 | 10110 | 1011100 | 111010 |
Color Harmonies of #F67A32
Complementary color
Monochromatic Colors of #F67A32
Black with #F67A32
Text Example
Text Example
White with #F67A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A32; }
p { color: rgb(246,122,50); }
H1.HeaderClassName
{
color: #F67A32;
}
.AnyTagClassName
{
color: #F67A32;
}
</style>
background-color css
<style>
a { background-color: #F67A32; }
a { background-color: rgb(246,122,50); }
div.DivClassName
{
background-color: #F67A32;
}
.BgClassName
{
background-color: #F67A32;
}
</style>
border-color css
<style>
span { border-color: #F67A32; }
span { border-color: rgb(246,122,50); }
td.TdClassName
{
border-color: #F67A32;
}
.TagClassName
{
border-color: #F67A32;
}
</style>