#ff6a2e

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

Shades of Burnt Orange #FF6A2E

Tints of Burnt Orange #FF6A2E

Color information

#FF6A2E (or 0xFF6A2E) is unknown color: approx Burnt Orange. HEX triplet: FF, 6A and 2E. RGB value is (255,106,46). Sum of RGB (Red+Green+Blue) = 255+106+46=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A2E is #0095D1. Grayscale: #909090. Windows color (decimal): -38354 or 3042047. OLE color: 3042047.

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

Color convert

RGB25510646-
CMYK00.580.820
HSL17.22º100%59.02%-
HSV(B)17.22º81.96%100%-
XYZ46.8931.776.24-
YUV143.7172.86207.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 46 (18.36% from 255) = 11.30%
R=62.65%
G=26.04%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551064600.580.82017.2210059.02
HexFF6A2E03A52011643b
Octal3771525607212202114473
Binary111111111101010101110011101010100100100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6a2e; }

 p { color: rgb(255,106,46); }

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

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

 a { background-color: rgb(255,106,46); }

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

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

 span { border-color: rgb(255,106,46); }

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