Color Hex Logo

#f0423e Color Hex

#F0423E
(240,66,62)
0 Favorites   0 Comments

Color spaces of #f0423e

RGB 2406662
HSL0.000.860.59
HSV74°94°
CMYK 0.000.730.74   0.06
XYZ38.752922.76956.9099
Yxy22.76950.56630.3327
Hunter Lab47.717461.460424.8165
CIE-Lab54.834165.439742.3527

#f0423e color RGB value is (240,66,62).

#f0423e hex color red value is 240, green value is 66 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f0423e hue: 0.00 , saturation: 0.86 and the lightness value of f0423e is 0.59.

The process color (four color CMYK) of #f0423e color hex is 0.00, 0.73, 0.74, 0.06. Web safe color of #f0423e is #ff3333. Color #f0423e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 00111110
Octal 360 102 76
Decimal 240 66 62
Hex F0 42 3E

RGB Percentages of Color #f0423e

%65.22
%17.93
%16.85

CMYK Percentages of Color #f0423e

%0
%73
%74
%6

Triadic Colors of #f0423e

#f0423e #3ef042 #423ef0

Analogous Colors of #f0423e

#f0423e #f09b3e #f03e93

Monochromatic Colors of #f0423e

#f0423e

Complementary Color

#f0423e #3eecf0

#f0423e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0423e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0423e Color CSS Codes

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

#f0423e Text Font Color

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

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


#f0423e Background Color

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

This div background color is #f0423e


#f0423e Border Color

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

This div border color is #f0423e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0423e


Comments

No comments written yet.

Please login to write comment.