Color Hex Logo

#fdb146 Color Hex

#FDB146
(253,177,70)
0 Favorites   0 Comments

Color spaces of #fdb146

RGB 25317770
HSL0.100.980.63
HSV35°72°99°
CMYK 0.000.300.72   0.01
XYZ57.335652.769112.9579
Yxy52.76910.46590.4288
Hunter Lab72.642313.763540.2735
CIE-Lab77.738518.427663.2423

#fdb146 color RGB value is (253,177,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 01000110
Octal 375 261 106
Decimal 253 177 70
Hex FD B1 46

RGB Percentages of Color #fdb146

%50.60
%35.40
%14.00

CMYK Percentages of Color #fdb146

%0
%30
%72
%1

Triadic Colors of #fdb146

#fdb146 #46fdb1 #b146fd

Analogous Colors of #fdb146

#fdb146 #eefd46 #fd5646

Monochromatic Colors of #fdb146

#fdb146

Complementary Color

#fdb146 #4692fd

#fdb146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb146 Color CSS Codes

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

#fdb146 Text Font Color

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

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


#fdb146 Background Color

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

This div background color is #fdb146


#fdb146 Border Color

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

This div border color is #fdb146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb146

Related Colors


Comments

No comments written yet.

Please login to write comment.