Color Hex Logo

#ffc22a Color Hex

#FFC22A
(255,194,42)
0 Favorites   0 Comments

Color spaces of #ffc22a

RGB 25519442
HSL0.121.000.58
HSV43°84°100°
CMYK 0.000.240.84   0.00
XYZ60.949760.010710.5613
Yxy60.01070.46340.4563
Hunter Lab77.46664.875046.1434
CIE-Lab81.84409.427876.8036

#ffc22a color RGB value is (255,194,42).

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

The process color (four color CMYK) of #ffc22a color hex is 0.00, 0.24, 0.84, 0.00. Web safe color of #ffc22a is #ffcc33. Color #ffc22a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 00101010
Octal 377 302 52
Decimal 255 194 42
Hex FF C2 2A

RGB Percentages of Color #ffc22a

%51.93
%39.51
%8.55

CMYK Percentages of Color #ffc22a

%0
%24
%84
%0

Triadic Colors of #ffc22a

#ffc22a #2affc2 #c22aff

Analogous Colors of #ffc22a

#ffc22a #d2ff2a #ff572a

Monochromatic Colors of #ffc22a

#ffc22a

Complementary Color

#ffc22a #2a67ff

#ffc22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc22a Color CSS Codes

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

#ffc22a Text Font Color

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

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


#ffc22a Background Color

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

This div background color is #ffc22a


#ffc22a Border Color

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

This div border color is #ffc22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc22a


Comments

No comments written yet.

Please login to write comment.