Color Hex Logo

#fcc30e Color Hex

#FCC30E
(252,195,14)
0 Favorites   0 Comments

Color spaces of #fcc30e

RGB 25219514
HSL0.130.980.52
HSV46°94°99°
CMYK 0.000.230.94   0.01
XYZ59.739359.75748.8012
Yxy59.75740.46560.4658
Hunter Lab77.30292.663847.3617
CIE-Lab81.70617.148781.9839

#fcc30e color RGB value is (252,195,14).

#fcc30e hex color red value is 252, green value is 195 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fcc30e hue: 0.13 , saturation: 0.98 and the lightness value of fcc30e is 0.52.

The process color (four color CMYK) of #fcc30e color hex is 0.00, 0.23, 0.94, 0.01. Web safe color of #fcc30e is #ffcc00. Color #fcc30e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 00001110
Octal 374 303 16
Decimal 252 195 14
Hex FC C3 E

RGB Percentages of Color #fcc30e

%54.66
%42.30
%3.04

CMYK Percentages of Color #fcc30e

%0
%23
%94
%1

Triadic Colors of #fcc30e

#fcc30e #0efcc3 #c30efc

Analogous Colors of #fcc30e

#fcc30e #befc0e #fc4c0e

Monochromatic Colors of #fcc30e

#fcc30e

Complementary Color

#fcc30e #0e47fc

#fcc30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc30e Color CSS Codes

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

#fcc30e Text Font Color

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

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


#fcc30e Background Color

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

This div background color is #fcc30e


#fcc30e Border Color

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

This div border color is #fcc30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc30e


Comments

No comments written yet.

Please login to write comment.