Color Hex Logo

#f49a5c Color Hex

#F49A5C
(244,154,92)
0 Favorites   0 Comments

Color spaces of #f49a5c

RGB 24415492
HSL0.070.870.66
HSV24°62°96°
CMYK 0.000.370.62   0.04
XYZ50.795643.117015.7704
Yxy43.11700.46310.3931
Hunter Lab65.663523.171831.7248
CIE-Lab71.634328.022846.0610

#f49a5c color RGB value is (244,154,92).

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

The process color (four color CMYK) of #f49a5c color hex is 0.00, 0.37, 0.62, 0.04. Web safe color of #f49a5c is #ff9966. Color #f49a5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 01011100
Octal 364 232 134
Decimal 244 154 92
Hex F4 9A 5C

RGB Percentages of Color #f49a5c

%49.80
%31.43
%18.78

CMYK Percentages of Color #f49a5c

%0
%37
%62
%4

Triadic Colors of #f49a5c

#f49a5c #5cf49a #9a5cf4

Analogous Colors of #f49a5c

#f49a5c #f4e65c #f45c6a

Monochromatic Colors of #f49a5c

#f49a5c

Complementary Color

#f49a5c #5cb6f4

#f49a5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49a5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49a5c Color CSS Codes

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

#f49a5c Text Font Color

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

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


#f49a5c Background Color

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

This div background color is #f49a5c


#f49a5c Border Color

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

This div border color is #f49a5c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,154,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 #f49a5c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49a5c


Comments

No comments written yet.

Please login to write comment.