#FF7140

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

Shades of Burnt Orange #FF7140

Tints of Burnt Orange #FF7140

Color information

#FF7140 (or 0xFF7140) is unknown color: approx Burnt Orange. HEX triplet: FF, 71 and 40. RGB value is (255,113,64). Sum of RGB (Red+Green+Blue) = 255+113+64=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7140 is #008EBF. Grayscale: #969696. Windows color (decimal): -36544 or 4223487. OLE color: 4223487.

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

Color convert

RGB25511364-
CMYK00.560.750
HSL15.39º100%62.55%-
HSV(B)15.39º74.9%100%-
XYZ48.0733.448.77-
YUV149.8779.54202.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.03%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 64 (25.39% from 255) = 14.81%
R=59.03%
G=26.16%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551136400.560.75015.3910062.55
HexFF71400384B0f643f
Octal37716110007011301714477
Binary111111111110001100000001110001001011011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7140; }

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

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

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

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

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

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

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

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