Color Hex Logo

#f45019 Color Hex

#F45019
(244,80,25)
0 Favorites   0 Comments

Color spaces of #f45019

RGB 2448025
HSL0.040.910.53
HSV15°90°96°
CMYK 0.000.670.90   0.04
XYZ40.352425.04063.6262
Yxy25.04060.58470.3628
Hunter Lab50.040656.370230.7319
CIE-Lab57.115060.640961.7134

#f45019 color RGB value is (244,80,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010000 00011001
Octal 364 120 31
Decimal 244 80 25
Hex F4 50 19

RGB Percentages of Color #f45019

%69.91
%22.92
%7.16

CMYK Percentages of Color #f45019

%0
%67
%90
%4

Triadic Colors of #f45019

#f45019 #19f450 #5019f4

Analogous Colors of #f45019

#f45019 #f4be19 #f41950

Monochromatic Colors of #f45019

#f45019

Complementary Color

#f45019 #19bdf4

#f45019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45019 Color CSS Codes

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

#f45019 Text Font Color

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

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


#f45019 Background Color

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

This div background color is #f45019


#f45019 Border Color

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

This div border color is #f45019


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,80,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 #f45019">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45019


Comments

No comments written yet.

Please login to write comment.