Color Hex Logo

#ffb43a Color Hex

#FFB43A
(255,180,58)
0 Favorites   0 Comments

Color spaces of #ffb43a

RGB 25518058
HSL0.101.000.61
HSV37°77°100°
CMYK 0.000.290.77   0.00
XYZ58.325054.208011.3921
Yxy54.20800.47060.4374
Hunter Lab73.626112.558242.3644
CIE-Lab78.582917.204268.8319

#ffb43a color RGB value is (255,180,58).

#ffb43a hex color red value is 255, green value is 180 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ffb43a hue: 0.10 , saturation: 1.00 and the lightness value of ffb43a is 0.61.

The process color (four color CMYK) of #ffb43a color hex is 0.00, 0.29, 0.77, 0.00. Web safe color of #ffb43a is #ffcc33. Color #ffb43a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 00111010
Octal 377 264 72
Decimal 255 180 58
Hex FF B4 3A

RGB Percentages of Color #ffb43a

%51.72
%36.51
%11.76

CMYK Percentages of Color #ffb43a

%0
%29
%77
%0

Triadic Colors of #ffb43a

#ffb43a #3affb4 #b43aff

Analogous Colors of #ffb43a

#ffb43a #e8ff3a #ff523a

Monochromatic Colors of #ffb43a

#ffb43a

Complementary Color

#ffb43a #3a85ff

#ffb43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb43a Color CSS Codes

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

#ffb43a Text Font Color

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

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


#ffb43a Background Color

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

This div background color is #ffb43a


#ffb43a Border Color

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

This div border color is #ffb43a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,180,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffb43a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffb43a;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb43a;
  box-shadow:         1px 1px 3px 2px #ffb43a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,180,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb43a

Related Colors


Comments

No comments written yet.

Please login to write comment.