Color Hex Logo

#f2691c Color Hex

#F2691C
(242,105,28)
0 Favorites   0 Comments

Color spaces of #f2691c

RGB 24210528
HSL0.060.890.53
HSV22°88°95°
CMYK 0.000.570.88   0.05
XYZ41.879129.06424.5013
Yxy29.06420.55510.3852
Hunter Lab53.911244.317032.7875
CIE-Lab60.838249.272963.3249

#f2691c color RGB value is (242,105,28).

#f2691c hex color red value is 242, green value is 105 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f2691c hue: 0.06 , saturation: 0.89 and the lightness value of f2691c is 0.53.

The process color (four color CMYK) of #f2691c color hex is 0.00, 0.57, 0.88, 0.05. Web safe color of #f2691c is #ff6633. Color #f2691c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101001 00011100
Octal 362 151 34
Decimal 242 105 28
Hex F2 69 1C

RGB Percentages of Color #f2691c

%64.53
%28.00
%7.47

CMYK Percentages of Color #f2691c

%0
%57
%88
%5

Triadic Colors of #f2691c

#f2691c #1cf269 #691cf2

Analogous Colors of #f2691c

#f2691c #f2d41c #f21c3a

Monochromatic Colors of #f2691c

#f2691c

Complementary Color

#f2691c #1ca5f2

#f2691c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2691c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2691c Color CSS Codes

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

#f2691c Text Font Color

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

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


#f2691c Background Color

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

This div background color is #f2691c


#f2691c Border Color

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

This div border color is #f2691c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2691c


Comments

No comments written yet.

Please login to write comment.