Color Hex Logo

#f2a336 Color Hex

#F2A336
(242,163,54)
0 Favorites   0 Comments

Color spaces of #f2a336

RGB 24216354
HSL0.100.880.58
HSV35°78°95°
CMYK 0.000.330.78   0.05
XYZ50.381045.33809.5858
Yxy45.33800.47840.4305
Hunter Lab67.333515.725638.6927
CIE-Lab73.113920.538364.6728

#f2a336 color RGB value is (242,163,54).

#f2a336 hex color red value is 242, green value is 163 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #f2a336 hue: 0.10 , saturation: 0.88 and the lightness value of f2a336 is 0.58.

The process color (four color CMYK) of #f2a336 color hex is 0.00, 0.33, 0.78, 0.05. Web safe color of #f2a336 is #ff9933. Color #f2a336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10100011 00110110
Octal 362 243 66
Decimal 242 163 54
Hex F2 A3 36

RGB Percentages of Color #f2a336

%52.72
%35.51
%11.76

CMYK Percentages of Color #f2a336

%0
%33
%78
%5

Triadic Colors of #f2a336

#f2a336 #36f2a3 #a336f2

Analogous Colors of #f2a336

#f2a336 #e3f236 #f24536

Monochromatic Colors of #f2a336

#f2a336

Complementary Color

#f2a336 #3685f2

#f2a336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2a336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2a336 Color CSS Codes

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

#f2a336 Text Font Color

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

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


#f2a336 Background Color

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

This div background color is #f2a336


#f2a336 Border Color

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

This div border color is #f2a336


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,163,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2a336; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2a336;
  -webkit-box-shadow: 1px 1px 3px 2px #f2a336;
  box-shadow:         1px 1px 3px 2px #f2a336; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,163,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2a336


Comments

No comments written yet.

Please login to write comment.