Shades of Burnt Orange #FF772F
Tints of Burnt Orange #FF772F
RGB
CMYK
RGB Variations
Color information
#FF772F (or 0xFF772F) is known color: Burnt Orange. HEX triplet: FF, 77 and 2F. RGB value is (255,119,47). Sum of RGB (Red+Green+Blue) = 255+119+47=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF772F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF772F is #0088D0. Grayscale: #979797. Windows color (decimal): -35025 or 3110911. OLE color: 3110911.
HSL color Cylindrical-coordinate representation of color #FF772F: hue angle of 20.77º 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 #FF772F is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 47 | - |
| CMYK | 0 | 0.53 | 0.82 | 0 |
| HSL | 20.77º | 1% | 0.59% | - |
| HSV(B) | 20.77º | 0.82% | 1% | - |
| XYZ | 48.35 | 34.66 | 6.83 | - |
| YUV | 151.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 47 | 0 | 0.53 | 0.82 | 0 | 20.77 | 1 | 0.59 |
| Hex | FF | 77 | 2F | 0 | 35 | 52 | 0 | 15 | 64 | 3B |
| Octal | 377 | 167 | 57 | 0 | 65 | 122 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1110111 | 101111 | 0 | 110101 | 1010010 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF772F
Complementary color
Monochromatic Colors of #FF772F
Black with #FF772F
Text Example
Text Example
White with #FF772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF772F; }
p { color: rgb(255,119,47); }
H1.HeaderClassName
{
color: #FF772F;
}
.AnyTagClassName
{
color: #FF772F;
}
</style>
background-color css
<style>
a { background-color: #FF772F; }
a { background-color: rgb(255,119,47); }
div.DivClassName
{
background-color: #FF772F;
}
.BgClassName
{
background-color: #FF772F;
}
</style>
border-color css
<style>
span { border-color: #FF772F; }
span { border-color: rgb(255,119,47); }
td.TdClassName
{
border-color: #FF772F;
}
.TagClassName
{
border-color: #FF772F;
}
</style>