Color Hex Logo

#fda31b Color Hex

#FDA31B
(253,163,27)
0 Favorites   0 Comments

Color spaces of #fda31b

RGB 25316327
HSL0.100.980.55
HSV36°89°99°
CMYK 0.000.360.89   0.01
XYZ53.803047.15627.3032
Yxy47.15620.49700.4356
Hunter Lab68.670419.681041.7637
CIE-Lab74.289624.432474.4109

#fda31b color RGB value is (253,163,27).

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

The process color (four color CMYK) of #fda31b color hex is 0.00, 0.36, 0.89, 0.01. Web safe color of #fda31b is #ff9933. Color #fda31b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 00011011
Octal 375 243 33
Decimal 253 163 27
Hex FD A3 1B

RGB Percentages of Color #fda31b

%57.11
%36.79
%6.09

CMYK Percentages of Color #fda31b

%0
%36
%89
%1

Triadic Colors of #fda31b

#fda31b #1bfda3 #a31bfd

Analogous Colors of #fda31b

#fda31b #e6fd1b #fd321b

Monochromatic Colors of #fda31b

#fda31b

Complementary Color

#fda31b #1b75fd

#fda31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda31b Color CSS Codes

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

#fda31b Text Font Color

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

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


#fda31b Background Color

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

This div background color is #fda31b


#fda31b Border Color

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

This div border color is #fda31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda31b

Related Colors


Comments

No comments written yet.

Please login to write comment.