Color Hex Logo

#ffc61b Color Hex

#FFC61B
(255,198,27)
0 Favorites   0 Comments

Color spaces of #ffc61b

RGB 25519827
HSL0.131.000.55
HSV45°89°100°
CMYK 0.000.220.89   0.00
XYZ61.631961.72739.7031
Yxy61.72730.46320.4639
Hunter Lab78.56672.533147.6743
CIE-Lab82.76827.047080.9567

#ffc61b color RGB value is (255,198,27).

#ffc61b hex color red value is 255, green value is 198 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ffc61b hue: 0.13 , saturation: 1.00 and the lightness value of ffc61b is 0.55.

The process color (four color CMYK) of #ffc61b color hex is 0.00, 0.22, 0.89, 0.00. Web safe color of #ffc61b is #ffcc33. Color #ffc61b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 00011011
Octal 377 306 33
Decimal 255 198 27
Hex FF C6 1B

RGB Percentages of Color #ffc61b

%53.13
%41.25
%5.63

CMYK Percentages of Color #ffc61b

%0
%22
%89
%0

Triadic Colors of #ffc61b

#ffc61b #1bffc6 #c61bff

Analogous Colors of #ffc61b

#ffc61b #c6ff1b #ff541b

Monochromatic Colors of #ffc61b

#ffc61b

Complementary Color

#ffc61b #1b54ff

#ffc61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc61b Color CSS Codes

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

#ffc61b Text Font Color

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

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


#ffc61b Background Color

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

This div background color is #ffc61b


#ffc61b Border Color

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

This div border color is #ffc61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc61b


Comments

No comments written yet.

Please login to write comment.