color codes Logo

#fae60b color codes

#FAE60B
(250,230,11)
0 Favorites   0 Comments

Color spaces of #fae60b

RGB 25023011
HSL0.150.960.51
HSV55°96°98°
CMYK 0.000.080.96   0.02
XYZ67.781676.941811.5954
Yxy76.94180.43360.4922
Hunter Lab87.7165-15.570653.5639
CIE-Lab90.2948-11.455188.4676

#fae60b color RGB value is (250,230,11).

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

The process color (four color CMYK) of #fae60b color code is 0.00, 0.08, 0.96, 0.02. Web safe color of #fae60b is #ffff00. Color #fae60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 00001011
Octal 372 346 13
Decimal 250 230 11
Hex FA E6 B

RGB Percentages of Color #fae60b

%50.92
%46.84
%2.24

CMYK Percentages of Color #fae60b

%0
%8
%96
%2

Triadic Colors of #fae60b

#fae60b #0bfae6 #e60bfa

Analogous Colors of #fae60b

#fae60b #97fa0b #fa6f0b

Monochromatic Colors of #fae60b

#fae60b

Complementary Color

#fae60b #0b1ffa

#fae60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae60b Color CSS Codes

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

#fae60b Text Font Color

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

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


#fae60b Background Color

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

This div background color is #fae60b


#fae60b Border Color

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

This div border color is #fae60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae60b

Related Colors


Comments

No comments written yet.

Please login to write comment.