Color Hex Logo

#f2623c Color Hex

#F2623C
(242,98,60)
0 Favorites   0 Comments

Color spaces of #f2623c

RGB 2429860
HSL0.030.880.59
HSV13°75°95°
CMYK 0.000.600.75   0.05
XYZ41.801227.93897.4645
Yxy27.93890.54140.3619
Hunter Lab52.857348.663328.6272
CIE-Lab59.833553.367748.8927

#f2623c color RGB value is (242,98,60).

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

The process color (four color CMYK) of #f2623c color hex is 0.00, 0.60, 0.75, 0.05. Web safe color of #f2623c is #ff6633. Color #f2623c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100010 00111100
Octal 362 142 74
Decimal 242 98 60
Hex F2 62 3C

RGB Percentages of Color #f2623c

%60.50
%24.50
%15.00

CMYK Percentages of Color #f2623c

%0
%60
%75
%5

Triadic Colors of #f2623c

#f2623c #3cf262 #623cf2

Analogous Colors of #f2623c

#f2623c #f2bd3c #f23c71

Monochromatic Colors of #f2623c

#f2623c

Complementary Color

#f2623c #3cccf2

#f2623c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2623c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2623c Color CSS Codes

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

#f2623c Text Font Color

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

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


#f2623c Background Color

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

This div background color is #f2623c


#f2623c Border Color

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

This div border color is #f2623c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2623c


Comments

No comments written yet.

Please login to write comment.