Color Hex Logo

#fcc65b Color Hex

#FCC65B
(252,198,91)
0 Favorites   0 Comments

Color spaces of #fcc65b

RGB 25219891
HSL0.110.960.67
HSV40°64°99°
CMYK 0.000.210.64   0.01
XYZ62.227361.838918.5539
Yxy61.83890.43630.4336
Hunter Lab78.63773.634041.0574
CIE-Lab82.82778.179759.5121

#fcc65b color RGB value is (252,198,91).

#fcc65b hex color red value is 252, green value is 198 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fcc65b hue: 0.11 , saturation: 0.96 and the lightness value of fcc65b is 0.67.

The process color (four color CMYK) of #fcc65b color hex is 0.00, 0.21, 0.64, 0.01. Web safe color of #fcc65b is #ffcc66. Color #fcc65b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 01011011
Octal 374 306 133
Decimal 252 198 91
Hex FC C6 5B

RGB Percentages of Color #fcc65b

%46.58
%36.60
%16.82

CMYK Percentages of Color #fcc65b

%0
%21
%64
%1

Triadic Colors of #fcc65b

#fcc65b #5bfcc6 #c65bfc

Analogous Colors of #fcc65b

#fcc65b #e2fc5b #fc765b

Monochromatic Colors of #fcc65b

#fcc65b

Complementary Color

#fcc65b #5b91fc

#fcc65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc65b Color CSS Codes

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

#fcc65b Text Font Color

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

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


#fcc65b Background Color

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

This div background color is #fcc65b


#fcc65b Border Color

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

This div border color is #fcc65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc65b

Related Colors


Comments

No comments written yet.

Please login to write comment.