Color Hex Logo

#faf406 Color Hex

#FAF406
(250,244,6)
0 Favorites   0 Comments

Color spaces of #faf406

RGB 2502446
HSL0.160.960.50
HSV59°98°98°
CMYK 0.000.020.98   0.02
XYZ71.807985.038512.8017
Yxy85.03850.42330.5013
Hunter Lab92.2163-22.382556.3206
CIE-Lab93.8997-18.317991.5034

#faf406 color RGB value is (250,244,6).

#faf406 hex color red value is 250, green value is 244 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #faf406 hue: 0.16 , saturation: 0.96 and the lightness value of faf406 is 0.50.

The process color (four color CMYK) of #faf406 color hex is 0.00, 0.02, 0.98, 0.02. Web safe color of #faf406 is #ffff00. Color #faf406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 00000110
Octal 372 364 6
Decimal 250 244 6
Hex FA F4 6

RGB Percentages of Color #faf406

%50.00
%48.80
%1.20

CMYK Percentages of Color #faf406

%0
%2
%98
%2

Triadic Colors of #faf406

#faf406 #06faf4 #f406fa

Analogous Colors of #faf406

#faf406 #86fa06 #fa7a06

Monochromatic Colors of #faf406

#faf406

Complementary Color

#faf406 #060cfa

#faf406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf406 Color CSS Codes

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

#faf406 Text Font Color

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

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


#faf406 Background Color

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

This div background color is #faf406


#faf406 Border Color

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

This div border color is #faf406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf406

Related Colors


Comments

No comments written yet.

Please login to write comment.