Color Hex Logo

#f28449 Color Hex

#F28449
(242,132,73)
0 Favorites   0 Comments

Color spaces of #f28449

RGB 24213273
HSL0.060.870.62
HSV21°70°95°
CMYK 0.000.450.70   0.05
XYZ46.071835.860810.7969
Yxy35.86080.49680.3867
Hunter Lab59.883932.532631.2289
CIE-Lab66.413437.537249.5208

#f28449 color RGB value is (242,132,73).

#f28449 hex color red value is 242, green value is 132 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #f28449 hue: 0.06 , saturation: 0.87 and the lightness value of f28449 is 0.62.

The process color (four color CMYK) of #f28449 color hex is 0.00, 0.45, 0.70, 0.05. Web safe color of #f28449 is #ff9933. Color #f28449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000100 01001001
Octal 362 204 111
Decimal 242 132 73
Hex F2 84 49

RGB Percentages of Color #f28449

%54.14
%29.53
%16.33

CMYK Percentages of Color #f28449

%0
%45
%70
%5

Triadic Colors of #f28449

#f28449 #49f284 #8449f2

Analogous Colors of #f28449

#f28449 #f2d949 #f24963

Monochromatic Colors of #f28449

#f28449

Complementary Color

#f28449 #49b7f2

#f28449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28449 Color CSS Codes

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

#f28449 Text Font Color

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

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


#f28449 Background Color

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

This div background color is #f28449


#f28449 Border Color

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

This div border color is #f28449


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,132,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f28449; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f28449;
  -webkit-box-shadow: 1px 1px 3px 2px #f28449;
  box-shadow:         1px 1px 3px 2px #f28449; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,132,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28449


Comments

No comments written yet.

Please login to write comment.