Color Hex Logo

#fffe0a Color Hex

#FFFE0A
(255,254,10)
0 Favorites   0 Comments

Color spaces of #fffe0a

RGB 25525410
HSL0.171.000.52
HSV60°96°100°
CMYK 0.000.000.96   0.00
XYZ76.736692.165514.0324
Yxy92.16550.41950.5038
Hunter Lab96.0029-25.327258.5358
CIE-Lab96.8879-21.009093.6113

#fffe0a color RGB value is (255,254,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 00001010
Octal 377 376 12
Decimal 255 254 10
Hex FF FE A

RGB Percentages of Color #fffe0a

%49.13
%48.94
%1.93

CMYK Percentages of Color #fffe0a

%0
%0
%96
%0

Triadic Colors of #fffe0a

#fffe0a #0afffe #fe0aff

Analogous Colors of #fffe0a

#fffe0a #86ff0a #ff840a

Monochromatic Colors of #fffe0a

#fffe0a

Complementary Color

#fffe0a #0a0bff

#fffe0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffe0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffe0a Color CSS Codes

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

#fffe0a Text Font Color

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

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


#fffe0a Background Color

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

This div background color is #fffe0a


#fffe0a Border Color

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

This div border color is #fffe0a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,254,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 #fffe0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffe0a

#fffe0a Color Palettes


Comments

No comments written yet.

Please login to write comment.