Color Hex Logo

#f5980e Color Hex

#F5980E
(245,152,14)
0 Favorites   0 Comments

Color spaces of #f5980e

RGB 24515214
HSL0.100.920.51
HSV36°94°96°
CMYK 0.000.380.94   0.04
XYZ48.963741.90075.9224
Yxy41.90070.50590.4329
Hunter Lab64.730821.742339.8869
CIE-Lab70.802426.671073.8814

#f5980e color RGB value is (245,152,14).

#f5980e hex color red value is 245, green value is 152 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f5980e hue: 0.10 , saturation: 0.92 and the lightness value of f5980e is 0.51.

The process color (four color CMYK) of #f5980e color hex is 0.00, 0.38, 0.94, 0.04. Web safe color of #f5980e is #ff9900. Color #f5980e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011000 00001110
Octal 365 230 16
Decimal 245 152 14
Hex F5 98 E

RGB Percentages of Color #f5980e

%59.61
%36.98
%3.41

CMYK Percentages of Color #f5980e

%0
%38
%94
%4

Triadic Colors of #f5980e

#f5980e #0ef598 #980ef5

Analogous Colors of #f5980e

#f5980e #dff50e #f5250e

Monochromatic Colors of #f5980e

#f5980e

Complementary Color

#f5980e #0e6bf5

#f5980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5980e Color CSS Codes

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

#f5980e Text Font Color

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

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


#f5980e Background Color

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

This div background color is #f5980e


#f5980e Border Color

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

This div border color is #f5980e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,152,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5980e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5980e;
  -webkit-box-shadow: 1px 1px 3px 2px #f5980e;
  box-shadow:         1px 1px 3px 2px #f5980e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,152,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5980e


Comments

No comments written yet.

Please login to write comment.