Shades of Burnt Orange #F6773B
Tints of Burnt Orange #F6773B
RGB
CMYK
RGB Variations
Color information
#F6773B (or 0xF6773B) is known color: Burnt Orange. HEX triplet: F6, 77 and 3B. RGB value is (246,119,59). Sum of RGB (Red+Green+Blue) = 246+119+59=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F6773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6773B is #0988C4. Grayscale: #969696. Windows color (decimal): -624837 or 3897334. OLE color: 3897334.
HSL color Cylindrical-coordinate representation of color #F6773B: hue angle of 19.25º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6773B is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 59 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.04 |
| HSL | 19.25º | 0.91% | 0.6% | - |
| HSV(B) | 19.25º | 0.76% | 0.96% | - |
| XYZ | 45.39 | 33.1 | 8.13 | - |
| YUV | 150.13 | 76.58 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 59 | 0 | 0.52 | 0.76 | 0.04 | 19.25 | 0.91 | 0.6 |
| Hex | F6 | 77 | 3B | 0 | 34 | 4C | 4 | 13 | 5B | 3C |
| Octal | 366 | 167 | 73 | 0 | 64 | 114 | 4 | 23 | 133 | 74 |
| Binary | 11110110 | 1110111 | 111011 | 0 | 110100 | 1001100 | 100 | 10011 | 1011011 | 111100 |
Color Harmonies of #F6773B
Complementary color
Monochromatic Colors of #F6773B
Black with #F6773B
Text Example
Text Example
White with #F6773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6773B; }
p { color: rgb(246,119,59); }
H1.HeaderClassName
{
color: #F6773B;
}
.AnyTagClassName
{
color: #F6773B;
}
</style>
background-color css
<style>
a { background-color: #F6773B; }
a { background-color: rgb(246,119,59); }
div.DivClassName
{
background-color: #F6773B;
}
.BgClassName
{
background-color: #F6773B;
}
</style>
border-color css
<style>
span { border-color: #F6773B; }
span { border-color: rgb(246,119,59); }
td.TdClassName
{
border-color: #F6773B;
}
.TagClassName
{
border-color: #F6773B;
}
</style>