Color Hex Logo

#ffc642 Color Hex

#FFC642
(255,198,66)
0 Favorites   0 Comments

Color spaces of #ffc642

RGB 25519866
HSL0.121.000.63
HSV42°74°100°
CMYK 0.000.220.74   0.00
XYZ62.417562.041513.8397
Yxy62.04150.45130.4486
Hunter Lab78.76643.608944.7189
CIE-Lab82.93558.156970.0199

#ffc642 color RGB value is (255,198,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 01000010
Octal 377 306 102
Decimal 255 198 66
Hex FF C6 42

RGB Percentages of Color #ffc642

%49.13
%38.15
%12.72

CMYK Percentages of Color #ffc642

%0
%22
%74
%0

Triadic Colors of #ffc642

#ffc642 #42ffc6 #c642ff

Analogous Colors of #ffc642

#ffc642 #daff42 #ff6842

Monochromatic Colors of #ffc642

#ffc642

Complementary Color

#ffc642 #427bff

#ffc642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc642 Color CSS Codes

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

#ffc642 Text Font Color

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

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


#ffc642 Background Color

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

This div background color is #ffc642


#ffc642 Border Color

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

This div border color is #ffc642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc642


Comments

No comments written yet.

Please login to write comment.