Color Hex Logo

#fad43f Color Hex

#FAD43F
(250,212,63)
0 Favorites   0 Comments

Color spaces of #fad43f

RGB 25021263
HSL0.130.950.61
HSV48°75°98°
CMYK 0.000.150.75   0.02
XYZ63.865067.769814.4175
Yxy67.76980.43730.4640
Hunter Lab82.3224-5.585547.2420
CIE-Lab85.8912-1.249473.7356

#fad43f color RGB value is (250,212,63).

#fad43f hex color red value is 250, green value is 212 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fad43f hue: 0.13 , saturation: 0.95 and the lightness value of fad43f is 0.61.

The process color (four color CMYK) of #fad43f color hex is 0.00, 0.15, 0.75, 0.02. Web safe color of #fad43f is #ffcc33. Color #fad43f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 00111111
Octal 372 324 77
Decimal 250 212 63
Hex FA D4 3F

RGB Percentages of Color #fad43f

%47.62
%40.38
%12.00

CMYK Percentages of Color #fad43f

%0
%15
%75
%2

Triadic Colors of #fad43f

#fad43f #3ffad4 #d43ffa

Analogous Colors of #fad43f

#fad43f #c3fa3f #fa773f

Monochromatic Colors of #fad43f

#fad43f

Complementary Color

#fad43f #3f65fa

#fad43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad43f Color CSS Codes

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

#fad43f Text Font Color

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

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


#fad43f Background Color

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

This div background color is #fad43f


#fad43f Border Color

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

This div border color is #fad43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad43f


Comments

No comments written yet.

Please login to write comment.