Color Hex Logo

#faf338 Color Hex

#FAF338
(250,243,56)
0 Favorites   0 Comments

Color spaces of #faf338

RGB 25024356
HSL0.160.950.60
HSV58°78°98°
CMYK 0.000.030.78   0.02
XYZ72.188784.710716.2874
Yxy84.71070.41680.4891
Hunter Lab92.0384-21.063953.9348
CIE-Lab93.7583-16.904983.0704

#faf338 color RGB value is (250,243,56).

#faf338 hex color red value is 250, green value is 243 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #faf338 hue: 0.16 , saturation: 0.95 and the lightness value of faf338 is 0.60.

The process color (four color CMYK) of #faf338 color hex is 0.00, 0.03, 0.78, 0.02. Web safe color of #faf338 is #ffff33. Color #faf338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 00111000
Octal 372 363 70
Decimal 250 243 56
Hex FA F3 38

RGB Percentages of Color #faf338

%45.54
%44.26
%10.20

CMYK Percentages of Color #faf338

%0
%3
%78
%2

Triadic Colors of #faf338

#faf338 #38faf3 #f338fa

Analogous Colors of #faf338

#faf338 #a0fa38 #fa9238

Monochromatic Colors of #faf338

#faf338

Complementary Color

#faf338 #383ffa

#faf338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf338 Color CSS Codes

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

#faf338 Text Font Color

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

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


#faf338 Background Color

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

This div background color is #faf338


#faf338 Border Color

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

This div border color is #faf338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf338


Comments

No comments written yet.

Please login to write comment.