Color Hex Logo

#fccf3e Color Hex

#FCCF3E
(252,207,62)
0 Favorites   0 Comments

Color spaces of #fccf3e

RGB 25220762
HSL0.130.970.62
HSV46°75°99°
CMYK 0.000.180.75   0.01
XYZ63.327265.668913.8951
Yxy65.66890.44320.4596
Hunter Lab81.0363-2.321846.5591
CIE-Lab84.82722.103973.1476

#fccf3e color RGB value is (252,207,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 00111110
Octal 374 317 76
Decimal 252 207 62
Hex FC CF 3E

RGB Percentages of Color #fccf3e

%48.37
%39.73
%11.90

CMYK Percentages of Color #fccf3e

%0
%18
%75
%1

Triadic Colors of #fccf3e

#fccf3e #3efccf #cf3efc

Analogous Colors of #fccf3e

#fccf3e #cafc3e #fc703e

Monochromatic Colors of #fccf3e

#fccf3e

Complementary Color

#fccf3e #3e6bfc

#fccf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf3e Color CSS Codes

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

#fccf3e Text Font Color

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

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


#fccf3e Background Color

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

This div background color is #fccf3e


#fccf3e Border Color

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

This div border color is #fccf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf3e


Comments

No comments written yet.

Please login to write comment.