Color Hex Logo

#ffc52e Color Hex

#FFC52E
(255,197,46)
0 Favorites   0 Comments

Color spaces of #ffc52e

RGB 25519746
HSL0.121.000.59
HSV43°82°100°
CMYK 0.000.230.82   0.00
XYZ61.699461.389811.1823
Yxy61.38980.45950.4572
Hunter Lab78.35163.447646.3843
CIE-Lab82.58787.982276.3192

#ffc52e color RGB value is (255,197,46).

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

The process color (four color CMYK) of #ffc52e color hex is 0.00, 0.23, 0.82, 0.00. Web safe color of #ffc52e is #ffcc33. Color #ffc52e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 00101110
Octal 377 305 56
Decimal 255 197 46
Hex FF C5 2E

RGB Percentages of Color #ffc52e

%51.20
%39.56
%9.24

CMYK Percentages of Color #ffc52e

%0
%23
%82
%0

Triadic Colors of #ffc52e

#ffc52e #2effc5 #c52eff

Analogous Colors of #ffc52e

#ffc52e #d1ff2e #ff5d2e

Monochromatic Colors of #ffc52e

#ffc52e

Complementary Color

#ffc52e #2e68ff

#ffc52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc52e Color CSS Codes

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

#ffc52e Text Font Color

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

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


#ffc52e Background Color

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

This div background color is #ffc52e


#ffc52e Border Color

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

This div border color is #ffc52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc52e

#ffc52e Color Palettes


Comments

No comments written yet.

Please login to write comment.