Color Hex Logo

#f4962d Color Hex

#F4962D
(244,150,45)
0 Favorites   0 Comments

Color spaces of #f4962d

RGB 24415045
HSL0.090.900.57
HSV32°82°96°
CMYK 0.000.390.82   0.04
XYZ48.688241.23537.8757
Yxy41.23530.49780.4216
Hunter Lab64.214722.964637.6786
CIE-Lab70.340527.908965.5319

#f4962d color RGB value is (244,150,45).

#f4962d hex color red value is 244, green value is 150 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f4962d hue: 0.09 , saturation: 0.90 and the lightness value of f4962d is 0.57.

The process color (four color CMYK) of #f4962d color hex is 0.00, 0.39, 0.82, 0.04. Web safe color of #f4962d is #ff9933. Color #f4962d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 00101101
Octal 364 226 55
Decimal 244 150 45
Hex F4 96 2D

RGB Percentages of Color #f4962d

%55.58
%34.17
%10.25

CMYK Percentages of Color #f4962d

%0
%39
%82
%4

Triadic Colors of #f4962d

#f4962d #2df496 #962df4

Analogous Colors of #f4962d

#f4962d #eff42d #f4332d

Monochromatic Colors of #f4962d

#f4962d

Complementary Color

#f4962d #2d8bf4

#f4962d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4962d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4962d Color CSS Codes

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

#f4962d Text Font Color

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

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


#f4962d Background Color

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

This div background color is #f4962d


#f4962d Border Color

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

This div border color is #f4962d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4962d


Comments

No comments written yet.

Please login to write comment.