Color Hex Logo

#f6ba0b Color Hex

#F6BA0B
(246,186,11)
0 Favorites   0 Comments

Color spaces of #f6ba0b

RGB 24618611
HSL0.120.930.50
HSV45°96°96°
CMYK 0.000.240.96   0.04
XYZ55.625354.73487.9497
Yxy54.73480.47020.4626
Hunter Lab73.98304.737945.4172
CIE-Lab78.88839.228480.0093

#f6ba0b color RGB value is (246,186,11).

#f6ba0b hex color red value is 246, green value is 186 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f6ba0b hue: 0.12 , saturation: 0.93 and the lightness value of f6ba0b is 0.50.

The process color (four color CMYK) of #f6ba0b color hex is 0.00, 0.24, 0.96, 0.04. Web safe color of #f6ba0b is #ffcc00. Color #f6ba0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111010 00001011
Octal 366 272 13
Decimal 246 186 11
Hex F6 BA B

RGB Percentages of Color #f6ba0b

%55.53
%41.99
%2.48

CMYK Percentages of Color #f6ba0b

%0
%24
%96
%4

Triadic Colors of #f6ba0b

#f6ba0b #0bf6ba #ba0bf6

Analogous Colors of #f6ba0b

#f6ba0b #bdf60b #f6450b

Monochromatic Colors of #f6ba0b

#f6ba0b

Complementary Color

#f6ba0b #0b47f6

#f6ba0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ba0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ba0b Color CSS Codes

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

#f6ba0b Text Font Color

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

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


#f6ba0b Background Color

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

This div background color is #f6ba0b


#f6ba0b Border Color

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

This div border color is #f6ba0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ba0b


Comments

No comments written yet.

Please login to write comment.