#FF7034

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

Shades of Burnt Orange #FF7034

Tints of Burnt Orange #FF7034

Color information

#FF7034 (or 0xFF7034) is unknown color: approx Burnt Orange. HEX triplet: FF, 70 and 34. RGB value is (255,112,52). Sum of RGB (Red+Green+Blue) = 255+112+52=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7034 is #008FCB. Grayscale: #949494. Windows color (decimal): -36812 or 3436799. OLE color: 3436799.

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

Color convert

RGB25511252-
CMYK00.560.800
HSL17.73º100%60.2%-
HSV(B)17.73º79.61%100%-
XYZ47.6533.17.13-
YUV147.9273.88204.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 52 (20.70% from 255) = 12.41%
R=60.86%
G=26.73%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551125200.560.80017.7310060.2
HexFF703403850012643c
Octal3771606407012002214474
Binary111111111110000110100011100010100000100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7034; }

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

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

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

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

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

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

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

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