Color Hex Logo

#fcc65d Color Hex

#FCC65D
(252,198,93)
0 Favorites   0 Comments

Color spaces of #fcc65d

RGB 25219893
HSL0.110.960.68
HSV40°63°99°
CMYK 0.000.210.63   0.01
XYZ62.314861.873919.0144
Yxy61.87390.43510.4321
Hunter Lab78.66003.753640.7299
CIE-Lab82.84638.302758.6344

#fcc65d color RGB value is (252,198,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 01011101
Octal 374 306 135
Decimal 252 198 93
Hex FC C6 5D

RGB Percentages of Color #fcc65d

%46.41
%36.46
%17.13

CMYK Percentages of Color #fcc65d

%0
%21
%63
%1

Triadic Colors of #fcc65d

#fcc65d #5dfcc6 #c65dfc

Analogous Colors of #fcc65d

#fcc65d #e3fc5d #fc775d

Monochromatic Colors of #fcc65d

#fcc65d

Complementary Color

#fcc65d #5d93fc

#fcc65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc65d Color CSS Codes

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

#fcc65d Text Font Color

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

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


#fcc65d Background Color

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

This div background color is #fcc65d


#fcc65d Border Color

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

This div border color is #fcc65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc65d


Comments

No comments written yet.

Please login to write comment.