#FF7032

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

Shades of Burnt Orange #FF7032

Tints of Burnt Orange #FF7032

Color information

#FF7032 (or 0xFF7032) is unknown color: approx Burnt Orange. HEX triplet: FF, 70 and 32. RGB value is (255,112,50). Sum of RGB (Red+Green+Blue) = 255+112+50=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7032 is #008FCD. Grayscale: #949494. Windows color (decimal): -36814 or 3305727. OLE color: 3305727.

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

Color convert

RGB25511250-
CMYK00.560.800
HSL18.15º100%59.8%-
HSV(B)18.15º80.39%100%-
XYZ47.6133.086.89-
YUV147.6972.88204.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.15%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 50 (19.92% from 255) = 11.99%
R=61.15%
G=26.86%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551125000.560.80018.1510059.8
HexFF703203850012643c
Octal3771606207012002214474
Binary111111111110000110010011100010100000100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7032; }

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

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

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

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

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

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

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

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