Shades of Burnt Orange #FD7E32
Tints of Burnt Orange #FD7E32
RGB
CMYK
RGB Variations
Color information
#FD7E32 (or 0xFD7E32) is known color: Burnt Orange. HEX triplet: FD, 7E and 32. RGB value is (253,126,50). Sum of RGB (Red+Green+Blue) = 253+126+50=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7E32 is #0281CD. Grayscale: #9B9B9B. Windows color (decimal): -164302 or 3309309. OLE color: 3309309.
HSL color Cylindrical-coordinate representation of color #FD7E32: hue angle of 22.46º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD7E32 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 50 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.01 |
| HSL | 22.46º | 0.98% | 0.59% | - |
| HSV(B) | 22.46º | 0.8% | 0.99% | - |
| XYZ | 48.54 | 36.03 | 7.41 | - |
| YUV | 155.31 | 68.58 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 50 | 0 | 0.50 | 0.80 | 0.01 | 22.46 | 0.98 | 0.59 |
| Hex | FD | 7E | 32 | 0 | 32 | 50 | 1 | 16 | 62 | 3B |
| Octal | 375 | 176 | 62 | 0 | 62 | 120 | 1 | 26 | 142 | 73 |
| Binary | 11111101 | 1111110 | 110010 | 0 | 110010 | 1010000 | 1 | 10110 | 1100010 | 111011 |
Color Harmonies of #FD7E32
Complementary color
Monochromatic Colors of #FD7E32
Black with #FD7E32
Text Example
Text Example
White with #FD7E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E32; }
p { color: rgb(253,126,50); }
H1.HeaderClassName
{
color: #FD7E32;
}
.AnyTagClassName
{
color: #FD7E32;
}
</style>
background-color css
<style>
a { background-color: #FD7E32; }
a { background-color: rgb(253,126,50); }
div.DivClassName
{
background-color: #FD7E32;
}
.BgClassName
{
background-color: #FD7E32;
}
</style>
border-color css
<style>
span { border-color: #FD7E32; }
span { border-color: rgb(253,126,50); }
td.TdClassName
{
border-color: #FD7E32;
}
.TagClassName
{
border-color: #FD7E32;
}
</style>