Color Hex Logo

#fffa55 Color Hex

#FFFA55
(255,250,85)
0 Favorites   0 Comments

Color spaces of #fffa55

RGB 25525085
HSL0.161.000.67
HSV58°67°100°
CMYK 0.000.020.67   0.00
XYZ77.065390.287121.9597
Yxy90.28710.40710.4769
Hunter Lab95.0195-21.512352.8113
CIE-Lab96.1157-17.016876.0154

#fffa55 color RGB value is (255,250,85).

#fffa55 hex color red value is 255, green value is 250 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fffa55 hue: 0.16 , saturation: 1.00 and the lightness value of fffa55 is 0.67.

The process color (four color CMYK) of #fffa55 color hex is 0.00, 0.02, 0.67, 0.00. Web safe color of #fffa55 is #ffff66. Color #fffa55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 01010101
Octal 377 372 125
Decimal 255 250 85
Hex FF FA 55

RGB Percentages of Color #fffa55

%43.22
%42.37
%14.41

CMYK Percentages of Color #fffa55

%0
%2
%67
%0

Triadic Colors of #fffa55

#fffa55 #55fffa #fa55ff

Analogous Colors of #fffa55

#fffa55 #afff55 #ffa555

Monochromatic Colors of #fffa55

#fffa55

Complementary Color

#fffa55 #555aff

#fffa55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffa55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffa55 Color CSS Codes

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

#fffa55 Text Font Color

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

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


#fffa55 Background Color

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

This div background color is #fffa55


#fffa55 Border Color

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

This div border color is #fffa55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffa55

Related Colors


Comments

No comments written yet.

Please login to write comment.