#FF7040

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

Shades of Burnt Orange #FF7040

Tints of Burnt Orange #FF7040

Color information

#FF7040 (or 0xFF7040) is unknown color: approx Burnt Orange. HEX triplet: FF, 70 and 40. RGB value is (255,112,64). Sum of RGB (Red+Green+Blue) = 255+112+64=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7040 is #008FBF. Grayscale: #959595. Windows color (decimal): -36800 or 4223231. OLE color: 4223231.

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

Color convert

RGB25511264-
CMYK00.560.750
HSL15.08º100%62.55%-
HSV(B)15.08º74.9%100%-
XYZ47.9633.228.73-
YUV149.2879.88203.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.16%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=59.16%
G=25.99%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551126400.560.75015.0810062.55
HexFF70400384B0f643f
Octal37716010007011301714477
Binary111111111110000100000001110001001011011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7040; }

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

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

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

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

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

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

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

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