color codes Logo

#fad91b color codes

#FAD91B
(250,217,27)
0 Favorites   0 Comments

Color spaces of #fad91b

RGB 25021727
HSL0.140.960.54
HSV51°89°98°
CMYK 0.000.130.89   0.02
XYZ64.435070.028811.1577
Yxy70.02880.44250.4809
Hunter Lab83.6832-9.002950.6730
CIE-Lab87.0110-4.777084.0140

#fad91b color RGB value is (250,217,27).

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

The process color (four color CMYK) of #fad91b color code is 0.00, 0.13, 0.89, 0.02. Web safe color of #fad91b is #ffcc33. Color #fad91b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 00011011
Octal 372 331 33
Decimal 250 217 27
Hex FA D9 1B

RGB Percentages of Color #fad91b

%50.61
%43.93
%5.47

CMYK Percentages of Color #fad91b

%0
%13
%89
%2

Triadic Colors of #fad91b

#fad91b #1bfad9 #d91bfa

Analogous Colors of #fad91b

#fad91b #acfa1b #fa6a1b

Monochromatic Colors of #fad91b

#fad91b

Complementary Color

#fad91b #1b3cfa

#fad91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad91b Color CSS Codes

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

#fad91b Text Font Color

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

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


#fad91b Background Color

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

This div background color is #fad91b


#fad91b Border Color

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

This div border color is #fad91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad91b

#fad91b Color Palettes


Comments

No comments written yet.

Please login to write comment.