Color Hex Logo

#faf630 Color Hex

#FAF630
(250,246,48)
0 Favorites   0 Comments

Color spaces of #faf630

RGB 25024648
HSL0.160.950.58
HSV59°81°98°
CMYK 0.000.020.81   0.02
XYZ72.913686.448915.6397
Yxy86.44890.41660.4940
Hunter Lab92.9779-22.731055.1114
CIE-Lab94.5040-18.597085.7824

#faf630 color RGB value is (250,246,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 00110000
Octal 372 366 60
Decimal 250 246 48
Hex FA F6 30

RGB Percentages of Color #faf630

%45.96
%45.22
%8.82

CMYK Percentages of Color #faf630

%0
%2
%81
%2

Triadic Colors of #faf630

#faf630 #30faf6 #f630fa

Analogous Colors of #faf630

#faf630 #99fa30 #fa9130

Monochromatic Colors of #faf630

#faf630

Complementary Color

#faf630 #3034fa

#faf630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf630 Color CSS Codes

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

#faf630 Text Font Color

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

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


#faf630 Background Color

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

This div background color is #faf630


#faf630 Border Color

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

This div border color is #faf630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf630

Related Colors


Comments

No comments written yet.

Please login to write comment.