Color Hex Logo

#fcc23d Color Hex

#FCC23D
(252,194,61)
0 Favorites   0 Comments

Color spaces of #fcc23d

RGB 25219461
HSL0.120.970.61
HSV42°76°99°
CMYK 0.000.230.76   0.01
XYZ60.279059.615912.7449
Yxy59.61590.45450.4495
Hunter Lab77.21134.235444.2612
CIE-Lab81.62908.767370.4920

#fcc23d color RGB value is (252,194,61).

#fcc23d hex color red value is 252, green value is 194 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fcc23d hue: 0.12 , saturation: 0.97 and the lightness value of fcc23d is 0.61.

The process color (four color CMYK) of #fcc23d color hex is 0.00, 0.23, 0.76, 0.01. Web safe color of #fcc23d is #ffcc33. Color #fcc23d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00111101
Octal 374 302 75
Decimal 252 194 61
Hex FC C2 3D

RGB Percentages of Color #fcc23d

%49.70
%38.26
%12.03

CMYK Percentages of Color #fcc23d

%0
%23
%76
%1

Triadic Colors of #fcc23d

#fcc23d #3dfcc2 #c23dfc

Analogous Colors of #fcc23d

#fcc23d #d7fc3d #fc623d

Monochromatic Colors of #fcc23d

#fcc23d

Complementary Color

#fcc23d #3d77fc

#fcc23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc23d Color CSS Codes

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

#fcc23d Text Font Color

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

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


#fcc23d Background Color

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

This div background color is #fcc23d


#fcc23d Border Color

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

This div border color is #fcc23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc23d


Comments

No comments written yet.

Please login to write comment.