Shades of Burnt Orange #FE672F
Tints of Burnt Orange #FE672F
RGB
CMYK
RGB Variations
Color information
#FE672F (or 0xFE672F) is known color: Burnt Orange. HEX triplet: FE, 67 and 2F. RGB value is (254,103,47). Sum of RGB (Red+Green+Blue) = 254+103+47=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE672F is #0198D0. Grayscale: #8E8E8E. Windows color (decimal): -104657 or 3106814. OLE color: 3106814.
HSL color Cylindrical-coordinate representation of color #FE672F: hue angle of 16.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE672F is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 47 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.00 |
| HSL | 16.23º | 0.99% | 0.59% | - |
| HSV(B) | 16.23º | 0.81% | 1% | - |
| XYZ | 46.24 | 30.98 | 6.23 | - |
| YUV | 141.77 | 74.53 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 47 | 0 | 0.59 | 0.81 | 0.00 | 16.23 | 0.99 | 0.59 |
| Hex | FE | 67 | 2F | 0 | 3B | 51 | 0 | 10 | 63 | 3B |
| Octal | 376 | 147 | 57 | 0 | 73 | 121 | 0 | 20 | 143 | 73 |
| Binary | 11111110 | 1100111 | 101111 | 0 | 111011 | 1010001 | 0 | 10000 | 1100011 | 111011 |
Color Harmonies of #FE672F
Complementary color
Monochromatic Colors of #FE672F
Black with #FE672F
Text Example
Text Example
White with #FE672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE672F; }
p { color: rgb(254,103,47); }
H1.HeaderClassName
{
color: #FE672F;
}
.AnyTagClassName
{
color: #FE672F;
}
</style>
background-color css
<style>
a { background-color: #FE672F; }
a { background-color: rgb(254,103,47); }
div.DivClassName
{
background-color: #FE672F;
}
.BgClassName
{
background-color: #FE672F;
}
</style>
border-color css
<style>
span { border-color: #FE672F; }
span { border-color: rgb(254,103,47); }
td.TdClassName
{
border-color: #FE672F;
}
.TagClassName
{
border-color: #FE672F;
}
</style>