Color Hex Logo

#fad80f Color Hex

#FAD80F
(250,216,15)
0 Favorites   0 Comments

Color spaces of #fad80f

RGB 25021615
HSL0.140.960.52
HSV51°94°98°
CMYK 0.000.140.94   0.02
XYZ64.066469.470210.4844
Yxy69.47020.44480.4824
Hunter Lab83.3488-8.655650.8861
CIE-Lab86.7364-4.432485.4622

#fad80f color RGB value is (250,216,15).

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

The process color (four color CMYK) of #fad80f color hex is 0.00, 0.14, 0.94, 0.02. Web safe color of #fad80f is #ffcc00. Color #fad80f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 00001111
Octal 372 330 17
Decimal 250 216 15
Hex FA D8 F

RGB Percentages of Color #fad80f

%51.98
%44.91
%3.12

CMYK Percentages of Color #fad80f

%0
%14
%94
%2

Triadic Colors of #fad80f

#fad80f #0ffad8 #d80ffa

Analogous Colors of #fad80f

#fad80f #a7fa0f #fa630f

Monochromatic Colors of #fad80f

#fad80f

Complementary Color

#fad80f #0f31fa

#fad80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad80f Color CSS Codes

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

#fad80f Text Font Color

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

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


#fad80f Background Color

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

This div background color is #fad80f


#fad80f Border Color

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

This div border color is #fad80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad80f


Comments

No comments written yet.

Please login to write comment.