#FE7E36

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

Shades of Burnt Orange #FE7E36

Tints of Burnt Orange #FE7E36

Color information

#FE7E36 (or 0xFE7E36) is unknown color: approx Burnt Orange. HEX triplet: FE, 7E and 36. RGB value is (254,126,54). Sum of RGB (Red+Green+Blue) = 254+126+54=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7E36 is #0181C9. Grayscale: #9C9C9C. Windows color (decimal): -98762 or 3571454. OLE color: 3571454.

HSL color Cylindrical-coordinate representation of color #FE7E36: hue angle of 21.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE7E36 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB25412654-
CMYK00.500.790.00
HSL21.6º99.01%60.39%-
HSV(B)21.6º78.74%99.61%-
XYZ4936.267.91-
YUV156.0670.41197.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.53%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 54 (21.48% from 255) = 12.44%
R=58.53%
G=29.03%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541265400.500.790.0021.699.0160.39
HexFE7E360324F016633c
Octal3761766606211702614374
Binary111111101111110110110011001010011110101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7E36; }

 p { color: rgb(254,126,54); }

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

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

 a { background-color: rgb(254,126,54); }

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

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

 span { border-color: rgb(254,126,54); }

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