#FE7434

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

Shades of Burnt Orange #FE7434

Tints of Burnt Orange #FE7434

Color information

#FE7434 (or 0xFE7434) is unknown color: approx Burnt Orange. HEX triplet: FE, 74 and 34. RGB value is (254,116,52). Sum of RGB (Red+Green+Blue) = 254+116+52=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7434 is #018BCB. Grayscale: #969696. Windows color (decimal): -101324 or 3437822. OLE color: 3437822.

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

Color convert

RGB25411652-
CMYK00.540.800.00
HSL19.01º99.02%60%-
HSV(B)19.01º79.53%99.61%-
XYZ47.7433.817.26-
YUV149.9772.72202.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.19%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 52 (20.70% from 255) = 12.32%
R=60.19%
G=27.49%
B=12.32%

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
Decimal2541165200.540.800.0019.0199.0260
HexFE743403650013633c
Octal3761646406612002314374
Binary111111101110100110100011011010100000100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7434; }

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

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

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

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

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

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

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

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