Color Hex Logo

#ffc71f Color Hex

#FFC71F
(255,199,31)
0 Favorites   0 Comments

Color spaces of #ffc71f

RGB 25519931
HSL0.131.000.56
HSV45°88°100°
CMYK 0.000.220.88   0.00
XYZ61.910762.205810.0402
Yxy62.20580.46150.4637
Hunter Lab78.87072.092647.6619
CIE-Lab83.02276.601380.3728

#ffc71f color RGB value is (255,199,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 00011111
Octal 377 307 37
Decimal 255 199 31
Hex FF C7 1F

RGB Percentages of Color #ffc71f

%52.58
%41.03
%6.39

CMYK Percentages of Color #ffc71f

%0
%22
%88
%0

Triadic Colors of #ffc71f

#ffc71f #1fffc7 #c71fff

Analogous Colors of #ffc71f

#ffc71f #c7ff1f #ff571f

Monochromatic Colors of #ffc71f

#ffc71f

Complementary Color

#ffc71f #1f57ff

#ffc71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc71f Color CSS Codes

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

#ffc71f Text Font Color

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

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


#ffc71f Background Color

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

This div background color is #ffc71f


#ffc71f Border Color

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

This div border color is #ffc71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc71f

Related Colors

#ffc71f Color Palettes


Comments

No comments written yet.

Please login to write comment.