Color Hex Logo

#f46d2c Color Hex

#F46D2C
(244,109,44)
0 Favorites   0 Comments

Color spaces of #f46d2c

RGB 24410944
HSL0.050.900.56
HSV20°82°96°
CMYK 0.000.550.82   0.04
XYZ43.231530.35225.9629
Yxy30.35220.54350.3816
Hunter Lab55.092843.657032.1478
CIE-Lab61.956948.503258.4583

#f46d2c color RGB value is (244,109,44).

#f46d2c hex color red value is 244, green value is 109 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f46d2c hue: 0.05 , saturation: 0.90 and the lightness value of f46d2c is 0.56.

The process color (four color CMYK) of #f46d2c color hex is 0.00, 0.55, 0.82, 0.04. Web safe color of #f46d2c is #ff6633. Color #f46d2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101101 00101100
Octal 364 155 54
Decimal 244 109 44
Hex F4 6D 2C

RGB Percentages of Color #f46d2c

%61.46
%27.46
%11.08

CMYK Percentages of Color #f46d2c

%0
%55
%82
%4

Triadic Colors of #f46d2c

#f46d2c #2cf46d #6d2cf4

Analogous Colors of #f46d2c

#f46d2c #f4d12c #f42c4f

Monochromatic Colors of #f46d2c

#f46d2c

Complementary Color

#f46d2c #2cb3f4

#f46d2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46d2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46d2c Color CSS Codes

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

#f46d2c Text Font Color

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

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


#f46d2c Background Color

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

This div background color is #f46d2c


#f46d2c Border Color

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

This div border color is #f46d2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,109,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f46d2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f46d2c;
  -webkit-box-shadow: 1px 1px 3px 2px #f46d2c;
  box-shadow:         1px 1px 3px 2px #f46d2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,109,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46d2c


Comments

No comments written yet.

Please login to write comment.