#FE7333

Color #FE7333 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FE7333

Tints of Burnt Orange #FE7333

Color information

#FE7333 (or 0xFE7333) is unknown color: approx Burnt Orange. HEX triplet: FE, 73 and 33. RGB value is (254,115,51). Sum of RGB (Red+Green+Blue) = 254+115+51=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7333 is #018CCC. Grayscale: #959595. Windows color (decimal): -101581 or 3372030. OLE color: 3372030.

HSL color Cylindrical-coordinate representation of color #FE7333: hue angle of 18.92º 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 #FE7333 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB25411551-
CMYK00.550.800.00
HSL18.92º99.02%59.8%-
HSV(B)18.92º79.92%99.61%-
XYZ47.633.577.1-
YUV149.2672.55202.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 60.48%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=60.48%
G=27.38%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541155100.550.800.0018.9299.0259.8
HexFE733303750013633c
Octal3761636306712002314374
Binary111111101110011110011011011110100000100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7333; }

 p { color: rgb(254,115,51); }

 H1.HeaderClassName
 {
   color: #FE7333;
 }
 .AnyTagClassName
 {
   color: #FE7333;
 }
</style>
background-color css

<style>
 a { background-color: #FE7333; }

 a { background-color: rgb(254,115,51); }

 div.DivClassName
 {
   background-color: #FE7333;
 }
 .BgClassName
 {
   background-color: #FE7333;
 }
</style>
border-color css

<style>
 span { border-color: #FE7333; }

 span { border-color: rgb(254,115,51); }

 td.TdClassName
 {
   border-color: #FE7333;
 }
 .TagClassName
 {
   border-color: #FE7333;
 }
</style>