Shades of Burnt Orange #F77D33
Tints of Burnt Orange #F77D33
RGB
CMYK
RGB Variations
Color information
#F77D33 (or 0xF77D33) is known color: Burnt Orange. HEX triplet: F7, 7D and 33. RGB value is (247,125,51). Sum of RGB (Red+Green+Blue) = 247+125+51=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77D33 is #0882CC. Grayscale: #999999. Windows color (decimal): -557773 or 3374583. OLE color: 3374583.
HSL color Cylindrical-coordinate representation of color #F77D33: hue angle of 22.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F77D33 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 51 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.03 |
| HSL | 22.65º | 0.92% | 0.58% | - |
| HSV(B) | 22.65º | 0.79% | 0.97% | - |
| XYZ | 46.29 | 34.68 | 7.39 | - |
| YUV | 153.04 | 70.42 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 51 | 0 | 0.49 | 0.79 | 0.03 | 22.65 | 0.92 | 0.58 |
| Hex | F7 | 7D | 33 | 0 | 31 | 4F | 3 | 17 | 5C | 3A |
| Octal | 367 | 175 | 63 | 0 | 61 | 117 | 3 | 27 | 134 | 72 |
| Binary | 11110111 | 1111101 | 110011 | 0 | 110001 | 1001111 | 11 | 10111 | 1011100 | 111010 |
Color Harmonies of #F77D33
Complementary color
Monochromatic Colors of #F77D33
Black with #F77D33
Text Example
Text Example
White with #F77D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D33; }
p { color: rgb(247,125,51); }
H1.HeaderClassName
{
color: #F77D33;
}
.AnyTagClassName
{
color: #F77D33;
}
</style>
background-color css
<style>
a { background-color: #F77D33; }
a { background-color: rgb(247,125,51); }
div.DivClassName
{
background-color: #F77D33;
}
.BgClassName
{
background-color: #F77D33;
}
</style>
border-color css
<style>
span { border-color: #F77D33; }
span { border-color: rgb(247,125,51); }
td.TdClassName
{
border-color: #F77D33;
}
.TagClassName
{
border-color: #F77D33;
}
</style>