Color Hex Logo

#fbc90a Color Hex

#FBC90A
(251,201,10)
0 Favorites   0 Comments

Color spaces of #fbc90a

RGB 25120110
HSL0.130.970.51
HSV48°96°98°
CMYK 0.000.200.96   0.02
XYZ60.725162.30449.1126
Yxy62.30440.45950.4715
Hunter Lab78.9331-0.808848.4083
CIE-Lab83.07503.591483.3359

#fbc90a color RGB value is (251,201,10).

#fbc90a hex color red value is 251, green value is 201 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fbc90a hue: 0.13 , saturation: 0.97 and the lightness value of fbc90a is 0.51.

The process color (four color CMYK) of #fbc90a color hex is 0.00, 0.20, 0.96, 0.02. Web safe color of #fbc90a is #ffcc00. Color #fbc90a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 00001010
Octal 373 311 12
Decimal 251 201 10
Hex FB C9 A

RGB Percentages of Color #fbc90a

%54.33
%43.51
%2.16

CMYK Percentages of Color #fbc90a

%0
%20
%96
%2

Triadic Colors of #fbc90a

#fbc90a #0afbc9 #c90afb

Analogous Colors of #fbc90a

#fbc90a #b5fb0a #fb500a

Monochromatic Colors of #fbc90a

#fbc90a

Complementary Color

#fbc90a #0a3cfb

#fbc90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc90a Color CSS Codes

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

#fbc90a Text Font Color

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

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


#fbc90a Background Color

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

This div background color is #fbc90a


#fbc90a Border Color

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

This div border color is #fbc90a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,201,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbc90a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbc90a;
  -webkit-box-shadow: 1px 1px 3px 2px #fbc90a;
  box-shadow:         1px 1px 3px 2px #fbc90a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,201,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc90a

Related Colors


Comments

No comments written yet.

Please login to write comment.