Color Hex Logo

#fccb2a Color Hex

#FCCB2A
(252,203,42)
0 Favorites   0 Comments

Color spaces of #fccb2a

RGB 25220342
HSL0.130.970.58
HSV46°83°99°
CMYK 0.000.190.83   0.01
XYZ61.918763.574511.1981
Yxy63.57450.45300.4651
Hunter Lab79.7336-0.916247.4866
CIE-Lab83.74373.512278.2680

#fccb2a color RGB value is (252,203,42).

#fccb2a hex color red value is 252, green value is 203 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fccb2a hue: 0.13 , saturation: 0.97 and the lightness value of fccb2a is 0.58.

The process color (four color CMYK) of #fccb2a color hex is 0.00, 0.19, 0.83, 0.01. Web safe color of #fccb2a is #ffcc33. Color #fccb2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 00101010
Octal 374 313 52
Decimal 252 203 42
Hex FC CB 2A

RGB Percentages of Color #fccb2a

%50.70
%40.85
%8.45

CMYK Percentages of Color #fccb2a

%0
%19
%83
%1

Triadic Colors of #fccb2a

#fccb2a #2afccb #cb2afc

Analogous Colors of #fccb2a

#fccb2a #c4fc2a #fc622a

Monochromatic Colors of #fccb2a

#fccb2a

Complementary Color

#fccb2a #2a5bfc

#fccb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb2a Color CSS Codes

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

#fccb2a Text Font Color

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

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


#fccb2a Background Color

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

This div background color is #fccb2a


#fccb2a Border Color

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

This div border color is #fccb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb2a


Comments

No comments written yet.

Please login to write comment.