Color Hex Logo

#f5924d Color Hex

#F5924D
(245,146,77)
0 Favorites   0 Comments

Color spaces of #f5924d

RGB 24514677
HSL0.070.890.63
HSV25°69°96°
CMYK 0.000.400.69   0.04
XYZ49.274640.506112.2426
Yxy40.50610.48300.3970
Hunter Lab63.644426.820133.1461
CIE-Lab69.828531.715551.4489

#f5924d color RGB value is (245,146,77).

#f5924d hex color red value is 245, green value is 146 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f5924d hue: 0.07 , saturation: 0.89 and the lightness value of f5924d is 0.63.

The process color (four color CMYK) of #f5924d color hex is 0.00, 0.40, 0.69, 0.04. Web safe color of #f5924d is #ff9966. Color #f5924d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010010 01001101
Octal 365 222 115
Decimal 245 146 77
Hex F5 92 4D

RGB Percentages of Color #f5924d

%52.35
%31.20
%16.45

CMYK Percentages of Color #f5924d

%0
%40
%69
%4

Triadic Colors of #f5924d

#f5924d #4df592 #924df5

Analogous Colors of #f5924d

#f5924d #f5e64d #f54d5c

Monochromatic Colors of #f5924d

#f5924d

Complementary Color

#f5924d #4db0f5

#f5924d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5924d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5924d Color CSS Codes

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

#f5924d Text Font Color

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

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


#f5924d Background Color

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

This div background color is #f5924d


#f5924d Border Color

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

This div border color is #f5924d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5924d


Comments

No comments written yet.

Please login to write comment.