Shades of Burnt Orange #F67D2D
Tints of Burnt Orange #F67D2D
RGB
CMYK
RGB Variations
Color information
#F67D2D (or 0xF67D2D) is known color: Burnt Orange. HEX triplet: F6, 7D and 2D. RGB value is (246,125,45). Sum of RGB (Red+Green+Blue) = 246+125+45=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67D2D is #0982D2. Grayscale: #989898. Windows color (decimal): -623315 or 2981366. OLE color: 2981366.
HSL color Cylindrical-coordinate representation of color #F67D2D: hue angle of 23.88º 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 #F67D2D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 45 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.04 |
| HSL | 23.88º | 0.92% | 0.57% | - |
| HSV(B) | 23.88º | 0.82% | 0.96% | - |
| XYZ | 45.81 | 34.45 | 6.72 | - |
| YUV | 152.06 | 67.59 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 45 | 0 | 0.49 | 0.82 | 0.04 | 23.88 | 0.92 | 0.57 |
| Hex | F6 | 7D | 2D | 0 | 31 | 52 | 4 | 18 | 5C | 39 |
| Octal | 366 | 175 | 55 | 0 | 61 | 122 | 4 | 30 | 134 | 71 |
| Binary | 11110110 | 1111101 | 101101 | 0 | 110001 | 1010010 | 100 | 11000 | 1011100 | 111001 |
Color Harmonies of #F67D2D
Complementary color
Monochromatic Colors of #F67D2D
Black with #F67D2D
Text Example
Text Example
White with #F67D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D2D; }
p { color: rgb(246,125,45); }
H1.HeaderClassName
{
color: #F67D2D;
}
.AnyTagClassName
{
color: #F67D2D;
}
</style>
background-color css
<style>
a { background-color: #F67D2D; }
a { background-color: rgb(246,125,45); }
div.DivClassName
{
background-color: #F67D2D;
}
.BgClassName
{
background-color: #F67D2D;
}
</style>
border-color css
<style>
span { border-color: #F67D2D; }
span { border-color: rgb(246,125,45); }
td.TdClassName
{
border-color: #F67D2D;
}
.TagClassName
{
border-color: #F67D2D;
}
</style>