#FE7433

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

Shades of Burnt Orange #FE7433

Tints of Burnt Orange #FE7433

Color information

#FE7433 (or 0xFE7433) is unknown color: approx Burnt Orange. HEX triplet: FE, 74 and 33. RGB value is (254,116,51). Sum of RGB (Red+Green+Blue) = 254+116+51=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7433 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7433 is #018BCC. Grayscale: #969696. Windows color (decimal): -101325 or 3372286. OLE color: 3372286.

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

Color convert

RGB25411651-
CMYK00.540.800.00
HSL19.21º99.02%59.8%-
HSV(B)19.21º79.92%99.61%-
XYZ47.7233.87.14-
YUV149.8572.22202.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.33%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 51 (20.31% from 255) = 12.11%
R=60.33%
G=27.55%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541165100.540.800.0019.2199.0259.8
HexFE743303650013633c
Octal3761646306612002314374
Binary111111101110100110011011011010100000100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7433; }

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

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

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

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

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

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

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

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