Color Hex Logo

#faca01 Color Hex

#FACA01
(250,202,1)
0 Favorites   0 Comments

Color spaces of #faca01

RGB 2502021
HSL0.130.990.49
HSV48°100°98°
CMYK 0.000.191.00   0.02
XYZ60.550362.56728.9141
Yxy62.56720.45860.4739
Hunter Lab79.0994-1.783048.6879
CIE-Lab83.21412.578284.2157

#faca01 color RGB value is (250,202,1).

#faca01 hex color red value is 250, green value is 202 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #faca01 hue: 0.13 , saturation: 0.99 and the lightness value of faca01 is 0.49.

The process color (four color CMYK) of #faca01 color hex is 0.00, 0.19, 1.00, 0.02. Web safe color of #faca01 is #ffcc00. Color #faca01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 00000001
Octal 372 312 1
Decimal 250 202 1
Hex FA CA 1

RGB Percentages of Color #faca01

%55.19
%44.59
%0.22

CMYK Percentages of Color #faca01

%0
%19
%100
%2

Triadic Colors of #faca01

#faca01 #01faca #ca01fa

Analogous Colors of #faca01

#faca01 #aefa01 #fa4e01

Monochromatic Colors of #faca01

#faca01

Complementary Color

#faca01 #0131fa

#faca01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca01 Color CSS Codes

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

#faca01 Text Font Color

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

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


#faca01 Background Color

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

This div background color is #faca01


#faca01 Border Color

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

This div border color is #faca01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca01


Comments

No comments written yet.

Please login to write comment.