Color Hex Logo

#ffc94f Color Hex

#FFC94F
(255,201,79)
0 Favorites   0 Comments

Color spaces of #ffc94f

RGB 25520179
HSL0.121.000.65
HSV42°69°100°
CMYK 0.000.210.69   0.00
XYZ63.537963.597816.3239
Yxy63.59780.44290.4433
Hunter Lab79.74822.657143.6875
CIE-Lab83.75597.205565.7457

#ffc94f color RGB value is (255,201,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 01001111
Octal 377 311 117
Decimal 255 201 79
Hex FF C9 4F

RGB Percentages of Color #ffc94f

%47.66
%37.57
%14.77

CMYK Percentages of Color #ffc94f

%0
%21
%69
%0

Triadic Colors of #ffc94f

#ffc94f #4fffc9 #c94fff

Analogous Colors of #ffc94f

#ffc94f #ddff4f #ff714f

Monochromatic Colors of #ffc94f

#ffc94f

Complementary Color

#ffc94f #4f85ff

#ffc94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc94f Color CSS Codes

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

#ffc94f Text Font Color

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

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


#ffc94f Background Color

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

This div background color is #ffc94f


#ffc94f Border Color

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

This div border color is #ffc94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc94f

Related Colors


Comments

No comments written yet.

Please login to write comment.