Color Hex Logo

#fcb14f Color Hex

#FCB14F
(252,177,79)
0 Favorites   0 Comments

Color spaces of #fcb14f

RGB 25217779
HSL0.090.970.65
HSV34°69°99°
CMYK 0.000.300.69   0.01
XYZ57.278352.704214.5512
Yxy52.70420.45990.4232
Hunter Lab72.597713.787538.9345
CIE-Lab77.700018.452559.2987

#fcb14f color RGB value is (252,177,79).

#fcb14f hex color red value is 252, green value is 177 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fcb14f hue: 0.09 , saturation: 0.97 and the lightness value of fcb14f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01001111
Octal 374 261 117
Decimal 252 177 79
Hex FC B1 4F

RGB Percentages of Color #fcb14f

%49.61
%34.84
%15.55

CMYK Percentages of Color #fcb14f

%0
%30
%69
%1

Triadic Colors of #fcb14f

#fcb14f #4ffcb1 #b14ffc

Analogous Colors of #fcb14f

#fcb14f #f1fc4f #fc5b4f

Monochromatic Colors of #fcb14f

#fcb14f

Complementary Color

#fcb14f #4f9afc

#fcb14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb14f Color CSS Codes

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

#fcb14f Text Font Color

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

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


#fcb14f Background Color

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

This div background color is #fcb14f


#fcb14f Border Color

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

This div border color is #fcb14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb14f


Comments

No comments written yet.

Please login to write comment.