Color Hex Logo

#ffca15 Color Hex

#FFCA15
(255,202,21)
0 Favorites   0 Comments

Color spaces of #ffca15

RGB 25520221
HSL0.131.000.54
HSV46°92°100°
CMYK 0.000.210.92   0.00
XYZ62.495963.55529.6830
Yxy63.55520.46040.4682
Hunter Lab79.72150.418448.6037
CIE-Lab83.73364.898482.6830

#ffca15 color RGB value is (255,202,21).

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

The process color (four color CMYK) of #ffca15 color hex is 0.00, 0.21, 0.92, 0.00. Web safe color of #ffca15 is #ffcc00. Color #ffca15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00010101
Octal 377 312 25
Decimal 255 202 21
Hex FF CA 15

RGB Percentages of Color #ffca15

%53.35
%42.26
%4.39

CMYK Percentages of Color #ffca15

%0
%21
%92
%0

Triadic Colors of #ffca15

#ffca15 #15ffca #ca15ff

Analogous Colors of #ffca15

#ffca15 #bfff15 #ff5515

Monochromatic Colors of #ffca15

#ffca15

Complementary Color

#ffca15 #154aff

#ffca15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca15 Color CSS Codes

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

#ffca15 Text Font Color

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

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


#ffca15 Background Color

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

This div background color is #ffca15


#ffca15 Border Color

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

This div border color is #ffca15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca15

Related Colors


Comments

No comments written yet.

Please login to write comment.