Color Hex Logo

#f2863b Color Hex

#F2863B
(242,134,59)
0 Favorites   0 Comments

Color spaces of #f2863b

RGB 24213459
HSL0.070.880.59
HSV25°76°95°
CMYK 0.000.450.76   0.05
XYZ45.932536.24328.7124
Yxy36.24320.50540.3988
Hunter Lab60.202330.835933.5613
CIE-Lab66.705335.882856.4122

#f2863b color RGB value is (242,134,59).

#f2863b hex color red value is 242, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #f2863b hue: 0.07 , saturation: 0.88 and the lightness value of f2863b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000110 00111011
Octal 362 206 73
Decimal 242 134 59
Hex F2 86 3B

RGB Percentages of Color #f2863b

%55.63
%30.80
%13.56

CMYK Percentages of Color #f2863b

%0
%45
%76
%5

Triadic Colors of #f2863b

#f2863b #3bf286 #863bf2

Analogous Colors of #f2863b

#f2863b #f2e23b #f23b4c

Monochromatic Colors of #f2863b

#f2863b

Complementary Color

#f2863b #3ba7f2

#f2863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2863b Color CSS Codes

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

#f2863b Text Font Color

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

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


#f2863b Background Color

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

This div background color is #f2863b


#f2863b Border Color

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

This div border color is #f2863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2863b


Comments

No comments written yet.

Please login to write comment.