Shades of Burnt Orange #F6762D
Tints of Burnt Orange #F6762D
RGB
CMYK
RGB Variations
Color information
#F6762D (or 0xF6762D) is known color: Burnt Orange. HEX triplet: F6, 76 and 2D. RGB value is (246,118,45). Sum of RGB (Red+Green+Blue) = 246+118+45=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6762D is #0989D2. Grayscale: #949494. Windows color (decimal): -625107 or 2979574. OLE color: 2979574.
HSL color Cylindrical-coordinate representation of color #F6762D: hue angle of 21.79º 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 #F6762D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.04 |
| HSL | 21.79º | 0.92% | 0.57% | - |
| HSV(B) | 21.79º | 0.82% | 0.96% | - |
| XYZ | 44.96 | 32.74 | 6.43 | - |
| YUV | 147.95 | 69.91 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 45 | 0 | 0.52 | 0.82 | 0.04 | 21.79 | 0.92 | 0.57 |
| Hex | F6 | 76 | 2D | 0 | 34 | 52 | 4 | 16 | 5C | 39 |
| Octal | 366 | 166 | 55 | 0 | 64 | 122 | 4 | 26 | 134 | 71 |
| Binary | 11110110 | 1110110 | 101101 | 0 | 110100 | 1010010 | 100 | 10110 | 1011100 | 111001 |
Color Harmonies of #F6762D
Complementary color
Monochromatic Colors of #F6762D
Black with #F6762D
Text Example
Text Example
White with #F6762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6762D; }
p { color: rgb(246,118,45); }
H1.HeaderClassName
{
color: #F6762D;
}
.AnyTagClassName
{
color: #F6762D;
}
</style>
background-color css
<style>
a { background-color: #F6762D; }
a { background-color: rgb(246,118,45); }
div.DivClassName
{
background-color: #F6762D;
}
.BgClassName
{
background-color: #F6762D;
}
</style>
border-color css
<style>
span { border-color: #F6762D; }
span { border-color: rgb(246,118,45); }
td.TdClassName
{
border-color: #F6762D;
}
.TagClassName
{
border-color: #F6762D;
}
</style>