#FF703C

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

Shades of Burnt Orange #FF703C

Tints of Burnt Orange #FF703C

Color information

#FF703C (or 0xFF703C) is unknown color: approx Burnt Orange. HEX triplet: FF, 70 and 3C. RGB value is (255,112,60). Sum of RGB (Red+Green+Blue) = 255+112+60=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF703C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF703C is #008FC3. Grayscale: #959595. Windows color (decimal): -36804 or 3961087. OLE color: 3961087.

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

Color convert

RGB25511260-
CMYK00.560.760
HSL16º100%61.76%-
HSV(B)16º76.47%100%-
XYZ47.8533.178.16-
YUV148.8377.88203.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.72%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 60 (23.83% from 255) = 14.05%
R=59.72%
G=26.23%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551126000.560.7601610061.76
HexFF703C0384C010643e
Octal3771607407011402014476
Binary111111111110000111100011100010011000100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF703C; }

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

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

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

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

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

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

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

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