Html Css Color HEX #FF6E3D Burnt Orange

📋 copy color: '#FF6E3D'

red 255 ◦ green 110 ◦ blue 61

#FF6E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Orange #FF6E3D

Tints of Burnt Orange #FF6E3D

RGB

 RED value IS 255 (100% from 255) = 59.86%

 GREEN value IS 110 (43.36% from 255) = 25.82%

 BLUE value IS 61 (24.22% from 255) = 14.32%

R = 59.86%
G = 25.82%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF6E3D (or 0xFF6E3D) is known color: Burnt Orange. HEX triplet: FF, 6E and 3D. RGB value is (255,110,61). Sum of RGB (Red+Green+Blue) = 255+110+61=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E3D is #0091C2. Grayscale: #949494. Windows color (decimal): -37315 or 4026111. OLE color: 4026111.

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

Color convert

RGB 255 110 61 -
CMYK 0 0.57 0.76 0
HSL 15.15º 1% 0.62% -
HSV(B) 15.15º 0.76% 1% -
XYZ 47.66 32.75 8.22 -
YUV 147.77 79.04 204.48 -
System Red Green Blue C M Y K H S L
Decimal 255 110 61 0 0.57 0.76 0 15.15 1 0.62
Hex FF 6E 3D 0 39 4C 0 F 64 3E
Octal 377 156 75 0 71 114 0 17 144 76
Binary 11111111 1101110 111101 0 111001 1001100 0 1111 1100100 111110

Color Harmonies of #FF6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E3D

Black with #FF6E3D

Text Example


Text Example

White with #FF6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E3D; }

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

 H1.HeaderClassName
 {
   color: #FF6E3D;
 }
 .AnyTagClassName
 {
   color: #FF6E3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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