#FE7240

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

Shades of Burnt Orange #FE7240

Tints of Burnt Orange #FE7240

Color information

#FE7240 (or 0xFE7240) is unknown color: approx Burnt Orange. HEX triplet: FE, 72 and 40. RGB value is (254,114,64). Sum of RGB (Red+Green+Blue) = 254+114+64=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7240 is #018DBF. Grayscale: #969696. Windows color (decimal): -101824 or 4223742. OLE color: 4223742.

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

Color convert

RGB25411464-
CMYK00.550.750.00
HSL15.79º98.96%62.35%-
HSV(B)15.79º74.8%99.61%-
XYZ47.8233.488.79-
YUV150.1679.38202.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.80%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 64 (25.39% from 255) = 14.81%
R=58.80%
G=26.39%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541146400.550.750.0015.7998.9662.35
HexFE72400374B010633e
Octal37616210006711302014376
Binary1111111011100101000000011011110010110100001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7240; }

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

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

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

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

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

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

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

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