Color Hex Logo

#f3b45c Color Hex

#F3B45C
(243,180,92)
0 Favorites   0 Comments

Color spaces of #f3b45c

RGB 24318092
HSL0.100.860.66
HSV35°62°95°
CMYK 0.000.260.62   0.05
XYZ55.215252.469917.3428
Yxy52.46990.44160.4197
Hunter Lab72.43619.300336.5099
CIE-Lab77.561013.919152.8986

#f3b45c color RGB value is (243,180,92).

#f3b45c hex color red value is 243, green value is 180 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #f3b45c hue: 0.10 , saturation: 0.86 and the lightness value of f3b45c is 0.66.

The process color (four color CMYK) of #f3b45c color hex is 0.00, 0.26, 0.62, 0.05. Web safe color of #f3b45c is #ffcc66. Color #f3b45c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10110100 01011100
Octal 363 264 134
Decimal 243 180 92
Hex F3 B4 5C

RGB Percentages of Color #f3b45c

%47.18
%34.95
%17.86

CMYK Percentages of Color #f3b45c

%0
%26
%62
%5

Triadic Colors of #f3b45c

#f3b45c #5cf3b4 #b45cf3

Analogous Colors of #f3b45c

#f3b45c #e7f35c #f3695c

Monochromatic Colors of #f3b45c

#f3b45c

Complementary Color

#f3b45c #5c9bf3

#f3b45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3b45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3b45c Color CSS Codes

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

#f3b45c Text Font Color

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

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


#f3b45c Background Color

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

This div background color is #f3b45c


#f3b45c Border Color

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

This div border color is #f3b45c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,180,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3b45c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3b45c;
  -webkit-box-shadow: 1px 1px 3px 2px #f3b45c;
  box-shadow:         1px 1px 3px 2px #f3b45c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,180,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3b45c


Comments

No comments written yet.

Please login to write comment.