Color Hex Logo

#fdb13a Color Hex

#FDB13A
(253,177,58)
0 Favorites   0 Comments

Color spaces of #fdb13a

RGB 25317758
HSL0.100.980.61
HSV37°77°99°
CMYK 0.000.300.77   0.01
XYZ56.993952.632411.1582
Yxy52.63240.47190.4358
Hunter Lab72.548213.270441.6647
CIE-Lab77.657517.935867.8858

#fdb13a color RGB value is (253,177,58).

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

The process color (four color CMYK) of #fdb13a color hex is 0.00, 0.30, 0.77, 0.01. Web safe color of #fdb13a is #ff9933. Color #fdb13a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 00111010
Octal 375 261 72
Decimal 253 177 58
Hex FD B1 3A

RGB Percentages of Color #fdb13a

%51.84
%36.27
%11.89

CMYK Percentages of Color #fdb13a

%0
%30
%77
%1

Triadic Colors of #fdb13a

#fdb13a #3afdb1 #b13afd

Analogous Colors of #fdb13a

#fdb13a #e8fd3a #fd503a

Monochromatic Colors of #fdb13a

#fdb13a

Complementary Color

#fdb13a #3a86fd

#fdb13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb13a Color CSS Codes

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

#fdb13a Text Font Color

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

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


#fdb13a Background Color

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

This div background color is #fdb13a


#fdb13a Border Color

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

This div border color is #fdb13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb13a

Related Colors


Comments

No comments written yet.

Please login to write comment.