Color Hex Logo

#f49254 Color Hex

#F49254
(244,146,84)
0 Favorites   0 Comments

Color spaces of #f49254

RGB 24414684
HSL0.060.880.64
HSV23°66°96°
CMYK 0.000.400.66   0.04
XYZ49.187340.431013.5990
Yxy40.43100.47650.3917
Hunter Lab63.585426.806631.8294
CIE-Lab69.775431.706947.9165

#f49254 color RGB value is (244,146,84).

#f49254 hex color red value is 244, green value is 146 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #f49254 hue: 0.06 , saturation: 0.88 and the lightness value of f49254 is 0.64.

The process color (four color CMYK) of #f49254 color hex is 0.00, 0.40, 0.66, 0.04. Web safe color of #f49254 is #ff9966. Color #f49254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010010 01010100
Octal 364 222 124
Decimal 244 146 84
Hex F4 92 54

RGB Percentages of Color #f49254

%51.48
%30.80
%17.72

CMYK Percentages of Color #f49254

%0
%40
%66
%4

Triadic Colors of #f49254

#f49254 #54f492 #9254f4

Analogous Colors of #f49254

#f49254 #f4e254 #f45466

Monochromatic Colors of #f49254

#f49254

Complementary Color

#f49254 #54b6f4

#f49254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49254 Color CSS Codes

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

#f49254 Text Font Color

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

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


#f49254 Background Color

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

This div background color is #f49254


#f49254 Border Color

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

This div border color is #f49254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49254


Comments

No comments written yet.

Please login to write comment.