#FF6D2E

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

Shades of Burnt Orange #FF6D2E

Tints of Burnt Orange #FF6D2E

Color information

#FF6D2E (or 0xFF6D2E) is unknown color: approx Burnt Orange. HEX triplet: FF, 6D and 2E. RGB value is (255,109,46). Sum of RGB (Red+Green+Blue) = 255+109+46=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D2E is #0092D1. Grayscale: #919191. Windows color (decimal): -37586 or 3042815. OLE color: 3042815.

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

Color convert

RGB25510946-
CMYK00.570.820
HSL18.09º100%59.02%-
HSV(B)18.09º81.96%100%-
XYZ47.232.396.35-
YUV145.4771.87206.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.20%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 46 (18.36% from 255) = 11.22%
R=62.20%
G=26.59%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551094600.570.82018.0910059.02
HexFF6D2E03952012643b
Octal3771555607112202214473
Binary111111111101101101110011100110100100100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6D2E; }

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

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

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

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

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

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

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

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