Color Hex Logo

#ffca4a Color Hex

#FFCA4A
(255,202,74)
1 Favorites   0 Comments

Color spaces of #ffca4a

RGB 25520274
HSL0.121.000.65
HSV42°71°100°
CMYK 0.000.210.71   0.00
XYZ63.596663.995515.4790
Yxy63.99550.44450.4473
Hunter Lab79.99721.909844.5258
CIE-Lab83.96346.445767.9691

#ffca4a color RGB value is (255,202,74).

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

The process color (four color CMYK) of #ffca4a color hex is 0.00, 0.21, 0.71, 0.00. Web safe color of #ffca4a is #ffcc33. Color #ffca4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 01001010
Octal 377 312 112
Decimal 255 202 74
Hex FF CA 4A

RGB Percentages of Color #ffca4a

%48.02
%38.04
%13.94

CMYK Percentages of Color #ffca4a

%0
%21
%71
%0

Triadic Colors of #ffca4a

#ffca4a #4affca #ca4aff

Analogous Colors of #ffca4a

#ffca4a #daff4a #ff704a

Monochromatic Colors of #ffca4a

#ffca4a

Complementary Color

#ffca4a #4a7fff

#ffca4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca4a Color CSS Codes

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

#ffca4a Text Font Color

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

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


#ffca4a Background Color

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

This div background color is #ffca4a


#ffca4a Border Color

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

This div border color is #ffca4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca4a

Related Colors

#ffca4a Color Palettes


Comments

No comments written yet.

Please login to write comment.