Color Hex Logo

#ffc24a Color Hex

#FFC24A
(255,194,74)
0 Favorites   0 Comments

Color spaces of #ffc24a

RGB 25519474
HSL0.111.000.65
HSV40°71°100°
CMYK 0.000.240.71   0.00
XYZ61.767860.338014.8694
Yxy60.33800.45090.4405
Hunter Lab77.67756.004343.0247
CIE-Lab82.021610.583066.0097

#ffc24a color RGB value is (255,194,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 01001010
Octal 377 302 112
Decimal 255 194 74
Hex FF C2 4A

RGB Percentages of Color #ffc24a

%48.76
%37.09
%14.15

CMYK Percentages of Color #ffc24a

%0
%24
%71
%0

Triadic Colors of #ffc24a

#ffc24a #4affc2 #c24aff

Analogous Colors of #ffc24a

#ffc24a #e2ff4a #ff684a

Monochromatic Colors of #ffc24a

#ffc24a

Complementary Color

#ffc24a #4a87ff

#ffc24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc24a Color CSS Codes

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

#ffc24a Text Font Color

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

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


#ffc24a Background Color

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

This div background color is #ffc24a


#ffc24a Border Color

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

This div border color is #ffc24a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,194,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 #ffc24a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc24a

#ffc24a Color Palettes


Comments

No comments written yet.

Please login to write comment.