Color Hex Logo

#fcb900 Color Hex

#FCB900
(252,185,0)
1 Favorites   0 Comments

Color spaces of #fcb900

RGB 2521850
HSL0.121.000.49
HSV44°100°99°
CMYK 0.000.271.00   0.01
XYZ57.493855.39347.6617
Yxy55.39340.47690.4595
Hunter Lab74.42677.642445.9952
CIE-Lab79.267312.225981.6848

#fcb900 color RGB value is (252,185,0).

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

The process color (four color CMYK) of #fcb900 color hex is 0.00, 0.27, 1.00, 0.01. Web safe color of #fcb900 is #ffcc00. Color #fcb900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 00000000
Octal 374 271 0
Decimal 252 185 0
Hex FC B9 0

RGB Percentages of Color #fcb900

%57.67
%42.33
%0.00

CMYK Percentages of Color #fcb900

%0
%27
%100
%1

Triadic Colors of #fcb900

#fcb900 #00fcb9 #b900fc

Analogous Colors of #fcb900

#fcb900 #c1fc00 #fc3b00

Monochromatic Colors of #fcb900

#fcb900

Complementary Color

#fcb900 #0043fc

#fcb900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb900 Color CSS Codes

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

#fcb900 Text Font Color

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

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


#fcb900 Background Color

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

This div background color is #fcb900


#fcb900 Border Color

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

This div border color is #fcb900


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,185,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 #fcb900">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb900


Comments

No comments written yet.

Please login to write comment.