Color Hex Logo

#ffcc00 Color Hex

#FFCC00
(255,204,0)
64 Favorites   5 Comments

Color spaces of #ffcc00

RGB 2552040
HSL0.131.000.50
HSV48°100°100°
CMYK 0.000.201.00   0.00
XYZ62.832964.44579.1276
Yxy64.44570.46060.4725
Hunter Lab80.2781-0.776449.4534
CIE-Lab84.19733.680185.2229

#ffcc00 color RGB value is (255,204,0). This hex color code is also a web safe color which is equal to #FC0.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 00000000
Octal 377 314 0
Decimal 255 204 0
Hex FF CC 0

RGB Percentages of Color #ffcc00

%55.56
%44.44
%0.00

CMYK Percentages of Color #ffcc00

%0
%20
%100
%0

Triadic Colors of #ffcc00

#ffcc00 #00ffcc #cc00ff

Analogous Colors of #ffcc00

#ffcc00 #b3ff00 #ff4c00

Monochromatic Colors of #ffcc00

#ffcc00

Complementary Color

#ffcc00 #0033ff

#ffcc00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc00 Color CSS Codes

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

#ffcc00 Text Font Color

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

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


#ffcc00 Background Color

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

This div background color is #ffcc00


#ffcc00 Border Color

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

This div border color is #ffcc00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc00

Related Colors


Comments

11 Jun 2021, 20:40 Sharky703

ikea yellow is ffda1a

12 Jun 2017, 11:07 lemon

apparently this is the offical IKEA yellow?

9 Mar 2017, 8:46 Squishling

This is 1/3 of my favourite colors

12 Dec 2016, 19:28 elliottplack

This is the official color of Towson University. Here's the brand standard: https://www.towson.edu/universitymarketing/brand/standards/color.html

29 Mar 2013, 14:12 (guest)

It's a little richer in a deeper tone than yellow mustard. I love this color. GOLDEN YELLOW MUSTARD

Please login to write comment.