Color Hex Logo

#fac64b Color Hex

#FAC64B
(250,198,75)
0 Favorites   0 Comments

Color spaces of #fac64b

RGB 25019875
HSL0.120.950.64
HSV42°70°98°
CMYK 0.000.210.70   0.02
XYZ60.888461.220215.2641
Yxy61.22020.44320.4457
Hunter Lab78.24331.981643.2037
CIE-Lab82.49706.468765.9260

#fac64b color RGB value is (250,198,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 01001011
Octal 372 306 113
Decimal 250 198 75
Hex FA C6 4B

RGB Percentages of Color #fac64b

%47.80
%37.86
%14.34

CMYK Percentages of Color #fac64b

%0
%21
%70
%2

Triadic Colors of #fac64b

#fac64b #4bfac6 #c64bfa

Analogous Colors of #fac64b

#fac64b #d7fa4b #fa6f4b

Monochromatic Colors of #fac64b

#fac64b

Complementary Color

#fac64b #4b7ffa

#fac64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac64b Color CSS Codes

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

#fac64b Text Font Color

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

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


#fac64b Background Color

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

This div background color is #fac64b


#fac64b Border Color

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

This div border color is #fac64b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,198,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 #fac64b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac64b

Related Colors


Comments

No comments written yet.

Please login to write comment.