Shades of Burnt Orange #F7682F
Tints of Burnt Orange #F7682F
RGB
CMYK
RGB Variations
Color information
#F7682F (or 0xF7682F) is known color: Burnt Orange. HEX triplet: F7, 68 and 2F. RGB value is (247,104,47). Sum of RGB (Red+Green+Blue) = 247+104+47=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F7682F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7682F is #0897D0. Grayscale: #8C8C8C. Windows color (decimal): -563153 or 3107063. OLE color: 3107063.
HSL color Cylindrical-coordinate representation of color #F7682F: hue angle of 17.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7682F is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 47 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.03 |
| HSL | 17.1º | 0.93% | 0.58% | - |
| HSV(B) | 17.1º | 0.81% | 0.97% | - |
| XYZ | 43.82 | 29.88 | 6.15 | - |
| YUV | 140.26 | 75.38 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 47 | 0 | 0.58 | 0.81 | 0.03 | 17.1 | 0.93 | 0.58 |
| Hex | F7 | 68 | 2F | 0 | 3A | 51 | 3 | 11 | 5D | 3A |
| Octal | 367 | 150 | 57 | 0 | 72 | 121 | 3 | 21 | 135 | 72 |
| Binary | 11110111 | 1101000 | 101111 | 0 | 111010 | 1010001 | 11 | 10001 | 1011101 | 111010 |
Color Harmonies of #F7682F
Complementary color
Monochromatic Colors of #F7682F
Black with #F7682F
Text Example
Text Example
White with #F7682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7682F; }
p { color: rgb(247,104,47); }
H1.HeaderClassName
{
color: #F7682F;
}
.AnyTagClassName
{
color: #F7682F;
}
</style>
background-color css
<style>
a { background-color: #F7682F; }
a { background-color: rgb(247,104,47); }
div.DivClassName
{
background-color: #F7682F;
}
.BgClassName
{
background-color: #F7682F;
}
</style>
border-color css
<style>
span { border-color: #F7682F; }
span { border-color: rgb(247,104,47); }
td.TdClassName
{
border-color: #F7682F;
}
.TagClassName
{
border-color: #F7682F;
}
</style>