Color Hex Logo

#ffc920 Color Hex

#FFC920
(255,201,32)
0 Favorites   0 Comments

Color spaces of #ffc920

RGB 25520132
HSL0.131.000.56
HSV45°87°100°
CMYK 0.000.210.87   0.00
XYZ62.387463.137610.2651
Yxy63.13760.45940.4650
Hunter Lab79.45921.095847.9619
CIE-Lab83.51475.590380.5513

#ffc920 color RGB value is (255,201,32).

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

The process color (four color CMYK) of #ffc920 color hex is 0.00, 0.21, 0.87, 0.00. Web safe color of #ffc920 is #ffcc33. Color #ffc920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 00100000
Octal 377 311 40
Decimal 255 201 32
Hex FF C9 20

RGB Percentages of Color #ffc920

%52.25
%41.19
%6.56

CMYK Percentages of Color #ffc920

%0
%21
%87
%0

Triadic Colors of #ffc920

#ffc920 #20ffc9 #c920ff

Analogous Colors of #ffc920

#ffc920 #c6ff20 #ff5a20

Monochromatic Colors of #ffc920

#ffc920

Complementary Color

#ffc920 #2056ff

#ffc920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc920 Color CSS Codes

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

#ffc920 Text Font Color

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

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


#ffc920 Background Color

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

This div background color is #ffc920


#ffc920 Border Color

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

This div border color is #ffc920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc920

#ffc920 Color Palettes


Comments

No comments written yet.

Please login to write comment.