Shades of Burnt Orange #FF7C2C
Tints of Burnt Orange #FF7C2C
RGB
CMYK
RGB Variations
Color information
#FF7C2C (or 0xFF7C2C) is known color: Burnt Orange. HEX triplet: FF, 7C and 2C. RGB value is (255,124,44). Sum of RGB (Red+Green+Blue) = 255+124+44=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7C2C is #0083D3. Grayscale: #9A9A9A. Windows color (decimal): -33748 or 2915583. OLE color: 2915583.
HSL color Cylindrical-coordinate representation of color #FF7C2C: hue angle of 22.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF7C2C is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 44 | - |
| CMYK | 0 | 0.51 | 0.83 | 0 |
| HSL | 22.75º | 1% | 0.59% | - |
| HSV(B) | 22.75º | 0.83% | 1% | - |
| XYZ | 48.9 | 35.86 | 6.73 | - |
| YUV | 154.05 | 65.9 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 44 | 0 | 0.51 | 0.83 | 0 | 22.75 | 1 | 0.59 |
| Hex | FF | 7C | 2C | 0 | 33 | 53 | 0 | 17 | 64 | 3B |
| Octal | 377 | 174 | 54 | 0 | 63 | 123 | 0 | 27 | 144 | 73 |
| Binary | 11111111 | 1111100 | 101100 | 0 | 110011 | 1010011 | 0 | 10111 | 1100100 | 111011 |
Color Harmonies of #FF7C2C
Complementary color
Monochromatic Colors of #FF7C2C
Black with #FF7C2C
Text Example
Text Example
White with #FF7C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C2C; }
p { color: rgb(255,124,44); }
H1.HeaderClassName
{
color: #FF7C2C;
}
.AnyTagClassName
{
color: #FF7C2C;
}
</style>
background-color css
<style>
a { background-color: #FF7C2C; }
a { background-color: rgb(255,124,44); }
div.DivClassName
{
background-color: #FF7C2C;
}
.BgClassName
{
background-color: #FF7C2C;
}
</style>
border-color css
<style>
span { border-color: #FF7C2C; }
span { border-color: rgb(255,124,44); }
td.TdClassName
{
border-color: #FF7C2C;
}
.TagClassName
{
border-color: #FF7C2C;
}
</style>