Color Hex Logo

#fcb369 Color Hex

#FCB369
(252,179,105)
0 Favorites   0 Comments

Color spaces of #fcb369

RGB 252179105
HSL0.080.960.70
HSV30°58°99°
CMYK 0.000.290.58   0.01
XYZ58.814853.955620.6792
Yxy53.95560.44070.4043
Hunter Lab73.454514.379134.7266
CIE-Lab78.435819.024047.8583

#fcb369 color RGB value is (252,179,105).

#fcb369 hex color red value is 252, green value is 179 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fcb369 hue: 0.08 , saturation: 0.96 and the lightness value of fcb369 is 0.70.

The process color (four color CMYK) of #fcb369 color hex is 0.00, 0.29, 0.58, 0.01. Web safe color of #fcb369 is #ffcc66. Color #fcb369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 01101001
Octal 374 263 151
Decimal 252 179 105
Hex FC B3 69

RGB Percentages of Color #fcb369

%47.01
%33.40
%19.59

CMYK Percentages of Color #fcb369

%0
%29
%58
%1

Triadic Colors of #fcb369

#fcb369 #69fcb3 #b369fc

Analogous Colors of #fcb369

#fcb369 #fcfc69 #fc6a69

Monochromatic Colors of #fcb369

#fcb369

Complementary Color

#fcb369 #69b2fc

#fcb369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb369 Color CSS Codes

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

#fcb369 Text Font Color

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

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


#fcb369 Background Color

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

This div background color is #fcb369


#fcb369 Border Color

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

This div border color is #fcb369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb369

Related Colors


Comments

No comments written yet.

Please login to write comment.