Color Hex Logo

#f4812f Color Hex

#F4812F
(244,129,47)
0 Favorites   0 Comments

Color spaces of #f4812f

RGB 24412947
HSL0.070.900.57
HSV25°81°96°
CMYK 0.000.470.81   0.04
XYZ45.671635.13887.0646
Yxy35.13880.51970.3999
Hunter Lab59.278033.791534.4286
CIE-Lab65.856638.796960.7660

#f4812f color RGB value is (244,129,47).

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

The process color (four color CMYK) of #f4812f color hex is 0.00, 0.47, 0.81, 0.04. Web safe color of #f4812f is #ff9933. Color #f4812f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000001 00101111
Octal 364 201 57
Decimal 244 129 47
Hex F4 81 2F

RGB Percentages of Color #f4812f

%58.10
%30.71
%11.19

CMYK Percentages of Color #f4812f

%0
%47
%81
%4

Triadic Colors of #f4812f

#f4812f #2ff481 #812ff4

Analogous Colors of #f4812f

#f4812f #f4e42f #f42f3f

Monochromatic Colors of #f4812f

#f4812f

Complementary Color

#f4812f #2fa2f4

#f4812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4812f Color CSS Codes

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

#f4812f Text Font Color

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

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


#f4812f Background Color

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

This div background color is #f4812f


#f4812f Border Color

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

This div border color is #f4812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4812f


Comments

No comments written yet.

Please login to write comment.