Color Hex Logo

#ffca62 Color Hex

#FFCA62
(255,202,98)
0 Favorites   0 Comments

Color spaces of #ffca62

RGB 25520298
HSL0.111.000.69
HSV40°62°100°
CMYK 0.000.210.62   0.00
XYZ64.565164.382920.5795
Yxy64.38290.43180.4306
Hunter Lab80.23903.213740.9607
CIE-Lab84.16477.786857.9208

#ffca62 color RGB value is (255,202,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 01100010
Octal 377 312 142
Decimal 255 202 98
Hex FF CA 62

RGB Percentages of Color #ffca62

%45.95
%36.40
%17.66

CMYK Percentages of Color #ffca62

%0
%21
%62
%0

Triadic Colors of #ffca62

#ffca62 #62ffca #ca62ff

Analogous Colors of #ffca62

#ffca62 #e6ff62 #ff7c62

Monochromatic Colors of #ffca62

#ffca62

Complementary Color

#ffca62 #6297ff

#ffca62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca62 Color CSS Codes

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

#ffca62 Text Font Color

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

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


#ffca62 Background Color

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

This div background color is #ffca62


#ffca62 Border Color

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

This div border color is #ffca62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca62

#ffca62 Color Palettes


Comments

No comments written yet.

Please login to write comment.