Color Hex Logo

#ffb043 Color Hex

#FFB043
(255,176,67)
0 Favorites   0 Comments

Color spaces of #ffb043

RGB 25517667
HSL0.101.000.63
HSV35°74°100°
CMYK 0.000.310.74   0.00
XYZ57.778552.715912.4401
Yxy52.71590.47000.4288
Hunter Lab72.605714.987540.6654
CIE-Lab77.707019.648464.5162

#ffb043 color RGB value is (255,176,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 01000011
Octal 377 260 103
Decimal 255 176 67
Hex FF B0 43

RGB Percentages of Color #ffb043

%51.20
%35.34
%13.45

CMYK Percentages of Color #ffb043

%0
%31
%74
%0

Triadic Colors of #ffb043

#ffb043 #43ffb0 #b043ff

Analogous Colors of #ffb043

#ffb043 #f0ff43 #ff5243

Monochromatic Colors of #ffb043

#ffb043

Complementary Color

#ffb043 #4392ff

#ffb043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb043 Color CSS Codes

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

#ffb043 Text Font Color

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

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


#ffb043 Background Color

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

This div background color is #ffb043


#ffb043 Border Color

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

This div border color is #ffb043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb043


Comments

No comments written yet.

Please login to write comment.