Color Hex Logo

#f2792e Color Hex

#F2792E
(242,121,46)
0 Favorites   0 Comments

Color spaces of #f2792e

RGB 24212146
HSL0.060.880.56
HSV23°81°95°
CMYK 0.000.500.81   0.05
XYZ43.948532.74926.5897
Yxy32.74920.52770.3932
Hunter Lab57.226936.935433.2316
CIE-Lab63.957341.995059.3342

#f2792e color RGB value is (242,121,46).

#f2792e hex color red value is 242, green value is 121 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f2792e hue: 0.06 , saturation: 0.88 and the lightness value of f2792e is 0.56.

The process color (four color CMYK) of #f2792e color hex is 0.00, 0.50, 0.81, 0.05. Web safe color of #f2792e is #ff6633. Color #f2792e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111001 00101110
Octal 362 171 56
Decimal 242 121 46
Hex F2 79 2E

RGB Percentages of Color #f2792e

%59.17
%29.58
%11.25

CMYK Percentages of Color #f2792e

%0
%50
%81
%5

Triadic Colors of #f2792e

#f2792e #2ef279 #792ef2

Analogous Colors of #f2792e

#f2792e #f2db2e #f22e45

Monochromatic Colors of #f2792e

#f2792e

Complementary Color

#f2792e #2ea7f2

#f2792e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2792e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2792e Color CSS Codes

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

#f2792e Text Font Color

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

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


#f2792e Background Color

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

This div background color is #f2792e


#f2792e Border Color

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

This div border color is #f2792e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2792e


Comments

No comments written yet.

Please login to write comment.