Color Hex Logo

#f0832b Color Hex

#F0832B
(240,131,43)
0 Favorites   0 Comments

Color spaces of #f0832b

RGB 24013143
HSL0.070.870.55
HSV27°82°94°
CMYK 0.000.450.82   0.06
XYZ44.487534.93236.6834
Yxy34.93230.51670.4057
Hunter Lab59.103630.926534.6680
CIE-Lab65.695936.075261.9613

#f0832b color RGB value is (240,131,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000011 00101011
Octal 360 203 53
Decimal 240 131 43
Hex F0 83 2B

RGB Percentages of Color #f0832b

%57.97
%31.64
%10.39

CMYK Percentages of Color #f0832b

%0
%45
%82
%6

Triadic Colors of #f0832b

#f0832b #2bf083 #832bf0

Analogous Colors of #f0832b

#f0832b #f0e62b #f02b35

Monochromatic Colors of #f0832b

#f0832b

Complementary Color

#f0832b #2b98f0

#f0832b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0832b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0832b Color CSS Codes

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

#f0832b Text Font Color

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

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


#f0832b Background Color

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

This div background color is #f0832b


#f0832b Border Color

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

This div border color is #f0832b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,131,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0832b


Comments

No comments written yet.

Please login to write comment.