Color Hex Logo

#fff960 Color Hex

#FFF960
(255,249,96)
0 Favorites   0 Comments

Color spaces of #fff960

RGB 25524996
HSL0.161.000.69
HSV58°62°100°
CMYK 0.000.020.62   0.00
XYZ77.227089.855924.3400
Yxy89.85590.40340.4694
Hunter Lab94.7924-20.463351.1306
CIE-Lab95.9370-15.920471.6139

#fff960 color RGB value is (255,249,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 01100000
Octal 377 371 140
Decimal 255 249 96
Hex FF F9 60

RGB Percentages of Color #fff960

%42.50
%41.50
%16.00

CMYK Percentages of Color #fff960

%0
%2
%62
%0

Triadic Colors of #fff960

#fff960 #60fff9 #f960ff

Analogous Colors of #fff960

#fff960 #b6ff60 #ffaa60

Monochromatic Colors of #fff960

#fff960

Complementary Color

#fff960 #6066ff

#fff960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff960 Color CSS Codes

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

#fff960 Text Font Color

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

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


#fff960 Background Color

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

This div background color is #fff960


#fff960 Border Color

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

This div border color is #fff960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff960

Related Colors


Comments

No comments written yet.

Please login to write comment.