Color Hex Logo

#fccf48 Color Hex

#FCCF48
(252,207,72)
0 Favorites   0 Comments

Color spaces of #fccf48

RGB 25220772
HSL0.130.970.64
HSV45°71°99°
CMYK 0.000.180.71   0.01
XYZ63.627465.789015.4759
Yxy65.78900.43910.4541
Hunter Lab81.1104-1.918245.4647
CIE-Lab84.88872.528169.5713

#fccf48 color RGB value is (252,207,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 01001000
Octal 374 317 110
Decimal 252 207 72
Hex FC CF 48

RGB Percentages of Color #fccf48

%47.46
%38.98
%13.56

CMYK Percentages of Color #fccf48

%0
%18
%71
%1

Triadic Colors of #fccf48

#fccf48 #48fccf #cf48fc

Analogous Colors of #fccf48

#fccf48 #cffc48 #fc7548

Monochromatic Colors of #fccf48

#fccf48

Complementary Color

#fccf48 #4875fc

#fccf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf48 Color CSS Codes

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

#fccf48 Text Font Color

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

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


#fccf48 Background Color

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

This div background color is #fccf48


#fccf48 Border Color

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

This div border color is #fccf48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,207,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 #fccf48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf48

Related Colors


Comments

No comments written yet.

Please login to write comment.