Color Hex Logo

#fad13f Color Hex

#FAD13F
(250,209,63)
0 Favorites   0 Comments

Color spaces of #fad13f

RGB 25020963
HSL0.130.950.61
HSV47°75°98°
CMYK 0.000.160.75   0.02
XYZ63.122066.283814.1698
Yxy66.28380.43960.4617
Hunter Lab81.4149-4.082646.6713
CIE-Lab85.14100.279573.0292

#fad13f color RGB value is (250,209,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 00111111
Octal 372 321 77
Decimal 250 209 63
Hex FA D1 3F

RGB Percentages of Color #fad13f

%47.89
%40.04
%12.07

CMYK Percentages of Color #fad13f

%0
%16
%75
%2

Triadic Colors of #fad13f

#fad13f #3ffad1 #d13ffa

Analogous Colors of #fad13f

#fad13f #c6fa3f #fa743f

Monochromatic Colors of #fad13f

#fad13f

Complementary Color

#fad13f #3f68fa

#fad13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad13f Color CSS Codes

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

#fad13f Text Font Color

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

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


#fad13f Background Color

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

This div background color is #fad13f


#fad13f Border Color

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

This div border color is #fad13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad13f


Comments

No comments written yet.

Please login to write comment.