Color Hex Logo

#ffb261 Color Hex

#FFB261
(255,178,97)
0 Favorites   0 Comments

Color spaces of #ffb261

RGB 25517897
HSL0.091.000.69
HSV31°62°100°
CMYK 0.000.300.62   0.00
XYZ59.318153.963918.5989
Yxy53.96390.44980.4092
Hunter Lab73.460115.581236.4108
CIE-Lab78.440720.215051.8587

#ffb261 color RGB value is (255,178,97).

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

The process color (four color CMYK) of #ffb261 color hex is 0.00, 0.30, 0.62, 0.00. Web safe color of #ffb261 is #ff9966. Color #ffb261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 01100001
Octal 377 262 141
Decimal 255 178 97
Hex FF B2 61

RGB Percentages of Color #ffb261

%48.11
%33.58
%18.30

CMYK Percentages of Color #ffb261

%0
%30
%62
%0

Triadic Colors of #ffb261

#ffb261 #61ffb2 #b261ff

Analogous Colors of #ffb261

#ffb261 #fdff61 #ff6361

Monochromatic Colors of #ffb261

#ffb261

Complementary Color

#ffb261 #61aeff

#ffb261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb261 Color CSS Codes

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

#ffb261 Text Font Color

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

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


#ffb261 Background Color

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

This div background color is #ffb261


#ffb261 Border Color

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

This div border color is #ffb261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb261


Comments

No comments written yet.

Please login to write comment.