Color Hex Logo

#fcc601 Color Hex

#FCC601
(252,198,1)
0 Favorites   0 Comments

Color spaces of #fcc601

RGB 2521981
HSL0.130.990.50
HSV47°100°99°
CMYK 0.000.211.00   0.01
XYZ60.344461.08588.6390
Yxy61.08580.46390.4696
Hunter Lab78.15741.042348.1567
CIE-Lab82.42485.492183.7575

#fcc601 color RGB value is (252,198,1).

#fcc601 hex color red value is 252, green value is 198 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fcc601 hue: 0.13 , saturation: 0.99 and the lightness value of fcc601 is 0.50.

The process color (four color CMYK) of #fcc601 color hex is 0.00, 0.21, 1.00, 0.01. Web safe color of #fcc601 is #ffcc00. Color #fcc601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 00000001
Octal 374 306 1
Decimal 252 198 1
Hex FC C6 1

RGB Percentages of Color #fcc601

%55.88
%43.90
%0.22

CMYK Percentages of Color #fcc601

%0
%21
%100
%1

Triadic Colors of #fcc601

#fcc601 #01fcc6 #c601fc

Analogous Colors of #fcc601

#fcc601 #b5fc01 #fc4901

Monochromatic Colors of #fcc601

#fcc601

Complementary Color

#fcc601 #0137fc

#fcc601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc601 Color CSS Codes

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

#fcc601 Text Font Color

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

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


#fcc601 Background Color

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

This div background color is #fcc601


#fcc601 Border Color

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

This div border color is #fcc601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc601


Comments

No comments written yet.

Please login to write comment.