Color Hex Logo

#f2c946 Color Hex

#F2C946
(242,201,70)
0 Favorites   0 Comments

Color spaces of #f2c946

RGB 24220170
HSL0.130.870.61
HSV46°71°95°
CMYK 0.000.170.71   0.05
XYZ58.610161.092714.4973
Yxy61.09270.43670.4552
Hunter Lab78.1618-2.933943.7163
CIE-Lab82.42861.319167.5778

#f2c946 color RGB value is (242,201,70).

#f2c946 hex color red value is 242, green value is 201 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f2c946 hue: 0.13 , saturation: 0.87 and the lightness value of f2c946 is 0.61.

The process color (four color CMYK) of #f2c946 color hex is 0.00, 0.17, 0.71, 0.05. Web safe color of #f2c946 is #ffcc33. Color #f2c946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001001 01000110
Octal 362 311 106
Decimal 242 201 70
Hex F2 C9 46

RGB Percentages of Color #f2c946

%47.17
%39.18
%13.65

CMYK Percentages of Color #f2c946

%0
%17
%71
%5

Triadic Colors of #f2c946

#f2c946 #46f2c9 #c946f2

Analogous Colors of #f2c946

#f2c946 #c5f246 #f27346

Monochromatic Colors of #f2c946

#f2c946

Complementary Color

#f2c946 #466ff2

#f2c946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2c946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2c946 Color CSS Codes

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

#f2c946 Text Font Color

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

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


#f2c946 Background Color

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

This div background color is #f2c946


#f2c946 Border Color

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

This div border color is #f2c946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2c946


Comments

No comments written yet.

Please login to write comment.