Color Hex Logo

#f47019 Color Hex

#F47019
(244,112,25)
0 Favorites   0 Comments

Color spaces of #f47019

RGB 24411225
HSL0.070.910.53
HSV24°90°96°
CMYK 0.000.540.90   0.04
XYZ43.277930.89164.6014
Yxy30.89160.54940.3922
Hunter Lab55.580241.724833.9976
CIE-Lab62.416046.661965.5363

#f47019 color RGB value is (244,112,25).

#f47019 hex color red value is 244, green value is 112 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f47019 hue: 0.07 , saturation: 0.91 and the lightness value of f47019 is 0.53.

The process color (four color CMYK) of #f47019 color hex is 0.00, 0.54, 0.90, 0.04. Web safe color of #f47019 is #ff6600. Color #f47019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110000 00011001
Octal 364 160 31
Decimal 244 112 25
Hex F4 70 19

RGB Percentages of Color #f47019

%64.04
%29.40
%6.56

CMYK Percentages of Color #f47019

%0
%54
%90
%4

Triadic Colors of #f47019

#f47019 #19f470 #7019f4

Analogous Colors of #f47019

#f47019 #f4de19 #f4192f

Monochromatic Colors of #f47019

#f47019

Complementary Color

#f47019 #199df4

#f47019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47019 Color CSS Codes

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

#f47019 Text Font Color

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

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


#f47019 Background Color

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

This div background color is #f47019


#f47019 Border Color

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

This div border color is #f47019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47019


Comments

No comments written yet.

Please login to write comment.