Color Hex Logo

#f5992a Color Hex

#F5992A
(245,153,42)
1 Favorites   0 Comments

Color spaces of #f5992a

RGB 24515342
HSL0.090.910.56
HSV33°83°96°
CMYK 0.000.380.83   0.04
XYZ49.465342.36217.7601
Yxy42.36210.49670.4254
Hunter Lab65.086221.758738.4913
CIE-Lab71.119926.666767.2854

#f5992a color RGB value is (245,153,42).

#f5992a hex color red value is 245, green value is 153 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f5992a hue: 0.09 , saturation: 0.91 and the lightness value of f5992a is 0.56.

The process color (four color CMYK) of #f5992a color hex is 0.00, 0.38, 0.83, 0.04. Web safe color of #f5992a is #ff9933. Color #f5992a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011001 00101010
Octal 365 231 52
Decimal 245 153 42
Hex F5 99 2A

RGB Percentages of Color #f5992a

%55.68
%34.77
%9.55

CMYK Percentages of Color #f5992a

%0
%38
%83
%4

Triadic Colors of #f5992a

#f5992a #2af599 #992af5

Analogous Colors of #f5992a

#f5992a #ecf52a #f5332a

Monochromatic Colors of #f5992a

#f5992a

Complementary Color

#f5992a #2a86f5

#f5992a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5992a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5992a Color CSS Codes

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

#f5992a Text Font Color

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

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


#f5992a Background Color

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

This div background color is #f5992a


#f5992a Border Color

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

This div border color is #f5992a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5992a


Comments

No comments written yet.

Please login to write comment.