Color Hex Logo

#f4c85e Color Hex

#F4C85E
(244,200,94)
0 Favorites   0 Comments

Color spaces of #f4c85e

RGB 24420094
HSL0.120.870.66
HSV42°61°96°
CMYK 0.000.180.61   0.04
XYZ59.982961.349819.2699
Yxy61.34980.42660.4363
Hunter Lab78.3261-0.373740.2417
CIE-Lab82.56644.021957.6533

#f4c85e color RGB value is (244,200,94).

#f4c85e hex color red value is 244, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f4c85e hue: 0.12 , saturation: 0.87 and the lightness value of f4c85e is 0.66.

The process color (four color CMYK) of #f4c85e color hex is 0.00, 0.18, 0.61, 0.04. Web safe color of #f4c85e is #ffcc66. Color #f4c85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001000 01011110
Octal 364 310 136
Decimal 244 200 94
Hex F4 C8 5E

RGB Percentages of Color #f4c85e

%45.35
%37.17
%17.47

CMYK Percentages of Color #f4c85e

%0
%18
%61
%4

Triadic Colors of #f4c85e

#f4c85e #5ef4c8 #c85ef4

Analogous Colors of #f4c85e

#f4c85e #d5f45e #f47d5e

Monochromatic Colors of #f4c85e

#f4c85e

Complementary Color

#f4c85e #5e8af4

#f4c85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4c85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4c85e Color CSS Codes

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

#f4c85e Text Font Color

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

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


#f4c85e Background Color

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

This div background color is #f4c85e


#f4c85e Border Color

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

This div border color is #f4c85e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,200,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4c85e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4c85e;
  -webkit-box-shadow: 1px 1px 3px 2px #f4c85e;
  box-shadow:         1px 1px 3px 2px #f4c85e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,200,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4c85e


Comments

No comments written yet.

Please login to write comment.