Color Hex Logo

#ffc24b Color Hex

#FFC24B
(255,194,75)
0 Favorites   0 Comments

Color spaces of #ffc24b

RGB 25519475
HSL0.111.000.65
HSV40°71°100°
CMYK 0.000.240.71   0.00
XYZ61.801860.351615.0483
Yxy60.35160.45040.4399
Hunter Lab77.68636.051142.8956
CIE-Lab82.028910.630765.6110

#ffc24b color RGB value is (255,194,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 01001011
Octal 377 302 113
Decimal 255 194 75
Hex FF C2 4B

RGB Percentages of Color #ffc24b

%48.66
%37.02
%14.31

CMYK Percentages of Color #ffc24b

%0
%24
%71
%0

Triadic Colors of #ffc24b

#ffc24b #4bffc2 #c24bff

Analogous Colors of #ffc24b

#ffc24b #e2ff4b #ff684b

Monochromatic Colors of #ffc24b

#ffc24b

Complementary Color

#ffc24b #4b88ff

#ffc24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc24b Color CSS Codes

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

#ffc24b Text Font Color

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

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


#ffc24b Background Color

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

This div background color is #ffc24b


#ffc24b Border Color

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

This div border color is #ffc24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc24b


Comments

No comments written yet.

Please login to write comment.