Color Hex Logo

#ffc64c Color Hex

#FFC64C
(255,198,76)
0 Favorites   0 Comments

Color spaces of #ffc64c

RGB 25519876
HSL0.111.000.65
HSV41°70°100°
CMYK 0.000.220.70   0.00
XYZ62.738662.170015.5308
Yxy62.17000.44670.4427
Hunter Lab78.84804.046943.5151
CIE-Lab83.00378.606666.1981

#ffc64c color RGB value is (255,198,76).

#ffc64c hex color red value is 255, green value is 198 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ffc64c hue: 0.11 , saturation: 1.00 and the lightness value of ffc64c is 0.65.

The process color (four color CMYK) of #ffc64c color hex is 0.00, 0.22, 0.70, 0.00. Web safe color of #ffc64c is #ffcc33. Color #ffc64c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 01001100
Octal 377 306 114
Decimal 255 198 76
Hex FF C6 4C

RGB Percentages of Color #ffc64c

%48.20
%37.43
%14.37

CMYK Percentages of Color #ffc64c

%0
%22
%70
%0

Triadic Colors of #ffc64c

#ffc64c #4cffc6 #c64cff

Analogous Colors of #ffc64c

#ffc64c #dfff4c #ff6d4c

Monochromatic Colors of #ffc64c

#ffc64c

Complementary Color

#ffc64c #4c85ff

#ffc64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc64c Color CSS Codes

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

#ffc64c Text Font Color

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

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


#ffc64c Background Color

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

This div background color is #ffc64c


#ffc64c Border Color

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

This div border color is #ffc64c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc64c

#ffc64c Color Palettes


Comments

No comments written yet.

Please login to write comment.