Color Hex Logo

#f05920 Color Hex

#F05920
(240,89,32)
0 Favorites   0 Comments

Color spaces of #f05920

RGB 2408932
HSL0.050.870.53
HSV16°87°94°
CMYK 0.000.630.87   0.06
XYZ39.768325.77434.2454
Yxy25.77430.56980.3693
Hunter Lab50.768450.979330.5799
CIE-Lab57.822255.770459.4609

#f05920 color RGB value is (240,89,32).

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

The process color (four color CMYK) of #f05920 color hex is 0.00, 0.63, 0.87, 0.06. Web safe color of #f05920 is #ff6633. Color #f05920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011001 00100000
Octal 360 131 40
Decimal 240 89 32
Hex F0 59 20

RGB Percentages of Color #f05920

%66.48
%24.65
%8.86

CMYK Percentages of Color #f05920

%0
%63
%87
%6

Triadic Colors of #f05920

#f05920 #20f059 #5920f0

Analogous Colors of #f05920

#f05920 #f0c120 #f0204f

Monochromatic Colors of #f05920

#f05920

Complementary Color

#f05920 #20b7f0

#f05920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05920 Color CSS Codes

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

#f05920 Text Font Color

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

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


#f05920 Background Color

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

This div background color is #f05920


#f05920 Border Color

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

This div border color is #f05920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05920


Comments

No comments written yet.

Please login to write comment.