Color Hex Logo

#fccf2f Color Hex

#FCCF2F
(252,207,47)
0 Favorites   0 Comments

Color spaces of #fccf2f

RGB 25220747
HSL0.130.970.59
HSV47°81°99°
CMYK 0.000.180.81   0.01
XYZ62.970865.526312.0183
Yxy65.52630.44810.4663
Hunter Lab80.9483-2.802047.8611
CIE-Lab84.75421.597977.7761

#fccf2f color RGB value is (252,207,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 00101111
Octal 374 317 57
Decimal 252 207 47
Hex FC CF 2F

RGB Percentages of Color #fccf2f

%49.80
%40.91
%9.29

CMYK Percentages of Color #fccf2f

%0
%18
%81
%1

Triadic Colors of #fccf2f

#fccf2f #2ffccf #cf2ffc

Analogous Colors of #fccf2f

#fccf2f #c3fc2f #fc692f

Monochromatic Colors of #fccf2f

#fccf2f

Complementary Color

#fccf2f #2f5cfc

#fccf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf2f Color CSS Codes

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

#fccf2f Text Font Color

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

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


#fccf2f Background Color

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

This div background color is #fccf2f


#fccf2f Border Color

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

This div border color is #fccf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf2f


Comments

No comments written yet.

Please login to write comment.