Color Hex Logo

#f5921a Color Hex

#F5921A
(245,146,26)
0 Favorites   0 Comments

Color spaces of #f5921a

RGB 24514626
HSL0.090.920.53
HSV33°89°96°
CMYK 0.000.400.89   0.04
XYZ48.121540.04486.1704
Yxy40.04480.51010.4245
Hunter Lab63.281024.997238.5154
CIE-Lab69.501429.967270.5951

#f5921a color RGB value is (245,146,26).

#f5921a hex color red value is 245, green value is 146 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f5921a hue: 0.09 , saturation: 0.92 and the lightness value of f5921a is 0.53.

The process color (four color CMYK) of #f5921a color hex is 0.00, 0.40, 0.89, 0.04. Web safe color of #f5921a is #ff9933. Color #f5921a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010010 00011010
Octal 365 222 32
Decimal 245 146 26
Hex F5 92 1A

RGB Percentages of Color #f5921a

%58.75
%35.01
%6.24

CMYK Percentages of Color #f5921a

%0
%40
%89
%4

Triadic Colors of #f5921a

#f5921a #1af592 #921af5

Analogous Colors of #f5921a

#f5921a #ebf51a #f5251a

Monochromatic Colors of #f5921a

#f5921a

Complementary Color

#f5921a #1a7df5

#f5921a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5921a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5921a Color CSS Codes

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

#f5921a Text Font Color

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

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


#f5921a Background Color

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

This div background color is #f5921a


#f5921a Border Color

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

This div border color is #f5921a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5921a


Comments

No comments written yet.

Please login to write comment.