Color Hex Logo

#ffc742 Color Hex

#FFC742
(255,199,66)
1 Favorites   0 Comments

Color spaces of #ffc742

RGB 25519966
HSL0.121.000.63
HSV42°74°100°
CMYK 0.000.220.74   0.00
XYZ62.646862.500213.9162
Yxy62.50020.45050.4494
Hunter Lab79.05713.098044.9033
CIE-Lab83.17877.640070.2543

#ffc742 color RGB value is (255,199,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 01000010
Octal 377 307 102
Decimal 255 199 66
Hex FF C7 42

RGB Percentages of Color #ffc742

%49.04
%38.27
%12.69

CMYK Percentages of Color #ffc742

%0
%22
%74
%0

Triadic Colors of #ffc742

#ffc742 #42ffc7 #c742ff

Analogous Colors of #ffc742

#ffc742 #d9ff42 #ff6942

Monochromatic Colors of #ffc742

#ffc742

Complementary Color

#ffc742 #427aff

#ffc742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc742 Color CSS Codes

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

#ffc742 Text Font Color

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

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


#ffc742 Background Color

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

This div background color is #ffc742


#ffc742 Border Color

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

This div border color is #ffc742


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,199,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 #ffc742">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc742

Related Colors

#ffc742 Color Palettes


Comments

No comments written yet.

Please login to write comment.