Color Hex Logo

#fccb48 Color Hex

#FCCB48
(252,203,72)
0 Favorites   0 Comments

Color spaces of #fccb48

RGB 25220372
HSL0.120.970.64
HSV44°71°99°
CMYK 0.000.190.71   0.01
XYZ62.670563.875215.1569
Yxy63.87520.44230.4508
Hunter Lab79.92200.106744.7012
CIE-Lab83.90074.582768.5901

#fccb48 color RGB value is (252,203,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 01001000
Octal 374 313 110
Decimal 252 203 72
Hex FC CB 48

RGB Percentages of Color #fccb48

%47.82
%38.52
%13.66

CMYK Percentages of Color #fccb48

%0
%19
%71
%1

Triadic Colors of #fccb48

#fccb48 #48fccb #cb48fc

Analogous Colors of #fccb48

#fccb48 #d3fc48 #fc7148

Monochromatic Colors of #fccb48

#fccb48

Complementary Color

#fccb48 #4879fc

#fccb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb48 Color CSS Codes

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

#fccb48 Text Font Color

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

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


#fccb48 Background Color

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

This div background color is #fccb48


#fccb48 Border Color

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

This div border color is #fccb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb48


Comments

No comments written yet.

Please login to write comment.