Color Hex Logo

#ffc62d Color Hex

#FFC62D
(255,198,45)
0 Favorites   0 Comments

Color spaces of #ffc62d

RGB 25519845
HSL0.121.000.59
HSV44°82°100°
CMYK 0.000.220.82   0.00
XYZ61.907761.837611.1556
Yxy61.83760.45890.4584
Hunter Lab78.63692.911446.6348
CIE-Lab82.82707.438176.8061

#ffc62d color RGB value is (255,198,45).

#ffc62d hex color red value is 255, green value is 198 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ffc62d hue: 0.12 , saturation: 1.00 and the lightness value of ffc62d is 0.59.

The process color (four color CMYK) of #ffc62d color hex is 0.00, 0.22, 0.82, 0.00. Web safe color of #ffc62d is #ffcc33. Color #ffc62d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 00101101
Octal 377 306 55
Decimal 255 198 45
Hex FF C6 2D

RGB Percentages of Color #ffc62d

%51.20
%39.76
%9.04

CMYK Percentages of Color #ffc62d

%0
%22
%82
%0

Triadic Colors of #ffc62d

#ffc62d #2dffc6 #c62dff

Analogous Colors of #ffc62d

#ffc62d #cfff2d #ff5d2d

Monochromatic Colors of #ffc62d

#ffc62d

Complementary Color

#ffc62d #2d66ff

#ffc62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc62d Color CSS Codes

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

#ffc62d Text Font Color

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

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


#ffc62d Background Color

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

This div background color is #ffc62d


#ffc62d Border Color

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

This div border color is #ffc62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc62d

Related Colors


Comments

No comments written yet.

Please login to write comment.