Color Hex Logo

#ffc200 Color Hex

#FFC200
(255,194,0)
4 Favorites   1 Comments

Color spaces of #ffc200

RGB 2551940
HSL0.131.000.50
HSV46°100°100°
CMYK 0.000.241.00   0.00
XYZ60.531859.84368.3606
Yxy59.84360.47020.4649
Hunter Lab77.35864.295547.7432
CIE-Lab81.75318.831983.5326

#ffc200 color RGB value is (255,194,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 00000000
Octal 377 302 0
Decimal 255 194 0
Hex FF C2 0

RGB Percentages of Color #ffc200

%56.79
%43.21
%0.00

CMYK Percentages of Color #ffc200

%0
%24
%100
%0

Triadic Colors of #ffc200

#ffc200 #00ffc2 #c200ff

Analogous Colors of #ffc200

#ffc200 #bdff00 #ff4300

Monochromatic Colors of #ffc200

#ffc200

Complementary Color

#ffc200 #003dff

#ffc200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc200 Color CSS Codes

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

#ffc200 Text Font Color

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

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


#ffc200 Background Color

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

This div background color is #ffc200


#ffc200 Border Color

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

This div border color is #ffc200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc200

Related Colors


Comments

20 Jun 2020, 14:40 alonsopro

amber.

Please login to write comment.