Color Hex Logo

#f6a12d Color Hex

#F6A12D
(246,161,45)
0 Favorites   0 Comments

Color spaces of #f6a12d

RGB 24616145
HSL0.100.920.57
HSV35°82°96°
CMYK 0.000.350.82   0.04
XYZ51.224645.27208.5212
Yxy45.27200.48780.4311
Hunter Lab67.284518.146739.5904
CIE-Lab73.070622.970868.0220

#f6a12d color RGB value is (246,161,45).

#f6a12d hex color red value is 246, green value is 161 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f6a12d hue: 0.10 , saturation: 0.92 and the lightness value of f6a12d is 0.57.

The process color (four color CMYK) of #f6a12d color hex is 0.00, 0.35, 0.82, 0.04. Web safe color of #f6a12d is #ff9933. Color #f6a12d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10100001 00101101
Octal 366 241 55
Decimal 246 161 45
Hex F6 A1 2D

RGB Percentages of Color #f6a12d

%54.42
%35.62
%9.96

CMYK Percentages of Color #f6a12d

%0
%35
%82
%4

Triadic Colors of #f6a12d

#f6a12d #2df6a1 #a12df6

Analogous Colors of #f6a12d

#f6a12d #e7f62d #f63d2d

Monochromatic Colors of #f6a12d

#f6a12d

Complementary Color

#f6a12d #2d82f6

#f6a12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6a12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6a12d Color CSS Codes

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

#f6a12d Text Font Color

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

This sample text font color is #f6a12d
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.


#f6a12d Background Color

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

This div background color is #f6a12d


#f6a12d Border Color

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

This div border color is #f6a12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6a12d


Comments

No comments written yet.

Please login to write comment.