Shades of Burnt Orange #FF772A
Tints of Burnt Orange #FF772A
RGB
CMYK
RGB Variations
Color information
#FF772A (or 0xFF772A) is known color: Burnt Orange. HEX triplet: FF, 77 and 2A. RGB value is (255,119,42). Sum of RGB (Red+Green+Blue) = 255+119+42=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF772A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF772A is #0088D5. Grayscale: #979797. Windows color (decimal): -35030 or 2783231. OLE color: 2783231.
HSL color Cylindrical-coordinate representation of color #FF772A: hue angle of 21.69º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF772A is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 42 | - |
| CMYK | 0 | 0.53 | 0.84 | 0 |
| HSL | 21.69º | 1% | 0.58% | - |
| HSV(B) | 21.69º | 0.84% | 1% | - |
| XYZ | 48.25 | 34.62 | 6.33 | - |
| YUV | 150.89 | 66.56 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 42 | 0 | 0.53 | 0.84 | 0 | 21.69 | 1 | 0.58 |
| Hex | FF | 77 | 2A | 0 | 35 | 54 | 0 | 16 | 64 | 3A |
| Octal | 377 | 167 | 52 | 0 | 65 | 124 | 0 | 26 | 144 | 72 |
| Binary | 11111111 | 1110111 | 101010 | 0 | 110101 | 1010100 | 0 | 10110 | 1100100 | 111010 |
Color Harmonies of #FF772A
Complementary color
Monochromatic Colors of #FF772A
Black with #FF772A
Text Example
Text Example
White with #FF772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF772A; }
p { color: rgb(255,119,42); }
H1.HeaderClassName
{
color: #FF772A;
}
.AnyTagClassName
{
color: #FF772A;
}
</style>
background-color css
<style>
a { background-color: #FF772A; }
a { background-color: rgb(255,119,42); }
div.DivClassName
{
background-color: #FF772A;
}
.BgClassName
{
background-color: #FF772A;
}
</style>
border-color css
<style>
span { border-color: #FF772A; }
span { border-color: rgb(255,119,42); }
td.TdClassName
{
border-color: #FF772A;
}
.TagClassName
{
border-color: #FF772A;
}
</style>