Shades of Burnt Orange #F7662D
Tints of Burnt Orange #F7662D
RGB
CMYK
RGB Variations
Color information
#F7662D (or 0xF7662D) is known color: Burnt Orange. HEX triplet: F7, 66 and 2D. RGB value is (247,102,45). Sum of RGB (Red+Green+Blue) = 247+102+45=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F7662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7662D is #0899D2. Grayscale: #8B8B8B. Windows color (decimal): -563667 or 2975479. OLE color: 2975479.
HSL color Cylindrical-coordinate representation of color #F7662D: hue angle of 16.93º 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 #F7662D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 45 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.03 |
| HSL | 16.93º | 0.93% | 0.57% | - |
| HSV(B) | 16.93º | 0.82% | 0.97% | - |
| XYZ | 43.58 | 29.47 | 5.87 | - |
| YUV | 138.86 | 75.04 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 45 | 0 | 0.59 | 0.82 | 0.03 | 16.93 | 0.93 | 0.57 |
| Hex | F7 | 66 | 2D | 0 | 3B | 52 | 3 | 11 | 5D | 39 |
| Octal | 367 | 146 | 55 | 0 | 73 | 122 | 3 | 21 | 135 | 71 |
| Binary | 11110111 | 1100110 | 101101 | 0 | 111011 | 1010010 | 11 | 10001 | 1011101 | 111001 |
Color Harmonies of #F7662D
Complementary color
Monochromatic Colors of #F7662D
Black with #F7662D
Text Example
Text Example
White with #F7662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7662D; }
p { color: rgb(247,102,45); }
H1.HeaderClassName
{
color: #F7662D;
}
.AnyTagClassName
{
color: #F7662D;
}
</style>
background-color css
<style>
a { background-color: #F7662D; }
a { background-color: rgb(247,102,45); }
div.DivClassName
{
background-color: #F7662D;
}
.BgClassName
{
background-color: #F7662D;
}
</style>
border-color css
<style>
span { border-color: #F7662D; }
span { border-color: rgb(247,102,45); }
td.TdClassName
{
border-color: #F7662D;
}
.TagClassName
{
border-color: #F7662D;
}
</style>