Shades of Burnt Orange #FF772E
Tints of Burnt Orange #FF772E
RGB
CMYK
RGB Variations
Color information
#FF772E (or 0xFF772E) is known color: Burnt Orange. HEX triplet: FF, 77 and 2E. RGB value is (255,119,46). Sum of RGB (Red+Green+Blue) = 255+119+46=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF772E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF772E is #0088D1. Grayscale: #979797. Windows color (decimal): -35026 or 3045375. OLE color: 3045375.
HSL color Cylindrical-coordinate representation of color #FF772E: hue angle of 20.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF772E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 46 | - |
| CMYK | 0 | 0.53 | 0.82 | 0 |
| HSL | 20.96º | 1% | 0.59% | - |
| HSV(B) | 20.96º | 0.82% | 1% | - |
| XYZ | 48.33 | 34.65 | 6.73 | - |
| YUV | 151.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 46 | 0 | 0.53 | 0.82 | 0 | 20.96 | 1 | 0.59 |
| Hex | FF | 77 | 2E | 0 | 35 | 52 | 0 | 15 | 64 | 3B |
| Octal | 377 | 167 | 56 | 0 | 65 | 122 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1110111 | 101110 | 0 | 110101 | 1010010 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF772E
Complementary color
Monochromatic Colors of #FF772E
Black with #FF772E
Text Example
Text Example
White with #FF772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF772E; }
p { color: rgb(255,119,46); }
H1.HeaderClassName
{
color: #FF772E;
}
.AnyTagClassName
{
color: #FF772E;
}
</style>
background-color css
<style>
a { background-color: #FF772E; }
a { background-color: rgb(255,119,46); }
div.DivClassName
{
background-color: #FF772E;
}
.BgClassName
{
background-color: #FF772E;
}
</style>
border-color css
<style>
span { border-color: #FF772E; }
span { border-color: rgb(255,119,46); }
td.TdClassName
{
border-color: #FF772E;
}
.TagClassName
{
border-color: #FF772E;
}
</style>