color codes Logo

#fdcb41 color codes

#FDCB41
(253,203,65)
0 Favorites   0 Comments

Color spaces of #fdcb41

RGB 25320365
HSL0.120.980.62
HSV44°74°99°
CMYK 0.000.200.74   0.01
XYZ62.818163.976214.0388
Yxy63.97620.44600.4543
Hunter Lab79.98510.215045.5831
CIE-Lab83.95344.697271.2950

#fdcb41 color RGB value is (253,203,65).

#fdcb41 hex color red value is 253, green value is 203 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fdcb41 hue: 0.12 , saturation: 0.98 and the lightness value of fdcb41 is 0.62.

The process color (four color CMYK) of #fdcb41 color code is 0.00, 0.20, 0.74, 0.01. Web safe color of #fdcb41 is #ffcc33. Color #fdcb41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01000001
Octal 375 313 101
Decimal 253 203 65
Hex FD CB 41

RGB Percentages of Color #fdcb41

%48.56
%38.96
%12.48

CMYK Percentages of Color #fdcb41

%0
%20
%74
%1

Triadic Colors of #fdcb41

#fdcb41 #41fdcb #cb41fd

Analogous Colors of #fdcb41

#fdcb41 #d1fd41 #fd6d41

Monochromatic Colors of #fdcb41

#fdcb41

Complementary Color

#fdcb41 #4173fd

#fdcb41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb41 Color CSS Codes

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

#fdcb41 Text Font Color

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

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


#fdcb41 Background Color

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

This div background color is #fdcb41


#fdcb41 Border Color

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

This div border color is #fdcb41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb41


Comments

No comments written yet.

Please login to write comment.