color codes Logo

#fcb200 color codes

#FCB200
(252,178,0)
0 Favorites   0 Comments

Color spaces of #fcb200

RGB 2521780
HSL0.121.000.49
HSV42°100°99°
CMYK 0.000.291.00   0.01
XYZ56.065352.53627.1855
Yxy52.53620.48420.4537
Hunter Lab72.481911.227944.8596
CIE-Lab77.600415.879580.5581

#fcb200 color RGB value is (252,178,0).

#fcb200 hex color red value is 252, green value is 178 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fcb200 hue: 0.12 , saturation: 1.00 and the lightness value of fcb200 is 0.49.

The process color (four color CMYK) of #fcb200 color code is 0.00, 0.29, 1.00, 0.01. Web safe color of #fcb200 is #ff9900. Color #fcb200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00000000
Octal 374 262 0
Decimal 252 178 0
Hex FC B2 0

RGB Percentages of Color #fcb200

%58.60
%41.40
%0.00

CMYK Percentages of Color #fcb200

%0
%29
%100
%1

Triadic Colors of #fcb200

#fcb200 #00fcb2 #b200fc

Analogous Colors of #fcb200

#fcb200 #c8fc00 #fc3400

Monochromatic Colors of #fcb200

#fcb200

Complementary Color

#fcb200 #004afc

#fcb200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb200 Color CSS Codes

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

#fcb200 Text Font Color

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

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


#fcb200 Background Color

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

This div background color is #fcb200


#fcb200 Border Color

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

This div border color is #fcb200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb200

Related Colors


Comments

No comments written yet.

Please login to write comment.