Shades of Burnt Orange #FD7E2C
Tints of Burnt Orange #FD7E2C
RGB
CMYK
RGB Variations
Color information
#FD7E2C (or 0xFD7E2C) is known color: Burnt Orange. HEX triplet: FD, 7E and 2C. RGB value is (253,126,44). Sum of RGB (Red+Green+Blue) = 253+126+44=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7E2C is #0281D3. Grayscale: #9B9B9B. Windows color (decimal): -164308 or 2916093. OLE color: 2916093.
HSL color Cylindrical-coordinate representation of color #FD7E2C: hue angle of 23.54º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD7E2C is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 44 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.01 |
| HSL | 23.54º | 0.98% | 0.58% | - |
| HSV(B) | 23.54º | 0.83% | 0.99% | - |
| XYZ | 48.42 | 35.99 | 6.78 | - |
| YUV | 154.63 | 65.58 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 44 | 0 | 0.50 | 0.83 | 0.01 | 23.54 | 0.98 | 0.58 |
| Hex | FD | 7E | 2C | 0 | 32 | 53 | 1 | 18 | 62 | 3A |
| Octal | 375 | 176 | 54 | 0 | 62 | 123 | 1 | 30 | 142 | 72 |
| Binary | 11111101 | 1111110 | 101100 | 0 | 110010 | 1010011 | 1 | 11000 | 1100010 | 111010 |
Color Harmonies of #FD7E2C
Complementary color
Monochromatic Colors of #FD7E2C
Black with #FD7E2C
Text Example
Text Example
White with #FD7E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E2C; }
p { color: rgb(253,126,44); }
H1.HeaderClassName
{
color: #FD7E2C;
}
.AnyTagClassName
{
color: #FD7E2C;
}
</style>
background-color css
<style>
a { background-color: #FD7E2C; }
a { background-color: rgb(253,126,44); }
div.DivClassName
{
background-color: #FD7E2C;
}
.BgClassName
{
background-color: #FD7E2C;
}
</style>
border-color css
<style>
span { border-color: #FD7E2C; }
span { border-color: rgb(253,126,44); }
td.TdClassName
{
border-color: #FD7E2C;
}
.TagClassName
{
border-color: #FD7E2C;
}
</style>