Shades of Burnt Orange #FE6B33
Tints of Burnt Orange #FE6B33
RGB
CMYK
RGB Variations
Color information
#FE6B33 (or 0xFE6B33) is known color: Burnt Orange. HEX triplet: FE, 6B and 33. RGB value is (254,107,51). Sum of RGB (Red+Green+Blue) = 254+107+51=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B33 is #0194CC. Grayscale: #909090. Windows color (decimal): -103629 or 3369982. OLE color: 3369982.
HSL color Cylindrical-coordinate representation of color #FE6B33: hue angle of 16.55º 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 #FE6B33 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 51 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.00 |
| HSL | 16.55º | 0.99% | 0.6% | - |
| HSV(B) | 16.55º | 0.8% | 1% | - |
| XYZ | 46.73 | 31.83 | 6.81 | - |
| YUV | 144.57 | 75.2 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 51 | 0 | 0.58 | 0.80 | 0.00 | 16.55 | 0.99 | 0.6 |
| Hex | FE | 6B | 33 | 0 | 3A | 50 | 0 | 11 | 63 | 3C |
| Octal | 376 | 153 | 63 | 0 | 72 | 120 | 0 | 21 | 143 | 74 |
| Binary | 11111110 | 1101011 | 110011 | 0 | 111010 | 1010000 | 0 | 10001 | 1100011 | 111100 |
Color Harmonies of #FE6B33
Complementary color
Monochromatic Colors of #FE6B33
Black with #FE6B33
Text Example
Text Example
White with #FE6B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B33; }
p { color: rgb(254,107,51); }
H1.HeaderClassName
{
color: #FE6B33;
}
.AnyTagClassName
{
color: #FE6B33;
}
</style>
background-color css
<style>
a { background-color: #FE6B33; }
a { background-color: rgb(254,107,51); }
div.DivClassName
{
background-color: #FE6B33;
}
.BgClassName
{
background-color: #FE6B33;
}
</style>
border-color css
<style>
span { border-color: #FE6B33; }
span { border-color: rgb(254,107,51); }
td.TdClassName
{
border-color: #FE6B33;
}
.TagClassName
{
border-color: #FE6B33;
}
</style>