Shades of Burnt Orange #FF772D
Tints of Burnt Orange #FF772D
RGB
CMYK
RGB Variations
Color information
#FF772D (or 0xFF772D) is known color: Burnt Orange. HEX triplet: FF, 77 and 2D. RGB value is (255,119,45). Sum of RGB (Red+Green+Blue) = 255+119+45=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF772D is #0088D2. Grayscale: #979797. Windows color (decimal): -35027 or 2979839. OLE color: 2979839.
HSL color Cylindrical-coordinate representation of color #FF772D: hue angle of 21.14º 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 #FF772D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0 |
| HSL | 21.14º | 1% | 0.59% | - |
| HSV(B) | 21.14º | 0.82% | 1% | - |
| XYZ | 48.31 | 34.64 | 6.62 | - |
| YUV | 151.23 | 68.06 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 45 | 0 | 0.53 | 0.82 | 0 | 21.14 | 1 | 0.59 |
| Hex | FF | 77 | 2D | 0 | 35 | 52 | 0 | 15 | 64 | 3B |
| Octal | 377 | 167 | 55 | 0 | 65 | 122 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1110111 | 101101 | 0 | 110101 | 1010010 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF772D
Complementary color
Monochromatic Colors of #FF772D
Black with #FF772D
Text Example
Text Example
White with #FF772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF772D; }
p { color: rgb(255,119,45); }
H1.HeaderClassName
{
color: #FF772D;
}
.AnyTagClassName
{
color: #FF772D;
}
</style>
background-color css
<style>
a { background-color: #FF772D; }
a { background-color: rgb(255,119,45); }
div.DivClassName
{
background-color: #FF772D;
}
.BgClassName
{
background-color: #FF772D;
}
</style>
border-color css
<style>
span { border-color: #FF772D; }
span { border-color: rgb(255,119,45); }
td.TdClassName
{
border-color: #FF772D;
}
.TagClassName
{
border-color: #FF772D;
}
</style>