Color Hex Logo

#ffb640 Color Hex

#FFB640
(255,182,64)
0 Favorites   0 Comments

Color spaces of #ffb640

RGB 25518264
HSL0.101.000.63
HSV37°75°100°
CMYK 0.000.290.75   0.00
XYZ58.893455.086112.3791
Yxy55.08610.46610.4360
Hunter Lab74.220011.754342.0651
CIE-Lab79.090816.390467.0610

#ffb640 color RGB value is (255,182,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 01000000
Octal 377 266 100
Decimal 255 182 64
Hex FF B6 40

RGB Percentages of Color #ffb640

%50.90
%36.33
%12.77

CMYK Percentages of Color #ffb640

%0
%29
%75
%0

Triadic Colors of #ffb640

#ffb640 #40ffb6 #b640ff

Analogous Colors of #ffb640

#ffb640 #e9ff40 #ff5740

Monochromatic Colors of #ffb640

#ffb640

Complementary Color

#ffb640 #4089ff

#ffb640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb640 Color CSS Codes

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

#ffb640 Text Font Color

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

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


#ffb640 Background Color

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

This div background color is #ffb640


#ffb640 Border Color

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

This div border color is #ffb640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb640


Comments

No comments written yet.

Please login to write comment.