Color Hex Logo

#fff00a Color Hex

#FFF00A
(255,240,10)
0 Favorites   0 Comments

Color spaces of #fff00a

RGB 25524010
HSL0.161.000.52
HSV56°96°100°
CMYK 0.000.060.96   0.00
XYZ72.454983.602112.6052
Yxy83.60210.42960.4957
Hunter Lab91.4342-18.561655.8302
CIE-Lab93.2774-14.272090.9343

#fff00a color RGB value is (255,240,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 00001010
Octal 377 360 12
Decimal 255 240 10
Hex FF F0 A

RGB Percentages of Color #fff00a

%50.50
%47.52
%1.98

CMYK Percentages of Color #fff00a

%0
%6
%96
%0

Triadic Colors of #fff00a

#fff00a #0afff0 #f00aff

Analogous Colors of #fff00a

#fff00a #94ff0a #ff760a

Monochromatic Colors of #fff00a

#fff00a

Complementary Color

#fff00a #0a19ff

#fff00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff00a Color CSS Codes

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

#fff00a Text Font Color

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

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


#fff00a Background Color

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

This div background color is #fff00a


#fff00a Border Color

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

This div border color is #fff00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff00a

Related Colors


Comments

No comments written yet.

Please login to write comment.