Color Hex Logo

#f0432a Color Hex

#F0432A
(240,67,42)
0 Favorites   0 Comments

Color spaces of #f0432a

RGB 2406742
HSL0.020.870.55
HSV83°94°
CMYK 0.000.720.83   0.06
XYZ38.360322.70674.5515
Yxy22.70670.58460.3460
Hunter Lab47.651560.305327.6929
CIE-Lab54.768964.464452.6044

#f0432a color RGB value is (240,67,42).

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

The process color (four color CMYK) of #f0432a color hex is 0.00, 0.72, 0.83, 0.06. Web safe color of #f0432a is #ff3333. Color #f0432a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000011 00101010
Octal 360 103 52
Decimal 240 67 42
Hex F0 43 2A

RGB Percentages of Color #f0432a

%68.77
%19.20
%12.03

CMYK Percentages of Color #f0432a

%0
%72
%83
%6

Triadic Colors of #f0432a

#f0432a #2af043 #432af0

Analogous Colors of #f0432a

#f0432a #f0a62a #f02a74

Monochromatic Colors of #f0432a

#f0432a

Complementary Color

#f0432a #2ad7f0

#f0432a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0432a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0432a Color CSS Codes

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

#f0432a Text Font Color

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

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


#f0432a Background Color

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

This div background color is #f0432a


#f0432a Border Color

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

This div border color is #f0432a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0432a


Comments

No comments written yet.

Please login to write comment.