Color Hex Logo

#ffc50d Color Hex

#FFC50D
(255,197,13)
0 Favorites   0 Comments

Color spaces of #ffc50d

RGB 25519713
HSL0.131.000.53
HSV46°95°100°
CMYK 0.000.230.95   0.00
XYZ61.278961.22168.9680
Yxy61.22160.46610.4657
Hunter Lab78.24422.869347.9754
CIE-Lab82.49777.384982.8058

#ffc50d color RGB value is (255,197,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 00001101
Octal 377 305 15
Decimal 255 197 13
Hex FF C5 D

RGB Percentages of Color #ffc50d

%54.84
%42.37
%2.80

CMYK Percentages of Color #ffc50d

%0
%23
%95
%0

Triadic Colors of #ffc50d

#ffc50d #0dffc5 #c50dff

Analogous Colors of #ffc50d

#ffc50d #c0ff0d #ff4c0d

Monochromatic Colors of #ffc50d

#ffc50d

Complementary Color

#ffc50d #0d47ff

#ffc50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc50d Color CSS Codes

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

#ffc50d Text Font Color

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

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


#ffc50d Background Color

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

This div background color is #ffc50d


#ffc50d Border Color

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

This div border color is #ffc50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc50d

Related Colors


Comments

No comments written yet.

Please login to write comment.