Color Hex Logo

#fcb23f Color Hex

#FCB23F
(252,178,63)
0 Favorites   0 Comments

Color spaces of #fcb23f

RGB 25217863
HSL0.100.970.62
HSV37°75°99°
CMYK 0.000.290.75   0.01
XYZ56.962552.895111.9102
Yxy52.89510.46780.4344
Hunter Lab72.729012.528241.2009
CIE-Lab77.813017.187866.0970

#fcb23f color RGB value is (252,178,63).

#fcb23f hex color red value is 252, green value is 178 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fcb23f hue: 0.10 , saturation: 0.97 and the lightness value of fcb23f is 0.62.

The process color (four color CMYK) of #fcb23f color hex is 0.00, 0.29, 0.75, 0.01. Web safe color of #fcb23f is #ff9933. Color #fcb23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00111111
Octal 374 262 77
Decimal 252 178 63
Hex FC B2 3F

RGB Percentages of Color #fcb23f

%51.12
%36.11
%12.78

CMYK Percentages of Color #fcb23f

%0
%29
%75
%1

Triadic Colors of #fcb23f

#fcb23f #3ffcb2 #b23ffc

Analogous Colors of #fcb23f

#fcb23f #e8fc3f #fc543f

Monochromatic Colors of #fcb23f

#fcb23f

Complementary Color

#fcb23f #3f89fc

#fcb23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb23f Color CSS Codes

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

#fcb23f Text Font Color

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

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


#fcb23f Background Color

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

This div background color is #fcb23f


#fcb23f Border Color

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

This div border color is #fcb23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb23f


Comments

No comments written yet.

Please login to write comment.