Color Hex Logo

#f6c54a Color Hex

#F6C54A
(246,197,74)
0 Favorites   0 Comments

Color spaces of #f6c54a

RGB 24619774
HSL0.120.910.63
HSV43°70°96°
CMYK 0.000.200.70   0.04
XYZ59.208360.019714.9429
Yxy60.01970.44130.4473
Hunter Lab77.47240.842042.7948
CIE-Lab81.84895.260665.5426

#f6c54a color RGB value is (246,197,74).

#f6c54a hex color red value is 246, green value is 197 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f6c54a hue: 0.12 , saturation: 0.91 and the lightness value of f6c54a is 0.63.

The process color (four color CMYK) of #f6c54a color hex is 0.00, 0.20, 0.70, 0.04. Web safe color of #f6c54a is #ffcc33. Color #f6c54a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000101 01001010
Octal 366 305 112
Decimal 246 197 74
Hex F6 C5 4A

RGB Percentages of Color #f6c54a

%47.58
%38.10
%14.31

CMYK Percentages of Color #f6c54a

%0
%20
%70
%4

Triadic Colors of #f6c54a

#f6c54a #4af6c5 #c54af6

Analogous Colors of #f6c54a

#f6c54a #d1f64a #f66f4a

Monochromatic Colors of #f6c54a

#f6c54a

Complementary Color

#f6c54a #4a7bf6

#f6c54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c54a Color CSS Codes

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

#f6c54a Text Font Color

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

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


#f6c54a Background Color

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

This div background color is #f6c54a


#f6c54a Border Color

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

This div border color is #f6c54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c54a

#f6c54a Color Palettes


Comments

No comments written yet.

Please login to write comment.