Shades of Burnt Orange #FE6B34
Tints of Burnt Orange #FE6B34
RGB
CMYK
RGB Variations
Color information
#FE6B34 (or 0xFE6B34) is known color: Burnt Orange. HEX triplet: FE, 6B and 34. RGB value is (254,107,52). Sum of RGB (Red+Green+Blue) = 254+107+52=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B34 is #0194CB. Grayscale: #919191. Windows color (decimal): -103628 or 3435518. OLE color: 3435518.
HSL color Cylindrical-coordinate representation of color #FE6B34: hue angle of 16.34º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE6B34 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 52 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.00 |
| HSL | 16.34º | 0.99% | 0.6% | - |
| HSV(B) | 16.34º | 0.8% | 1% | - |
| XYZ | 46.75 | 31.83 | 6.93 | - |
| YUV | 144.68 | 75.7 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 52 | 0 | 0.58 | 0.80 | 0.00 | 16.34 | 0.99 | 0.6 |
| Hex | FE | 6B | 34 | 0 | 3A | 50 | 0 | 10 | 63 | 3C |
| Octal | 376 | 153 | 64 | 0 | 72 | 120 | 0 | 20 | 143 | 74 |
| Binary | 11111110 | 1101011 | 110100 | 0 | 111010 | 1010000 | 0 | 10000 | 1100011 | 111100 |
Color Harmonies of #FE6B34
Complementary color
Monochromatic Colors of #FE6B34
Black with #FE6B34
Text Example
Text Example
White with #FE6B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B34; }
p { color: rgb(254,107,52); }
H1.HeaderClassName
{
color: #FE6B34;
}
.AnyTagClassName
{
color: #FE6B34;
}
</style>
background-color css
<style>
a { background-color: #FE6B34; }
a { background-color: rgb(254,107,52); }
div.DivClassName
{
background-color: #FE6B34;
}
.BgClassName
{
background-color: #FE6B34;
}
</style>
border-color css
<style>
span { border-color: #FE6B34; }
span { border-color: rgb(254,107,52); }
td.TdClassName
{
border-color: #FE6B34;
}
.TagClassName
{
border-color: #FE6B34;
}
</style>