Color Hex Logo

#fda158 Color Hex

#FDA158
(253,161,88)
0 Favorites   0 Comments

Color spaces of #fda158

RGB 25316188
HSL0.070.980.67
HSV27°65°99°
CMYK 0.000.360.65   0.01
XYZ55.014347.077015.4197
Yxy47.07700.46820.4006
Hunter Lab68.612723.050834.7043
CIE-Lab74.239027.731451.3363

#fda158 color RGB value is (253,161,88).

#fda158 hex color red value is 253, green value is 161 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fda158 hue: 0.07 , saturation: 0.98 and the lightness value of fda158 is 0.67.

The process color (four color CMYK) of #fda158 color hex is 0.00, 0.36, 0.65, 0.01. Web safe color of #fda158 is #ff9966. Color #fda158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 01011000
Octal 375 241 130
Decimal 253 161 88
Hex FD A1 58

RGB Percentages of Color #fda158

%50.40
%32.07
%17.53

CMYK Percentages of Color #fda158

%0
%36
%65
%1

Triadic Colors of #fda158

#fda158 #58fda1 #a158fd

Analogous Colors of #fda158

#fda158 #fdf458 #fd5862

Monochromatic Colors of #fda158

#fda158

Complementary Color

#fda158 #58b4fd

#fda158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda158 Color CSS Codes

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

#fda158 Text Font Color

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

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


#fda158 Background Color

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

This div background color is #fda158


#fda158 Border Color

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

This div border color is #fda158


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,161,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fda158; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fda158;
  -webkit-box-shadow: 1px 1px 3px 2px #fda158;
  box-shadow:         1px 1px 3px 2px #fda158; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,161,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda158


Comments

No comments written yet.

Please login to write comment.