Color Hex Logo

#f5c441 Color Hex

#F5C441
(245,196,65)
0 Favorites   0 Comments

Color spaces of #f5c441

RGB 24519665
HSL0.120.900.61
HSV44°73°96°
CMYK 0.000.200.73   0.04
XYZ58.350359.274013.3667
Yxy59.27400.44550.4525
Hunter Lab76.98960.553043.5990
CIE-Lab81.44204.941968.6038

#f5c441 color RGB value is (245,196,65).

#f5c441 hex color red value is 245, green value is 196 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #f5c441 hue: 0.12 , saturation: 0.90 and the lightness value of f5c441 is 0.61.

The process color (four color CMYK) of #f5c441 color hex is 0.00, 0.20, 0.73, 0.04. Web safe color of #f5c441 is #ffcc33. Color #f5c441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11000100 01000001
Octal 365 304 101
Decimal 245 196 65
Hex F5 C4 41

RGB Percentages of Color #f5c441

%48.42
%38.74
%12.85

CMYK Percentages of Color #f5c441

%0
%20
%73
%4

Triadic Colors of #f5c441

#f5c441 #41f5c4 #c441f5

Analogous Colors of #f5c441

#f5c441 #ccf541 #f56a41

Monochromatic Colors of #f5c441

#f5c441

Complementary Color

#f5c441 #4172f5

#f5c441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5c441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5c441 Color CSS Codes

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

#f5c441 Text Font Color

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

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


#f5c441 Background Color

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

This div background color is #f5c441


#f5c441 Border Color

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

This div border color is #f5c441


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,196,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5c441; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5c441;
  -webkit-box-shadow: 1px 1px 3px 2px #f5c441;
  box-shadow:         1px 1px 3px 2px #f5c441; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,196,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5c441


Comments

No comments written yet.

Please login to write comment.