COLOR #FFF000

HEX: #FFF000 RGB: (255,240,0)

Color info

#FFF000 contains only red and green colors. Web safe color of #FFF000 is #FFFF00 (or #FF0).

RGB color model

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

RGB: (255,240,0) (100%, 94%, 0%)

RGB channels and saturation

R 255 of 255 = 100%
G 240 of 255 = 94%
B 0 of 255 = 0%

255
240
0

R + G + B ~ 65%. #FFF000 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 240 + 0 = 495 (100%)
R 255 of 495 ~ 51.52%
G 240 of 495 ~ 48.48%
B 0 of 495 ~ 0'%

%51.52
%48.48

CMYK color model

#FFF000 color CMYK value is (0,6,100,0).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 100.00%
  • key color value is 0.00%

CMYK: (0,6,100,0)
C0M6Y100K0 (0%, 6%, 100%, 0%)
(0.00 / 0.06 / 1.00 / 0.00)

CMYK percentages

%0
%5.88
%100
%0

Codes

Color #FFF000 in popluar color models

FF F0 00
RGB 255 240 0
HSL 56° 100.00% 50.00%
HSB/HSV 56° 100.00% 100.00%
CMYK 0.00% 5.88% 100.00%
0.00%

Color #FFF000 in popluar number systems.

HEX FF F0 00
Decimal 255 240 0
Binary 11111111 11110000 0
Octal 377 360 0

Shades and tints

Shades of #FFF000

#FFF000
(255,240,0)
#E8DB00
(232,219,0)
#D1C600
(209,198,0)
#BAB100
(186,177,0)
#A39C00
(163,156,0)
#8C8700
(140,135,0)
#757200
(117,114,0)
#5E5D00
(94,93,0)
#474800
(71,72,0)
#303300
(48,51,0)
#191E00
(25,30,0)
#000000
(0,0,0)

Tints of #FFF000

#FFF000
(255,240,0)
#FFF117
(255,241,23)
#FFF22E
(255,242,46)
#FFF345
(255,243,69)
#FFF45C
(255,244,92)
#FFF573
(255,245,115)
#FFF68A
(255,246,138)
#FFF7A1
(255,247,161)
#FFF8B8
(255,248,184)
#FFF9CF
(255,249,207)
#FFFAE6
(255,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF000 color. Also use rgb(255,240,0) instead hex code.

Text Font Color

.myTextColor { color: #FFF000; }

<p style="color:#FFF000">This sample text font color is #FFF000.</p>

This text font color is #FFF000.

Background Color

.myBgColor { background-color: #FFF000; }

<div style="background-color:#FFF000">Inner text</div>

This div background color is #FFF000.

Border color

.myBorderColor { border: 1px solid #FFF000; }

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

This div border color is #FFF000.

Opacity

.myOpacity80 { color: #FFF000; opacity: 0.8; }

<p style="color:#FFF000;opacity:0.8;">80%</p>

Text with #FFF000 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFF000;}

<p style="text-shadow: 3px 3px 1px #FFF000">Text here.</p>

This text has shadow with #FFF000 color.


.textShadow {text-shadow: 3px 3px 1px #FFF000', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFF000, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFF000 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFF000, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFF000, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFF000 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFF000;
-webkit-box-shadow: 1px 1px 3px 2px #FFF000;
box-shadow: 1px 1px 3px 2px #FFF000;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #FFF000 on black background.


Color preview on white background

This text has color #FFF000 on white background.


Black color preview on #FFF000 background

This text has black color on #FFF000 background.


White color preview on #FFF000 background

This text has white color on #FFF000 background.


Related colors

Complementary color

Complementary color for #hex is #000FFF.


I love getcolorcode.com

Gradients

Color #FFF000 is used in Yellow Rose gradient.

Yellow Rose


Triadic colors

1 #00FFF0 and #F000FF with #FFF000 are triadic colors.

2 #00F0FF and #F0FF00 with #FFF000 are triadic colors.