Color Hex Logo

#f6bd45 Color Hex

#F6BD45
(246,189,69)
0 Favorites   0 Comments

Color spaces of #f6bd45

RGB 24618969
HSL0.110.910.62
HSV41°72°96°
CMYK 0.000.230.72   0.04
XYZ57.277856.417713.5011
Yxy56.41770.45030.4435
Hunter Lab75.11174.672941.9210
CIE-Lab79.85109.180065.5286

#f6bd45 color RGB value is (246,189,69).

#f6bd45 hex color red value is 246, green value is 189 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #f6bd45 hue: 0.11 , saturation: 0.91 and the lightness value of f6bd45 is 0.62.

The process color (four color CMYK) of #f6bd45 color hex is 0.00, 0.23, 0.72, 0.04. Web safe color of #f6bd45 is #ffcc33. Color #f6bd45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111101 01000101
Octal 366 275 105
Decimal 246 189 69
Hex F6 BD 45

RGB Percentages of Color #f6bd45

%48.81
%37.50
%13.69

CMYK Percentages of Color #f6bd45

%0
%23
%72
%4

Triadic Colors of #f6bd45

#f6bd45 #45f6bd #bd45f6

Analogous Colors of #f6bd45

#f6bd45 #d7f645 #f66545

Monochromatic Colors of #f6bd45

#f6bd45

Complementary Color

#f6bd45 #457ef6

#f6bd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bd45 Color CSS Codes

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

#f6bd45 Text Font Color

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

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


#f6bd45 Background Color

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

This div background color is #f6bd45


#f6bd45 Border Color

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

This div border color is #f6bd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bd45


Comments

No comments written yet.

Please login to write comment.