Color Hex Logo

#ffb601 Color Hex

#FFB601
(255,182,1)
0 Favorites   0 Comments

Color spaces of #ffb601

RGB 2551821
HSL0.121.000.50
HSV43°100°100°
CMYK 0.000.291.00   0.00
XYZ57.973454.71817.5348
Yxy54.71810.48220.4551
Hunter Lab73.971710.444345.7409
CIE-Lab78.878615.073981.4730

#ffb601 color RGB value is (255,182,1).

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

The process color (four color CMYK) of #ffb601 color hex is 0.00, 0.29, 1.00, 0.00. Web safe color of #ffb601 is #ffcc00. Color #ffb601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 00000001
Octal 377 266 1
Decimal 255 182 1
Hex FF B6 1

RGB Percentages of Color #ffb601

%58.22
%41.55
%0.23

CMYK Percentages of Color #ffb601

%0
%29
%100
%0

Triadic Colors of #ffb601

#ffb601 #01ffb6 #b601ff

Analogous Colors of #ffb601

#ffb601 #c9ff01 #ff3701

Monochromatic Colors of #ffb601

#ffb601

Complementary Color

#ffb601 #014aff

#ffb601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb601 Color CSS Codes

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

#ffb601 Text Font Color

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

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


#ffb601 Background Color

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

This div background color is #ffb601


#ffb601 Border Color

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

This div border color is #ffb601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb601

Related Colors


Comments

No comments written yet.

Please login to write comment.