Color Hex Logo

#fffa75 Color Hex

#FFFA75
(255,250,117)
0 Favorites   0 Comments

Color spaces of #fffa75

RGB 255250117
HSL0.161.000.73
HSV58°54°100°
CMYK 0.000.020.54   0.00
XYZ78.636590.915630.2335
Yxy90.91560.39360.4551
Hunter Lab95.3497-19.649947.9451
CIE-Lab96.3753-14.988363.2718

#fffa75 color RGB value is (255,250,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 01110101
Octal 377 372 165
Decimal 255 250 117
Hex FF FA 75

RGB Percentages of Color #fffa75

%41.00
%40.19
%18.81

CMYK Percentages of Color #fffa75

%0
%2
%54
%0

Triadic Colors of #fffa75

#fffa75 #75fffa #fa75ff

Analogous Colors of #fffa75

#fffa75 #bfff75 #ffb575

Monochromatic Colors of #fffa75

#fffa75

Complementary Color

#fffa75 #757aff

#fffa75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffa75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffa75 Color CSS Codes

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

#fffa75 Text Font Color

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

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


#fffa75 Background Color

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

This div background color is #fffa75


#fffa75 Border Color

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

This div border color is #fffa75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffa75

Related Colors


Comments

No comments written yet.

Please login to write comment.