Color Hex Logo

#fff016 Color Hex

#FFF016
(255,240,22)
0 Favorites   0 Comments

Color spaces of #fff016

RGB 25524022
HSL0.161.000.54
HSV56°91°100°
CMYK 0.000.060.91   0.00
XYZ72.544983.638113.0793
Yxy83.63810.42860.4941
Hunter Lab91.4539-18.450955.5383
CIE-Lab93.2931-14.150689.7543

#fff016 color RGB value is (255,240,22).

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

The process color (four color CMYK) of #fff016 color hex is 0.00, 0.06, 0.91, 0.00. Web safe color of #fff016 is #ffff00. Color #fff016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 00010110
Octal 377 360 26
Decimal 255 240 22
Hex FF F0 16

RGB Percentages of Color #fff016

%49.32
%46.42
%4.26

CMYK Percentages of Color #fff016

%0
%6
%91
%0

Triadic Colors of #fff016

#fff016 #16fff0 #f016ff

Analogous Colors of #fff016

#fff016 #9aff16 #ff7c16

Monochromatic Colors of #fff016

#fff016

Complementary Color

#fff016 #1625ff

#fff016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff016 Color CSS Codes

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

#fff016 Text Font Color

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

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


#fff016 Background Color

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

This div background color is #fff016


#fff016 Border Color

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

This div border color is #fff016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff016

Related Colors


Comments

No comments written yet.

Please login to write comment.