Color Hex Logo

#f0832e Color Hex

#F0832E
(240,131,46)
0 Favorites   0 Comments

Color spaces of #f0832e

RGB 24013146
HSL0.070.870.56
HSV26°81°94°
CMYK 0.000.450.81   0.06
XYZ44.544634.95516.9840
Yxy34.95510.51510.4042
Hunter Lab59.122831.021334.3822
CIE-Lab65.713736.164660.8265

#f0832e color RGB value is (240,131,46).

#f0832e hex color red value is 240, green value is 131 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f0832e hue: 0.07 , saturation: 0.87 and the lightness value of f0832e is 0.56.

The process color (four color CMYK) of #f0832e color hex is 0.00, 0.45, 0.81, 0.06. Web safe color of #f0832e is #ff9933. Color #f0832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000011 00101110
Octal 360 203 56
Decimal 240 131 46
Hex F0 83 2E

RGB Percentages of Color #f0832e

%57.55
%31.41
%11.03

CMYK Percentages of Color #f0832e

%0
%45
%81
%6

Triadic Colors of #f0832e

#f0832e #2ef083 #832ef0

Analogous Colors of #f0832e

#f0832e #f0e42e #f02e3a

Monochromatic Colors of #f0832e

#f0832e

Complementary Color

#f0832e #2e9bf0

#f0832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0832e Color CSS Codes

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

#f0832e Text Font Color

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

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


#f0832e Background Color

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

This div background color is #f0832e


#f0832e Border Color

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

This div border color is #f0832e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,131,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 #f0832e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0832e


Comments

No comments written yet.

Please login to write comment.