Color Hex Logo

#f69d3e Color Hex

#F69D3E
(246,157,62)
0 Favorites   0 Comments

Color spaces of #f69d3e

RGB 24615762
HSL0.090.910.60
HSV31°75°96°
CMYK 0.000.360.75   0.04
XYZ50.932544.054610.3764
Yxy44.05460.48340.4181
Hunter Lab66.373620.820037.1926
CIE-Lab72.265025.668660.8274

#f69d3e color RGB value is (246,157,62).

#f69d3e hex color red value is 246, green value is 157 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f69d3e hue: 0.09 , saturation: 0.91 and the lightness value of f69d3e is 0.60.

The process color (four color CMYK) of #f69d3e color hex is 0.00, 0.36, 0.75, 0.04. Web safe color of #f69d3e is #ff9933. Color #f69d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011101 00111110
Octal 366 235 76
Decimal 246 157 62
Hex F6 9D 3E

RGB Percentages of Color #f69d3e

%52.90
%33.76
%13.33

CMYK Percentages of Color #f69d3e

%0
%36
%75
%4

Triadic Colors of #f69d3e

#f69d3e #3ef69d #9d3ef6

Analogous Colors of #f69d3e

#f69d3e #f3f63e #f6413e

Monochromatic Colors of #f69d3e

#f69d3e

Complementary Color

#f69d3e #3e97f6

#f69d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69d3e Color CSS Codes

.mybgcolor {background-color:#f69d3e; } 
.myforecolor {color:#f69d3e; }
.mybordercolor {border:3px solid #f69d3e; }

#f69d3e Text Font Color

<p style="color:#f69d3e">Text here</p>

This sample text font color is #f69d3e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f69d3e Background Color

<div style="background-color:#f69d3e">
Div content here</div>

This div background color is #f69d3e


#f69d3e Border Color

<div style="border:3px solid #f69d3e">
Div here</div>

This div border color is #f69d3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,157,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f69d3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f69d3e;
  -webkit-box-shadow: 1px 1px 3px 2px #f69d3e;
  box-shadow:         1px 1px 3px 2px #f69d3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,157,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f69d3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f69d3e;
  -webkit-box-shadow: 1px 1px 3px 2px #f69d3e;
  box-shadow:         1px 1px 3px 2px #f69d3e;">
Div content here</div>

This div box has shadow with color #f69d3e


Comments

No comments written yet.

Please login to write comment.