Color Hex Logo

#f04920 Color Hex

#F04920
(240,73,32)
0 Favorites   0 Comments

Color spaces of #f04920

RGB 2407332
HSL0.030.870.53
HSV12°87°94°
CMYK 0.000.700.87   0.06
XYZ38.578423.39463.8488
Yxy23.39460.58610.3554
Hunter Lab48.368057.728129.1397
CIE-Lab55.476562.113657.5979

#f04920 color RGB value is (240,73,32).

#f04920 hex color red value is 240, green value is 73 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #f04920 hue: 0.03 , saturation: 0.87 and the lightness value of f04920 is 0.53.

The process color (four color CMYK) of #f04920 color hex is 0.00, 0.70, 0.87, 0.06. Web safe color of #f04920 is #ff3333. Color #f04920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001001 00100000
Octal 360 111 40
Decimal 240 73 32
Hex F0 49 20

RGB Percentages of Color #f04920

%69.57
%21.16
%9.28

CMYK Percentages of Color #f04920

%0
%70
%87
%6

Triadic Colors of #f04920

#f04920 #20f049 #4920f0

Analogous Colors of #f04920

#f04920 #f0b120 #f0205f

Monochromatic Colors of #f04920

#f04920

Complementary Color

#f04920 #20c7f0

#f04920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04920 Color CSS Codes

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

#f04920 Text Font Color

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

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


#f04920 Background Color

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

This div background color is #f04920


#f04920 Border Color

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

This div border color is #f04920


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,73,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04920; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04920;
  -webkit-box-shadow: 1px 1px 3px 2px #f04920;
  box-shadow:         1px 1px 3px 2px #f04920; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,73,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04920


Comments

No comments written yet.

Please login to write comment.