Color Hex Logo

#f6bf16 Color Hex

#F6BF16
(246,191,22)
0 Favorites   0 Comments

Color spaces of #f6bf16

RGB 24619122
HSL0.130.930.53
HSV45°91°96°
CMYK 0.000.220.91   0.04
XYZ56.781756.91248.7515
Yxy56.91240.46370.4648
Hunter Lab75.44032.331245.9302
CIE-Lab80.13036.753179.4300

#f6bf16 color RGB value is (246,191,22).

#f6bf16 hex color red value is 246, green value is 191 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f6bf16 hue: 0.13 , saturation: 0.93 and the lightness value of f6bf16 is 0.53.

The process color (four color CMYK) of #f6bf16 color hex is 0.00, 0.22, 0.91, 0.04. Web safe color of #f6bf16 is #ffcc00. Color #f6bf16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 00010110
Octal 366 277 26
Decimal 246 191 22
Hex F6 BF 16

RGB Percentages of Color #f6bf16

%53.59
%41.61
%4.79

CMYK Percentages of Color #f6bf16

%0
%22
%91
%4

Triadic Colors of #f6bf16

#f6bf16 #16f6bf #bf16f6

Analogous Colors of #f6bf16

#f6bf16 #bdf616 #f64f16

Monochromatic Colors of #f6bf16

#f6bf16

Complementary Color

#f6bf16 #164df6

#f6bf16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bf16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bf16 Color CSS Codes

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

#f6bf16 Text Font Color

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

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


#f6bf16 Background Color

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

This div background color is #f6bf16


#f6bf16 Border Color

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

This div border color is #f6bf16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bf16


Comments

No comments written yet.

Please login to write comment.