Color Hex Logo

#fdb23a Color Hex

#FDB23A
(253,178,58)
0 Favorites   0 Comments

Color spaces of #fdb23a

RGB 25317858
HSL0.100.980.61
HSV37°77°99°
CMYK 0.000.300.77   0.01
XYZ57.192153.028911.2242
Yxy53.02890.47090.4366
Hunter Lab72.820912.753641.8360
CIE-Lab77.892117.412868.1061

#fdb23a color RGB value is (253,178,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110010 00111010
Octal 375 262 72
Decimal 253 178 58
Hex FD B2 3A

RGB Percentages of Color #fdb23a

%51.74
%36.40
%11.86

CMYK Percentages of Color #fdb23a

%0
%30
%77
%1

Triadic Colors of #fdb23a

#fdb23a #3afdb2 #b23afd

Analogous Colors of #fdb23a

#fdb23a #e7fd3a #fd513a

Monochromatic Colors of #fdb23a

#fdb23a

Complementary Color

#fdb23a #3a85fd

#fdb23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb23a Color CSS Codes

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

#fdb23a Text Font Color

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

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


#fdb23a Background Color

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

This div background color is #fdb23a


#fdb23a Border Color

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

This div border color is #fdb23a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,178,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 #fdb23a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb23a


Comments

No comments written yet.

Please login to write comment.