Color Hex Logo

#fff06a Color Hex

#FFF06A
(255,240,106)
0 Favorites   0 Comments

Color spaces of #fff06a

RGB 255240106
HSL0.151.000.71
HSV54°58°100°
CMYK 0.000.060.58   0.00
XYZ75.001684.620826.0161
Yxy84.62080.40400.4558
Hunter Lab91.9896-15.445847.6245
CIE-Lab93.7195-10.887565.0661

#fff06a color RGB value is (255,240,106).

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

The process color (four color CMYK) of #fff06a color hex is 0.00, 0.06, 0.58, 0.00. Web safe color of #fff06a is #ffff66. Color #fff06a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 01101010
Octal 377 360 152
Decimal 255 240 106
Hex FF F0 6A

RGB Percentages of Color #fff06a

%42.43
%39.93
%17.64

CMYK Percentages of Color #fff06a

%0
%6
%58
%0

Triadic Colors of #fff06a

#fff06a #6afff0 #f06aff

Analogous Colors of #fff06a

#fff06a #c4ff6a #ffa66a

Monochromatic Colors of #fff06a

#fff06a

Complementary Color

#fff06a #6a79ff

#fff06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff06a Color CSS Codes

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

#fff06a Text Font Color

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

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


#fff06a Background Color

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

This div background color is #fff06a


#fff06a Border Color

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

This div border color is #fff06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff06a

Related Colors


Comments

No comments written yet.

Please login to write comment.