#FE7041

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

Shades of Burnt Orange #FE7041

Tints of Burnt Orange #FE7041

Color information

#FE7041 (or 0xFE7041) is unknown color: approx Burnt Orange. HEX triplet: FE, 70 and 41. RGB value is (254,112,65). Sum of RGB (Red+Green+Blue) = 254+112+65=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7041 is #018FBE. Grayscale: #959595. Windows color (decimal): -102335 or 4288766. OLE color: 4288766.

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

Color convert

RGB25411265-
CMYK00.560.740.00
HSL14.92º98.95%62.55%-
HSV(B)14.92º74.41%99.61%-
XYZ47.6233.048.87-
YUV149.180.54202.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.93%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 65 (25.78% from 255) = 15.08%
R=58.93%
G=25.99%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541126500.560.740.0014.9298.9562.55
HexFE70410384A0f633f
Octal37616010107011201714377
Binary111111101110000100000101110001001010011111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7041; }

 p { color: rgb(254,112,65); }

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

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

 a { background-color: rgb(254,112,65); }

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

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

 span { border-color: rgb(254,112,65); }

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