Color Hex Logo

#ffc062 Color Hex

#FFC062
(255,192,98)
0 Favorites   0 Comments

Color spaces of #ffc062

RGB 25519298
HSL0.101.000.69
HSV36°62°100°
CMYK 0.000.250.62   0.00
XYZ62.294259.841119.8225
Yxy59.84110.43880.4215
Hunter Lab77.35708.368038.9570
CIE-Lab81.751712.972955.1854

#ffc062 color RGB value is (255,192,98).

#ffc062 hex color red value is 255, green value is 192 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ffc062 hue: 0.10 , saturation: 1.00 and the lightness value of ffc062 is 0.69.

The process color (four color CMYK) of #ffc062 color hex is 0.00, 0.25, 0.62, 0.00. Web safe color of #ffc062 is #ffcc66. Color #ffc062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 01100010
Octal 377 300 142
Decimal 255 192 98
Hex FF C0 62

RGB Percentages of Color #ffc062

%46.79
%35.23
%17.98

CMYK Percentages of Color #ffc062

%0
%25
%62
%0

Triadic Colors of #ffc062

#ffc062 #62ffc0 #c062ff

Analogous Colors of #ffc062

#ffc062 #f0ff62 #ff7262

Monochromatic Colors of #ffc062

#ffc062

Complementary Color

#ffc062 #62a1ff

#ffc062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc062 Color CSS Codes

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

#ffc062 Text Font Color

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

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


#ffc062 Background Color

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

This div background color is #ffc062


#ffc062 Border Color

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

This div border color is #ffc062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc062


Comments

No comments written yet.

Please login to write comment.