Shades of Burnt Orange #FE7A2D
Tints of Burnt Orange #FE7A2D
RGB
CMYK
RGB Variations
Color information
#FE7A2D (or 0xFE7A2D) is known color: Burnt Orange. HEX triplet: FE, 7A and 2D. RGB value is (254,122,45). Sum of RGB (Red+Green+Blue) = 254+122+45=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A2D is #0185D2. Grayscale: #999999. Windows color (decimal): -99795 or 2980606. OLE color: 2980606.
HSL color Cylindrical-coordinate representation of color #FE7A2D: hue angle of 22.11º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE7A2D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.00 |
| HSL | 22.11º | 0.99% | 0.59% | - |
| HSV(B) | 22.11º | 0.82% | 1% | - |
| XYZ | 48.31 | 35.18 | 6.73 | - |
| YUV | 152.69 | 67.23 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 45 | 0 | 0.52 | 0.82 | 0.00 | 22.11 | 0.99 | 0.59 |
| Hex | FE | 7A | 2D | 0 | 34 | 52 | 0 | 16 | 63 | 3B |
| Octal | 376 | 172 | 55 | 0 | 64 | 122 | 0 | 26 | 143 | 73 |
| Binary | 11111110 | 1111010 | 101101 | 0 | 110100 | 1010010 | 0 | 10110 | 1100011 | 111011 |
Color Harmonies of #FE7A2D
Complementary color
Monochromatic Colors of #FE7A2D
Black with #FE7A2D
Text Example
Text Example
White with #FE7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A2D; }
p { color: rgb(254,122,45); }
H1.HeaderClassName
{
color: #FE7A2D;
}
.AnyTagClassName
{
color: #FE7A2D;
}
</style>
background-color css
<style>
a { background-color: #FE7A2D; }
a { background-color: rgb(254,122,45); }
div.DivClassName
{
background-color: #FE7A2D;
}
.BgClassName
{
background-color: #FE7A2D;
}
</style>
border-color css
<style>
span { border-color: #FE7A2D; }
span { border-color: rgb(254,122,45); }
td.TdClassName
{
border-color: #FE7A2D;
}
.TagClassName
{
border-color: #FE7A2D;
}
</style>