Color Hex Logo

#ffc74a Color Hex

#FFC74A
(255,199,74)
0 Favorites   0 Comments

Color spaces of #ffc74a

RGB 25519974
HSL0.121.000.65
HSV41°71°100°
CMYK 0.000.220.71   0.00
XYZ62.899562.601315.2467
Yxy62.60130.44690.4448
Hunter Lab79.12103.442043.9594
CIE-Lab83.23227.993967.2331

#ffc74a color RGB value is (255,199,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 01001010
Octal 377 307 112
Decimal 255 199 74
Hex FF C7 4A

RGB Percentages of Color #ffc74a

%48.30
%37.69
%14.02

CMYK Percentages of Color #ffc74a

%0
%22
%71
%0

Triadic Colors of #ffc74a

#ffc74a #4affc7 #c74aff

Analogous Colors of #ffc74a

#ffc74a #ddff4a #ff6d4a

Monochromatic Colors of #ffc74a

#ffc74a

Complementary Color

#ffc74a #4a82ff

#ffc74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc74a Color CSS Codes

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

#ffc74a Text Font Color

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

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


#ffc74a Background Color

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

This div background color is #ffc74a


#ffc74a Border Color

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

This div border color is #ffc74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc74a


Comments

No comments written yet.

Please login to write comment.