color codes Logo

#ffca1e color codes

#FFCA1E
(255,202,30)
0 Favorites   0 Comments

Color spaces of #ffca1e

RGB 25520230
HSL0.131.000.56
HSV46°88°100°
CMYK 0.000.210.88   0.00
XYZ62.594963.594810.2042
Yxy63.59480.45890.4663
Hunter Lab79.74630.553048.2358
CIE-Lab83.75445.038681.1449

#ffca1e color RGB value is (255,202,30).

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

The process color (four color CMYK) of #ffca1e color code is 0.00, 0.21, 0.88, 0.00. Web safe color of #ffca1e is #ffcc33. Color #ffca1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00011110
Octal 377 312 36
Decimal 255 202 30
Hex FF CA 1E

RGB Percentages of Color #ffca1e

%52.36
%41.48
%6.16

CMYK Percentages of Color #ffca1e

%0
%21
%88
%0

Triadic Colors of #ffca1e

#ffca1e #1effca #ca1eff

Analogous Colors of #ffca1e

#ffca1e #c4ff1e #ff5a1e

Monochromatic Colors of #ffca1e

#ffca1e

Complementary Color

#ffca1e #1e53ff

#ffca1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca1e Color CSS Codes

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

#ffca1e Text Font Color

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

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


#ffca1e Background Color

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

This div background color is #ffca1e


#ffca1e Border Color

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

This div border color is #ffca1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca1e

Related Colors


Comments

No comments written yet.

Please login to write comment.