Color Hex Logo

#ffc602 Color Hex

#FFC602
(255,198,2)
0 Favorites   0 Comments

Color spaces of #ffc602

RGB 2551982
HSL0.131.000.50
HSV46°99°100°
CMYK 0.000.220.99   0.00
XYZ61.445061.65258.7191
Yxy61.65250.46610.4677
Hunter Lab78.51912.276548.3796
CIE-Lab82.72836.781184.0159

#ffc602 color RGB value is (255,198,2).

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

The process color (four color CMYK) of #ffc602 color hex is 0.00, 0.22, 0.99, 0.00. Web safe color of #ffc602 is #ffcc00. Color #ffc602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 00000010
Octal 377 306 2
Decimal 255 198 2
Hex FF C6 2

RGB Percentages of Color #ffc602

%56.04
%43.52
%0.44

CMYK Percentages of Color #ffc602

%0
%22
%99
%0

Triadic Colors of #ffc602

#ffc602 #02ffc6 #c602ff

Analogous Colors of #ffc602

#ffc602 #baff02 #ff4702

Monochromatic Colors of #ffc602

#ffc602

Complementary Color

#ffc602 #023bff

#ffc602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc602 Color CSS Codes

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

#ffc602 Text Font Color

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

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


#ffc602 Background Color

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

This div background color is #ffc602


#ffc602 Border Color

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

This div border color is #ffc602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc602

Related Colors

#ffc602 Color Palettes


Comments

No comments written yet.

Please login to write comment.