Color Hex Logo

#fff000 Color Hex

#FFF000
(255,240,0)
7 Favorites   2 Comments

Color spaces of #fff000

RGB 2552400
HSL0.161.000.50
HSV56°100°100°
CMYK 0.000.061.00   0.00
XYZ72.400183.580212.3167
Yxy83.58020.43020.4966
Hunter Lab91.4222-18.629156.0078
CIE-Lab93.2679-14.346191.6673

#fff000 color RGB value is (255,240,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 00000000
Octal 377 360 0
Decimal 255 240 0
Hex FF F0 0

RGB Percentages of Color #fff000

%51.52
%48.48
%0.00

CMYK Percentages of Color #fff000

%0
%6
%100
%0

Triadic Colors of #fff000

#fff000 #00fff0 #f000ff

Analogous Colors of #fff000

#fff000 #8fff00 #ff7100

Monochromatic Colors of #fff000

#fff000

Complementary Color

#fff000 #000fff

#fff000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff000 Color CSS Codes

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

#fff000 Text Font Color

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

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


#fff000 Background Color

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

This div background color is #fff000


#fff000 Border Color

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

This div border color is #fff000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff000

Related Colors


Comments

8 Dec 2023, 21:18 Castiel

yella

28 Sep 2023, 3:52 s0ndee

yellor

Please login to write comment.