Color Hex Logo

#ffc500 Color Hex

#FFC500
(255,197,0)
4 Favorites   0 Comments

Color spaces of #ffc500

RGB 2551970
HSL0.131.000.50
HSV46°100°100°
CMYK 0.000.231.00   0.00
XYZ61.206361.19258.5854
Yxy61.19250.46730.4672
Hunter Lab78.22562.769448.2508
CIE-Lab82.48217.281584.0344

#ffc500 color RGB value is (255,197,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 00000000
Octal 377 305 0
Decimal 255 197 0
Hex FF C5 0

RGB Percentages of Color #ffc500

%56.42
%43.58
%0.00

CMYK Percentages of Color #ffc500

%0
%23
%100
%0

Triadic Colors of #ffc500

#ffc500 #00ffc5 #c500ff

Analogous Colors of #ffc500

#ffc500 #baff00 #ff4600

Monochromatic Colors of #ffc500

#ffc500

Complementary Color

#ffc500 #003aff

#ffc500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc500 Color CSS Codes

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

#ffc500 Text Font Color

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

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


#ffc500 Background Color

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

This div background color is #ffc500


#ffc500 Border Color

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

This div border color is #ffc500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc500


Comments

No comments written yet.

Please login to write comment.