Color Hex Logo

#f6c21f Color Hex

#F6C21F
(246,194,31)
0 Favorites   0 Comments

Color spaces of #f6c21f

RGB 24619431
HSL0.130.920.54
HSV45°87°96°
CMYK 0.000.210.87   0.04
XYZ57.545158.27539.5116
Yxy58.27530.45910.4650
Hunter Lab76.33830.964446.0494
CIE-Lab80.89165.350478.3128

#f6c21f color RGB value is (246,194,31).

#f6c21f hex color red value is 246, green value is 194 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f6c21f hue: 0.13 , saturation: 0.92 and the lightness value of f6c21f is 0.54.

The process color (four color CMYK) of #f6c21f color hex is 0.00, 0.21, 0.87, 0.04. Web safe color of #f6c21f is #ffcc33. Color #f6c21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000010 00011111
Octal 366 302 37
Decimal 246 194 31
Hex F6 C2 1F

RGB Percentages of Color #f6c21f

%52.23
%41.19
%6.58

CMYK Percentages of Color #f6c21f

%0
%21
%87
%4

Triadic Colors of #f6c21f

#f6c21f #1ff6c2 #c21ff6

Analogous Colors of #f6c21f

#f6c21f #bff61f #f6561f

Monochromatic Colors of #f6c21f

#f6c21f

Complementary Color

#f6c21f #1f53f6

#f6c21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c21f Color CSS Codes

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

#f6c21f Text Font Color

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

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


#f6c21f Background Color

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

This div background color is #f6c21f


#f6c21f Border Color

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

This div border color is #f6c21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c21f


Comments

No comments written yet.

Please login to write comment.