Shades of Burnt Orange #FE7B2A
Tints of Burnt Orange #FE7B2A
RGB
CMYK
RGB Variations
Color information
#FE7B2A (or 0xFE7B2A) is known color: Burnt Orange. HEX triplet: FE, 7B and 2A. RGB value is (254,123,42). Sum of RGB (Red+Green+Blue) = 254+123+42=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B2A is #0184D5. Grayscale: #999999. Windows color (decimal): -99542 or 2784254. OLE color: 2784254.
HSL color Cylindrical-coordinate representation of color #FE7B2A: hue angle of 22.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE7B2A is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 42 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.00 |
| HSL | 22.92º | 0.99% | 0.58% | - |
| HSV(B) | 22.92º | 0.83% | 1% | - |
| XYZ | 48.37 | 35.4 | 6.47 | - |
| YUV | 152.94 | 65.4 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 42 | 0 | 0.52 | 0.83 | 0.00 | 22.92 | 0.99 | 0.58 |
| Hex | FE | 7B | 2A | 0 | 34 | 53 | 0 | 17 | 63 | 3A |
| Octal | 376 | 173 | 52 | 0 | 64 | 123 | 0 | 27 | 143 | 72 |
| Binary | 11111110 | 1111011 | 101010 | 0 | 110100 | 1010011 | 0 | 10111 | 1100011 | 111010 |
Color Harmonies of #FE7B2A
Complementary color
Monochromatic Colors of #FE7B2A
Black with #FE7B2A
Text Example
Text Example
White with #FE7B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B2A; }
p { color: rgb(254,123,42); }
H1.HeaderClassName
{
color: #FE7B2A;
}
.AnyTagClassName
{
color: #FE7B2A;
}
</style>
background-color css
<style>
a { background-color: #FE7B2A; }
a { background-color: rgb(254,123,42); }
div.DivClassName
{
background-color: #FE7B2A;
}
.BgClassName
{
background-color: #FE7B2A;
}
</style>
border-color css
<style>
span { border-color: #FE7B2A; }
span { border-color: rgb(254,123,42); }
td.TdClassName
{
border-color: #FE7B2A;
}
.TagClassName
{
border-color: #FE7B2A;
}
</style>