#FF7134

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

Shades of Burnt Orange #FF7134

Tints of Burnt Orange #FF7134

Color information

#FF7134 (or 0xFF7134) is unknown color: approx Burnt Orange. HEX triplet: FF, 71 and 34. RGB value is (255,113,52). Sum of RGB (Red+Green+Blue) = 255+113+52=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7134 is #008ECB. Grayscale: #949494. Windows color (decimal): -36556 or 3437055. OLE color: 3437055.

HSL color Cylindrical-coordinate representation of color #FF7134: hue angle of 18.03º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF7134 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB25511352-
CMYK00.560.800
HSL18.03º100%60.2%-
HSV(B)18.03º79.61%100%-
XYZ47.7633.327.16-
YUV148.573.54203.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.71%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 52 (20.70% from 255) = 12.38%
R=60.71%
G=26.90%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551135200.560.80018.0310060.2
HexFF713403850012643c
Octal3771616407012002214474
Binary111111111110001110100011100010100000100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7134; }

 p { color: rgb(255,113,52); }

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

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

 a { background-color: rgb(255,113,52); }

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

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

 span { border-color: rgb(255,113,52); }

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