#FF6E3F

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

Shades of Burnt Orange #FF6E3F

Tints of Burnt Orange #FF6E3F

Color information

#FF6E3F (or 0xFF6E3F) is unknown color: approx Burnt Orange. HEX triplet: FF, 6E and 3F. RGB value is (255,110,63). Sum of RGB (Red+Green+Blue) = 255+110+63=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E3F is #0091C0. Grayscale: #949494. Windows color (decimal): -37313 or 4157183. OLE color: 4157183.

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

Color convert

RGB25511063-
CMYK00.570.750
HSL14.69º100%62.35%-
HSV(B)14.69º75.29%100%-
XYZ47.7132.778.51-
YUV14880.04204.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.58%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 63 (25% from 255) = 14.72%
R=59.58%
G=25.70%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551106300.570.75014.6910062.35
HexFF6E3F0394B0f643e
Octal3771567707111301714476
Binary11111111110111011111101110011001011011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E3F; }

 p { color: rgb(255,110,63); }

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

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

 a { background-color: rgb(255,110,63); }

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

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

 span { border-color: rgb(255,110,63); }

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