Color Hex Logo

#fcc23b Color Hex

#FCC23B
(252,194,59)
0 Favorites   0 Comments

Color spaces of #fcc23b

RGB 25219459
HSL0.120.970.61
HSV42°77°99°
CMYK 0.000.230.77   0.01
XYZ60.226159.594812.4664
Yxy59.59480.45530.4505
Hunter Lab77.19774.161644.4638
CIE-Lab81.61748.691271.1900

#fcc23b color RGB value is (252,194,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00111011
Octal 374 302 73
Decimal 252 194 59
Hex FC C2 3B

RGB Percentages of Color #fcc23b

%49.90
%38.42
%11.68

CMYK Percentages of Color #fcc23b

%0
%23
%77
%1

Triadic Colors of #fcc23b

#fcc23b #3bfcc2 #c23bfc

Analogous Colors of #fcc23b

#fcc23b #d6fc3b #fc623b

Monochromatic Colors of #fcc23b

#fcc23b

Complementary Color

#fcc23b #3b75fc

#fcc23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc23b Color CSS Codes

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

#fcc23b Text Font Color

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

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


#fcc23b Background Color

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

This div background color is #fcc23b


#fcc23b Border Color

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

This div border color is #fcc23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc23b

Related Colors


Comments

No comments written yet.

Please login to write comment.