Shades of Burnt Orange #F7662C
Tints of Burnt Orange #F7662C
RGB
CMYK
RGB Variations
Color information
#F7662C (or 0xF7662C) is known color: Burnt Orange. HEX triplet: F7, 66 and 2C. RGB value is (247,102,44). Sum of RGB (Red+Green+Blue) = 247+102+44=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7662C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7662C is #0899D3. Grayscale: #8B8B8B. Windows color (decimal): -563668 or 2909943. OLE color: 2909943.
HSL color Cylindrical-coordinate representation of color #F7662C: hue angle of 17.14º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7662C is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 44 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.03 |
| HSL | 17.14º | 0.93% | 0.57% | - |
| HSV(B) | 17.14º | 0.82% | 0.97% | - |
| XYZ | 43.56 | 29.46 | 5.77 | - |
| YUV | 138.74 | 74.54 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 44 | 0 | 0.59 | 0.82 | 0.03 | 17.14 | 0.93 | 0.57 |
| Hex | F7 | 66 | 2C | 0 | 3B | 52 | 3 | 11 | 5D | 39 |
| Octal | 367 | 146 | 54 | 0 | 73 | 122 | 3 | 21 | 135 | 71 |
| Binary | 11110111 | 1100110 | 101100 | 0 | 111011 | 1010010 | 11 | 10001 | 1011101 | 111001 |
Color Harmonies of #F7662C
Complementary color
Monochromatic Colors of #F7662C
Black with #F7662C
Text Example
Text Example
White with #F7662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7662C; }
p { color: rgb(247,102,44); }
H1.HeaderClassName
{
color: #F7662C;
}
.AnyTagClassName
{
color: #F7662C;
}
</style>
background-color css
<style>
a { background-color: #F7662C; }
a { background-color: rgb(247,102,44); }
div.DivClassName
{
background-color: #F7662C;
}
.BgClassName
{
background-color: #F7662C;
}
</style>
border-color css
<style>
span { border-color: #F7662C; }
span { border-color: rgb(247,102,44); }
td.TdClassName
{
border-color: #F7662C;
}
.TagClassName
{
border-color: #F7662C;
}
</style>