Color Hex Logo

#ffb04a Color Hex

#FFB04A
(255,176,74)
0 Favorites   0 Comments

Color spaces of #ffb04a

RGB 25517674
HSL0.091.000.65
HSV34°71°100°
CMYK 0.000.310.71   0.00
XYZ58.001452.805113.6140
Yxy52.80510.46620.4244
Hunter Lab72.667115.307639.7592
CIE-Lab77.759819.964761.6459

#ffb04a color RGB value is (255,176,74).

#ffb04a hex color red value is 255, green value is 176 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ffb04a hue: 0.09 , saturation: 1.00 and the lightness value of ffb04a is 0.65.

The process color (four color CMYK) of #ffb04a color hex is 0.00, 0.31, 0.71, 0.00. Web safe color of #ffb04a is #ff9933. Color #ffb04a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 01001010
Octal 377 260 112
Decimal 255 176 74
Hex FF B0 4A

RGB Percentages of Color #ffb04a

%50.50
%34.85
%14.65

CMYK Percentages of Color #ffb04a

%0
%31
%71
%0

Triadic Colors of #ffb04a

#ffb04a #4affb0 #b04aff

Analogous Colors of #ffb04a

#ffb04a #f4ff4a #ff564a

Monochromatic Colors of #ffb04a

#ffb04a

Complementary Color

#ffb04a #4a99ff

#ffb04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb04a Color CSS Codes

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

#ffb04a Text Font Color

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

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


#ffb04a Background Color

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

This div background color is #ffb04a


#ffb04a Border Color

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

This div border color is #ffb04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb04a

Related Colors


Comments

No comments written yet.

Please login to write comment.