Color Hex Logo

#faf530 Color Hex

#FAF530
(250,245,48)
0 Favorites   0 Comments

Color spaces of #faf530

RGB 25024548
HSL0.160.950.58
HSV59°81°98°
CMYK 0.000.020.81   0.02
XYZ72.610285.842215.5385
Yxy85.84220.41730.4934
Hunter Lab92.6511-22.249854.9122
CIE-Lab94.2448-18.115985.5621

#faf530 color RGB value is (250,245,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 00110000
Octal 372 365 60
Decimal 250 245 48
Hex FA F5 30

RGB Percentages of Color #faf530

%46.04
%45.12
%8.84

CMYK Percentages of Color #faf530

%0
%2
%81
%2

Triadic Colors of #faf530

#faf530 #30faf5 #f530fa

Analogous Colors of #faf530

#faf530 #9afa30 #fa9030

Monochromatic Colors of #faf530

#faf530

Complementary Color

#faf530 #3035fa

#faf530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf530 Color CSS Codes

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

#faf530 Text Font Color

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

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


#faf530 Background Color

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

This div background color is #faf530


#faf530 Border Color

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

This div border color is #faf530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf530

Related Colors


Comments

No comments written yet.

Please login to write comment.