Color Hex Logo

#f45200 Color Hex

#F45200
(244,82,0)
0 Favorites   0 Comments

Color spaces of #f45200

RGB 244820
HSL0.061.000.48
HSV20°100°96°
CMYK 0.000.661.00   0.04
XYZ40.325525.26772.7518
Yxy25.26770.59000.3697
Hunter Lab50.267055.230231.9411
CIE-Lab57.335359.607567.7478

#f45200 color RGB value is (244,82,0).

#f45200 hex color red value is 244, green value is 82 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f45200 hue: 0.06 , saturation: 1.00 and the lightness value of f45200 is 0.48.

The process color (four color CMYK) of #f45200 color hex is 0.00, 0.66, 1.00, 0.04. Web safe color of #f45200 is #ff6600. Color #f45200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010010 00000000
Octal 364 122 0
Decimal 244 82 0
Hex F4 52 0

RGB Percentages of Color #f45200

%74.85
%25.15
%0.00

CMYK Percentages of Color #f45200

%0
%66
%100
%4

Triadic Colors of #f45200

#f45200 #00f452 #5200f4

Analogous Colors of #f45200

#f45200 #f4cc00 #f40028

Monochromatic Colors of #f45200

#f45200

Complementary Color

#f45200 #00a2f4

#f45200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45200 Color CSS Codes

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

#f45200 Text Font Color

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

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


#f45200 Background Color

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

This div background color is #f45200


#f45200 Border Color

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

This div border color is #f45200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45200


Comments

No comments written yet.

Please login to write comment.