Shades of Burnt Orange #F6672D
Tints of Burnt Orange #F6672D
RGB
CMYK
RGB Variations
Color information
#F6672D (or 0xF6672D) is known color: Burnt Orange. HEX triplet: F6, 67 and 2D. RGB value is (246,103,45). Sum of RGB (Red+Green+Blue) = 246+103+45=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F6672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6672D is #0998D2. Grayscale: #8B8B8B. Windows color (decimal): -628947 or 2975734. OLE color: 2975734.
HSL color Cylindrical-coordinate representation of color #F6672D: hue angle of 17.31º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6672D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.04 |
| HSL | 17.31º | 0.92% | 0.57% | - |
| HSV(B) | 17.31º | 0.82% | 0.96% | - |
| XYZ | 43.33 | 29.48 | 5.89 | - |
| YUV | 139.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 45 | 0 | 0.58 | 0.82 | 0.04 | 17.31 | 0.92 | 0.57 |
| Hex | F6 | 67 | 2D | 0 | 3A | 52 | 4 | 11 | 5C | 39 |
| Octal | 366 | 147 | 55 | 0 | 72 | 122 | 4 | 21 | 134 | 71 |
| Binary | 11110110 | 1100111 | 101101 | 0 | 111010 | 1010010 | 100 | 10001 | 1011100 | 111001 |
Color Harmonies of #F6672D
Complementary color
Monochromatic Colors of #F6672D
Black with #F6672D
Text Example
Text Example
White with #F6672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6672D; }
p { color: rgb(246,103,45); }
H1.HeaderClassName
{
color: #F6672D;
}
.AnyTagClassName
{
color: #F6672D;
}
</style>
background-color css
<style>
a { background-color: #F6672D; }
a { background-color: rgb(246,103,45); }
div.DivClassName
{
background-color: #F6672D;
}
.BgClassName
{
background-color: #F6672D;
}
</style>
border-color css
<style>
span { border-color: #F6672D; }
span { border-color: rgb(246,103,45); }
td.TdClassName
{
border-color: #F6672D;
}
.TagClassName
{
border-color: #F6672D;
}
</style>