Color Hex Logo

#fad72f Color Hex

#FAD72F
(250,215,47)
0 Favorites   0 Comments

Color spaces of #fad72f

RGB 25021547
HSL0.140.950.58
HSV50°81°98°
CMYK 0.000.140.81   0.02
XYZ64.237969.130112.6471
Yxy69.13010.43990.4734
Hunter Lab83.1445-7.592849.1826
CIE-Lab86.5684-3.317779.2592

#fad72f color RGB value is (250,215,47).

#fad72f hex color red value is 250, green value is 215 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fad72f hue: 0.14 , saturation: 0.95 and the lightness value of fad72f is 0.58.

The process color (four color CMYK) of #fad72f color hex is 0.00, 0.14, 0.81, 0.02. Web safe color of #fad72f is #ffcc33. Color #fad72f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 00101111
Octal 372 327 57
Decimal 250 215 47
Hex FA D7 2F

RGB Percentages of Color #fad72f

%48.83
%41.99
%9.18

CMYK Percentages of Color #fad72f

%0
%14
%81
%2

Triadic Colors of #fad72f

#fad72f #2ffad7 #d72ffa

Analogous Colors of #fad72f

#fad72f #b8fa2f #fa722f

Monochromatic Colors of #fad72f

#fad72f

Complementary Color

#fad72f #2f52fa

#fad72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad72f Color CSS Codes

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

#fad72f Text Font Color

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

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


#fad72f Background Color

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

This div background color is #fad72f


#fad72f Border Color

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

This div border color is #fad72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad72f


Comments

No comments written yet.

Please login to write comment.