color codes Logo

#fdb43f color codes

#FDB43F
(253,180,63)
0 Favorites   0 Comments

Color spaces of #fdb43f

RGB 25318063
HSL0.100.980.62
HSV37°75°99°
CMYK 0.000.290.75   0.01
XYZ57.726553.884012.0608
Yxy53.88400.46680.4357
Hunter Lab73.405711.913041.6425
CIE-Lab78.394016.559766.6973

#fdb43f color RGB value is (253,180,63).

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

The process color (four color CMYK) of #fdb43f color code is 0.00, 0.29, 0.75, 0.01. Web safe color of #fdb43f is #ffcc33. Color #fdb43f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 00111111
Octal 375 264 77
Decimal 253 180 63
Hex FD B4 3F

RGB Percentages of Color #fdb43f

%51.01
%36.29
%12.70

CMYK Percentages of Color #fdb43f

%0
%29
%75
%1

Triadic Colors of #fdb43f

#fdb43f #3ffdb4 #b43ffd

Analogous Colors of #fdb43f

#fdb43f #e7fd3f #fd553f

Monochromatic Colors of #fdb43f

#fdb43f

Complementary Color

#fdb43f #3f88fd

#fdb43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb43f Color CSS Codes

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

#fdb43f Text Font Color

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

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


#fdb43f Background Color

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

This div background color is #fdb43f


#fdb43f Border Color

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

This div border color is #fdb43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb43f


Comments

No comments written yet.

Please login to write comment.