Shades of Burnt Orange #F7762D
Tints of Burnt Orange #F7762D
RGB
CMYK
RGB Variations
Color information
#F7762D (or 0xF7762D) is known color: Burnt Orange. HEX triplet: F7, 76 and 2D. RGB value is (247,118,45). Sum of RGB (Red+Green+Blue) = 247+118+45=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7762D is #0889D2. Grayscale: #949494. Windows color (decimal): -559571 or 2979575. OLE color: 2979575.
HSL color Cylindrical-coordinate representation of color #F7762D: hue angle of 21.68º 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 #F7762D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.03 |
| HSL | 21.68º | 0.93% | 0.57% | - |
| HSV(B) | 21.68º | 0.82% | 0.97% | - |
| XYZ | 45.31 | 32.92 | 6.45 | - |
| YUV | 148.25 | 69.74 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 45 | 0 | 0.52 | 0.82 | 0.03 | 21.68 | 0.93 | 0.57 |
| Hex | F7 | 76 | 2D | 0 | 34 | 52 | 3 | 16 | 5D | 39 |
| Octal | 367 | 166 | 55 | 0 | 64 | 122 | 3 | 26 | 135 | 71 |
| Binary | 11110111 | 1110110 | 101101 | 0 | 110100 | 1010010 | 11 | 10110 | 1011101 | 111001 |
Color Harmonies of #F7762D
Complementary color
Monochromatic Colors of #F7762D
Black with #F7762D
Text Example
Text Example
White with #F7762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7762D; }
p { color: rgb(247,118,45); }
H1.HeaderClassName
{
color: #F7762D;
}
.AnyTagClassName
{
color: #F7762D;
}
</style>
background-color css
<style>
a { background-color: #F7762D; }
a { background-color: rgb(247,118,45); }
div.DivClassName
{
background-color: #F7762D;
}
.BgClassName
{
background-color: #F7762D;
}
</style>
border-color css
<style>
span { border-color: #F7762D; }
span { border-color: rgb(247,118,45); }
td.TdClassName
{
border-color: #F7762D;
}
.TagClassName
{
border-color: #F7762D;
}
</style>