#FE7140

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

Shades of Burnt Orange #FE7140

Tints of Burnt Orange #FE7140

Color information

#FE7140 (or 0xFE7140) is unknown color: approx Burnt Orange. HEX triplet: FE, 71 and 40. RGB value is (254,113,64). Sum of RGB (Red+Green+Blue) = 254+113+64=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7140 is #018EBF. Grayscale: #959595. Windows color (decimal): -102080 or 4223486. OLE color: 4223486.

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

Color convert

RGB25411364-
CMYK00.560.750.00
HSL15.47º98.96%62.35%-
HSV(B)15.47º74.8%99.61%-
XYZ47.733.258.75-
YUV149.5779.71202.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.93%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=58.93%
G=26.22%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541136400.560.750.0015.4798.9662.35
HexFE71400384B0f633e
Octal37616110007011301714376
Binary111111101110001100000001110001001011011111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7140; }

 p { color: rgb(254,113,64); }

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

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

 a { background-color: rgb(254,113,64); }

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

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

 span { border-color: rgb(254,113,64); }

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