color codes Logo

#fad10c color codes

#FAD10C
(250,209,12)
0 Favorites   0 Comments

Color spaces of #fad10c

RGB 25020912
HSL0.140.960.51
HSV50°95°98°
CMYK 0.000.160.95   0.02
XYZ62.291265.95159.7946
Yxy65.95150.45130.4778
Hunter Lab81.2105-5.202949.6966
CIE-Lab84.9717-0.913184.4758

#fad10c color RGB value is (250,209,12).

#fad10c hex color red value is 250, green value is 209 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fad10c hue: 0.14 , saturation: 0.96 and the lightness value of fad10c is 0.51.

The process color (four color CMYK) of #fad10c color code is 0.00, 0.16, 0.95, 0.02. Web safe color of #fad10c is #ffcc00. Color #fad10c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 00001100
Octal 372 321 14
Decimal 250 209 12
Hex FA D1 C

RGB Percentages of Color #fad10c

%53.08
%44.37
%2.55

CMYK Percentages of Color #fad10c

%0
%16
%95
%2

Triadic Colors of #fad10c

#fad10c #0cfad1 #d10cfa

Analogous Colors of #fad10c

#fad10c #acfa0c #fa5a0c

Monochromatic Colors of #fad10c

#fad10c

Complementary Color

#fad10c #0c35fa

#fad10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad10c Color CSS Codes

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

#fad10c Text Font Color

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

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


#fad10c Background Color

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

This div background color is #fad10c


#fad10c Border Color

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

This div border color is #fad10c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,209,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad10c


Comments

No comments written yet.

Please login to write comment.