Color Hex Logo

#fbc17a Color Hex

#FBC17A
(251,193,122)
0 Favorites   0 Comments

Color spaces of #fbc17a

RGB 251193122
HSL0.090.940.73
HSV33°51°98°
CMYK 0.000.230.51   0.02
XYZ62.366560.054326.7169
Yxy60.05430.41820.4027
Hunter Lab77.49478.038233.8056
CIE-Lab81.867712.641043.5275

#fbc17a color RGB value is (251,193,122).

#fbc17a hex color red value is 251, green value is 193 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbc17a hue: 0.09 , saturation: 0.94 and the lightness value of fbc17a is 0.73.

The process color (four color CMYK) of #fbc17a color hex is 0.00, 0.23, 0.51, 0.02. Web safe color of #fbc17a is #ffcc66. Color #fbc17a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 01111010
Octal 373 301 172
Decimal 251 193 122
Hex FB C1 7A

RGB Percentages of Color #fbc17a

%44.35
%34.10
%21.55

CMYK Percentages of Color #fbc17a

%0
%23
%51
%2

Triadic Colors of #fbc17a

#fbc17a #7afbc1 #c17afb

Analogous Colors of #fbc17a

#fbc17a #f5fb7a #fb817a

Monochromatic Colors of #fbc17a

#fbc17a

Complementary Color

#fbc17a #7ab4fb

#fbc17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc17a Color CSS Codes

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

#fbc17a Text Font Color

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

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


#fbc17a Background Color

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

This div background color is #fbc17a


#fbc17a Border Color

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

This div border color is #fbc17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc17a

Related Colors

#fbc17a Color Palettes


Comments

No comments written yet.

Please login to write comment.