Color Hex Logo

#fdba5a Color Hex

#FDBA5A
(253,186,90)
0 Favorites   0 Comments

Color spaces of #fdba5a

RGB 25318690
HSL0.100.980.67
HSV35°64°99°
CMYK 0.000.260.64   0.01
XYZ59.912456.738617.4668
Yxy56.73860.44670.4231
Hunter Lab75.325010.157438.9790
CIE-Lab80.032314.776756.9018

#fdba5a color RGB value is (253,186,90).

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

The process color (four color CMYK) of #fdba5a color hex is 0.00, 0.26, 0.64, 0.01. Web safe color of #fdba5a is #ffcc66. Color #fdba5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 01011010
Octal 375 272 132
Decimal 253 186 90
Hex FD BA 5A

RGB Percentages of Color #fdba5a

%47.83
%35.16
%17.01

CMYK Percentages of Color #fdba5a

%0
%26
%64
%1

Triadic Colors of #fdba5a

#fdba5a #5afdba #ba5afd

Analogous Colors of #fdba5a

#fdba5a #effd5a #fd695a

Monochromatic Colors of #fdba5a

#fdba5a

Complementary Color

#fdba5a #5a9dfd

#fdba5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba5a Color CSS Codes

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

#fdba5a Text Font Color

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

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


#fdba5a Background Color

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

This div background color is #fdba5a


#fdba5a Border Color

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

This div border color is #fdba5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba5a

Related Colors


Comments

No comments written yet.

Please login to write comment.