Shades of Burnt Orange #FF7D2C
Tints of Burnt Orange #FF7D2C
RGB
CMYK
RGB Variations
Color information
#FF7D2C (or 0xFF7D2C) is known color: Burnt Orange. HEX triplet: FF, 7D and 2C. RGB value is (255,125,44). Sum of RGB (Red+Green+Blue) = 255+125+44=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D2C is #0082D3. Grayscale: #9B9B9B. Windows color (decimal): -33492 or 2915839. OLE color: 2915839.
HSL color Cylindrical-coordinate representation of color #FF7D2C: hue angle of 23.03º 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 #FF7D2C is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 44 | - |
| CMYK | 0 | 0.51 | 0.83 | 0 |
| HSL | 23.03º | 1% | 0.59% | - |
| HSV(B) | 23.03º | 0.83% | 1% | - |
| XYZ | 49.03 | 36.11 | 6.77 | - |
| YUV | 154.64 | 65.57 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 44 | 0 | 0.51 | 0.83 | 0 | 23.03 | 1 | 0.59 |
| Hex | FF | 7D | 2C | 0 | 33 | 53 | 0 | 17 | 64 | 3B |
| Octal | 377 | 175 | 54 | 0 | 63 | 123 | 0 | 27 | 144 | 73 |
| Binary | 11111111 | 1111101 | 101100 | 0 | 110011 | 1010011 | 0 | 10111 | 1100100 | 111011 |
Color Harmonies of #FF7D2C
Complementary color
Monochromatic Colors of #FF7D2C
Black with #FF7D2C
Text Example
Text Example
White with #FF7D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D2C; }
p { color: rgb(255,125,44); }
H1.HeaderClassName
{
color: #FF7D2C;
}
.AnyTagClassName
{
color: #FF7D2C;
}
</style>
background-color css
<style>
a { background-color: #FF7D2C; }
a { background-color: rgb(255,125,44); }
div.DivClassName
{
background-color: #FF7D2C;
}
.BgClassName
{
background-color: #FF7D2C;
}
</style>
border-color css
<style>
span { border-color: #FF7D2C; }
span { border-color: rgb(255,125,44); }
td.TdClassName
{
border-color: #FF7D2C;
}
.TagClassName
{
border-color: #FF7D2C;
}
</style>