Color Hex Logo

#fcce5a Color Hex

#FCCE5A
(252,206,90)
0 Favorites   0 Comments

Color spaces of #fcce5a

RGB 25220690
HSL0.120.960.67
HSV43°64°99°
CMYK 0.000.180.64   0.01
XYZ64.061765.576218.9539
Yxy65.57620.43110.4413
Hunter Lab80.9791-0.504142.8080
CIE-Lab84.77983.990462.0866

#fcce5a color RGB value is (252,206,90).

#fcce5a hex color red value is 252, green value is 206 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fcce5a hue: 0.12 , saturation: 0.96 and the lightness value of fcce5a is 0.67.

The process color (four color CMYK) of #fcce5a color hex is 0.00, 0.18, 0.64, 0.01. Web safe color of #fcce5a is #ffcc66. Color #fcce5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 01011010
Octal 374 316 132
Decimal 252 206 90
Hex FC CE 5A

RGB Percentages of Color #fcce5a

%45.99
%37.59
%16.42

CMYK Percentages of Color #fcce5a

%0
%18
%64
%1

Triadic Colors of #fcce5a

#fcce5a #5afcce #ce5afc

Analogous Colors of #fcce5a

#fcce5a #d9fc5a #fc7d5a

Monochromatic Colors of #fcce5a

#fcce5a

Complementary Color

#fcce5a #5a88fc

#fcce5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce5a Color CSS Codes

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

#fcce5a Text Font Color

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

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


#fcce5a Background Color

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

This div background color is #fcce5a


#fcce5a Border Color

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

This div border color is #fcce5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce5a


Comments

No comments written yet.

Please login to write comment.