Color Hex Logo

#facb4b Color Hex

#FACB4B
(250,203,75)
0 Favorites   0 Comments

Color spaces of #facb4b

RGB 25020375
HSL0.120.950.64
HSV44°70°98°
CMYK 0.000.190.70   0.02
XYZ62.050363.543915.6514
Yxy63.54390.43930.4499
Hunter Lab79.7144-0.554544.1589
CIE-Lab83.72773.888167.1766

#facb4b color RGB value is (250,203,75).

#facb4b hex color red value is 250, green value is 203 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #facb4b hue: 0.12 , saturation: 0.95 and the lightness value of facb4b is 0.64.

The process color (four color CMYK) of #facb4b color hex is 0.00, 0.19, 0.70, 0.02. Web safe color of #facb4b is #ffcc33. Color #facb4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 01001011
Octal 372 313 113
Decimal 250 203 75
Hex FA CB 4B

RGB Percentages of Color #facb4b

%47.35
%38.45
%14.20

CMYK Percentages of Color #facb4b

%0
%19
%70
%2

Triadic Colors of #facb4b

#facb4b #4bfacb #cb4bfa

Analogous Colors of #facb4b

#facb4b #d2fa4b #fa744b

Monochromatic Colors of #facb4b

#facb4b

Complementary Color

#facb4b #4b7afa

#facb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb4b Color CSS Codes

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

#facb4b Text Font Color

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

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


#facb4b Background Color

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

This div background color is #facb4b


#facb4b Border Color

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

This div border color is #facb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb4b


Comments

No comments written yet.

Please login to write comment.