Shades of Burnt Orange #FE672A
Tints of Burnt Orange #FE672A
RGB
CMYK
RGB Variations
Color information
#FE672A (or 0xFE672A) is known color: Burnt Orange. HEX triplet: FE, 67 and 2A. RGB value is (254,103,42). Sum of RGB (Red+Green+Blue) = 254+103+42=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE672A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE672A is #0198D5. Grayscale: #8D8D8D. Windows color (decimal): -104662 or 2779134. OLE color: 2779134.
HSL color Cylindrical-coordinate representation of color #FE672A: hue angle of 17.26º 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 #FE672A is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 42 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.00 |
| HSL | 17.26º | 0.99% | 0.58% | - |
| HSV(B) | 17.26º | 0.83% | 1% | - |
| XYZ | 46.14 | 30.94 | 5.73 | - |
| YUV | 141.2 | 72.03 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 42 | 0 | 0.59 | 0.83 | 0.00 | 17.26 | 0.99 | 0.58 |
| Hex | FE | 67 | 2A | 0 | 3B | 53 | 0 | 11 | 63 | 3A |
| Octal | 376 | 147 | 52 | 0 | 73 | 123 | 0 | 21 | 143 | 72 |
| Binary | 11111110 | 1100111 | 101010 | 0 | 111011 | 1010011 | 0 | 10001 | 1100011 | 111010 |
Color Harmonies of #FE672A
Complementary color
Monochromatic Colors of #FE672A
Black with #FE672A
Text Example
Text Example
White with #FE672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE672A; }
p { color: rgb(254,103,42); }
H1.HeaderClassName
{
color: #FE672A;
}
.AnyTagClassName
{
color: #FE672A;
}
</style>
background-color css
<style>
a { background-color: #FE672A; }
a { background-color: rgb(254,103,42); }
div.DivClassName
{
background-color: #FE672A;
}
.BgClassName
{
background-color: #FE672A;
}
</style>
border-color css
<style>
span { border-color: #FE672A; }
span { border-color: rgb(254,103,42); }
td.TdClassName
{
border-color: #FE672A;
}
.TagClassName
{
border-color: #FE672A;
}
</style>