Color Hex Logo

#ffb15a Color Hex

#FFB15A
(255,177,90)
0 Favorites   0 Comments

Color spaces of #ffb15a

RGB 25517790
HSL0.091.000.68
HSV32°65°100°
CMYK 0.000.310.65   0.00
XYZ58.807653.442516.8888
Yxy53.44250.45540.4138
Hunter Lab73.104415.658737.4757
CIE-Lab78.135520.301054.8436

#ffb15a color RGB value is (255,177,90).

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

The process color (four color CMYK) of #ffb15a color hex is 0.00, 0.31, 0.65, 0.00. Web safe color of #ffb15a is #ff9966. Color #ffb15a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 01011010
Octal 377 261 132
Decimal 255 177 90
Hex FF B1 5A

RGB Percentages of Color #ffb15a

%48.85
%33.91
%17.24

CMYK Percentages of Color #ffb15a

%0
%31
%65
%0

Triadic Colors of #ffb15a

#ffb15a #5affb1 #b15aff

Analogous Colors of #ffb15a

#ffb15a #fbff5a #ff5f5a

Monochromatic Colors of #ffb15a

#ffb15a

Complementary Color

#ffb15a #5aa8ff

#ffb15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb15a Color CSS Codes

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

#ffb15a Text Font Color

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

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


#ffb15a Background Color

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

This div background color is #ffb15a


#ffb15a Border Color

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

This div border color is #ffb15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb15a

Related Colors

#ffb15a Color Palettes


Comments

No comments written yet.

Please login to write comment.