Color Hex Logo

#fccb35 Color Hex

#FCCB35
(252,203,53)
0 Favorites   0 Comments

Color spaces of #fccb35

RGB 25220353
HSL0.130.970.60
HSV45°79°99°
CMYK 0.000.190.79   0.01
XYZ62.143463.664412.3813
Yxy63.66440.44970.4607
Hunter Lab79.7900-0.610046.6527
CIE-Lab83.79073.833475.1586

#fccb35 color RGB value is (252,203,53).

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

The process color (four color CMYK) of #fccb35 color hex is 0.00, 0.19, 0.79, 0.01. Web safe color of #fccb35 is #ffcc33. Color #fccb35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 00110101
Octal 374 313 65
Decimal 252 203 53
Hex FC CB 35

RGB Percentages of Color #fccb35

%49.61
%39.96
%10.43

CMYK Percentages of Color #fccb35

%0
%19
%79
%1

Triadic Colors of #fccb35

#fccb35 #35fccb #cb35fc

Analogous Colors of #fccb35

#fccb35 #cafc35 #fc6835

Monochromatic Colors of #fccb35

#fccb35

Complementary Color

#fccb35 #3566fc

#fccb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb35 Color CSS Codes

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

#fccb35 Text Font Color

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

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


#fccb35 Background Color

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

This div background color is #fccb35


#fccb35 Border Color

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

This div border color is #fccb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb35

Related Colors


Comments

No comments written yet.

Please login to write comment.