Color Hex Logo

#fcb824 Color Hex

#FCB824
(252,184,36)
0 Favorites   0 Comments

Color spaces of #fcb824

RGB 25218436
HSL0.110.970.56
HSV41°86°99°
CMYK 0.000.270.86   0.01
XYZ57.603855.10389.2691
Yxy55.10380.47230.4518
Hunter Lab74.23198.609744.5590
CIE-Lab79.101013.212275.9862

#fcb824 color RGB value is (252,184,36).

#fcb824 hex color red value is 252, green value is 184 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #fcb824 hue: 0.11 , saturation: 0.97 and the lightness value of fcb824 is 0.56.

The process color (four color CMYK) of #fcb824 color hex is 0.00, 0.27, 0.86, 0.01. Web safe color of #fcb824 is #ffcc33. Color #fcb824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 00100100
Octal 374 270 44
Decimal 252 184 36
Hex FC B8 24

RGB Percentages of Color #fcb824

%53.39
%38.98
%7.63

CMYK Percentages of Color #fcb824

%0
%27
%86
%1

Triadic Colors of #fcb824

#fcb824 #24fcb8 #b824fc

Analogous Colors of #fcb824

#fcb824 #d4fc24 #fc4c24

Monochromatic Colors of #fcb824

#fcb824

Complementary Color

#fcb824 #2468fc

#fcb824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb824 Color CSS Codes

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

#fcb824 Text Font Color

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

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


#fcb824 Background Color

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

This div background color is #fcb824


#fcb824 Border Color

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

This div border color is #fcb824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb824


Comments

No comments written yet.

Please login to write comment.