Color Hex Logo

#fff95a Color Hex

#FFF95A
(255,249,90)
0 Favorites   0 Comments

Color spaces of #fff95a

RGB 25524990
HSL0.161.000.68
HSV58°65°100°
CMYK 0.000.020.65   0.00
XYZ76.961189.749522.9400
Yxy89.74950.40580.4732
Hunter Lab94.7362-20.779951.9585
CIE-Lab95.8928-16.266073.9110

#fff95a color RGB value is (255,249,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 01011010
Octal 377 371 132
Decimal 255 249 90
Hex FF F9 5A

RGB Percentages of Color #fff95a

%42.93
%41.92
%15.15

CMYK Percentages of Color #fff95a

%0
%2
%65
%0

Triadic Colors of #fff95a

#fff95a #5afff9 #f95aff

Analogous Colors of #fff95a

#fff95a #b3ff5a #ffa75a

Monochromatic Colors of #fff95a

#fff95a

Complementary Color

#fff95a #5a60ff

#fff95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff95a Color CSS Codes

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

#fff95a Text Font Color

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

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


#fff95a Background Color

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

This div background color is #fff95a


#fff95a Border Color

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

This div border color is #fff95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff95a

Related Colors


Comments

No comments written yet.

Please login to write comment.