Color Hex Logo

#f9cd32 Color Hex

#F9CD32
(249,205,50)
0 Favorites   0 Comments

Color spaces of #f9cd32

RGB 24920550
HSL0.130.940.59
HSV47°80°98°
CMYK 0.000.180.80   0.02
XYZ61.474064.032712.1371
Yxy64.03270.44660.4652
Hunter Lab80.0204-2.906947.0215
CIE-Lab83.98281.441776.1310

#f9cd32 color RGB value is (249,205,50).

#f9cd32 hex color red value is 249, green value is 205 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #f9cd32 hue: 0.13 , saturation: 0.94 and the lightness value of f9cd32 is 0.59.

The process color (four color CMYK) of #f9cd32 color hex is 0.00, 0.18, 0.80, 0.02. Web safe color of #f9cd32 is #ffcc33. Color #f9cd32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001101 00110010
Octal 371 315 62
Decimal 249 205 50
Hex F9 CD 32

RGB Percentages of Color #f9cd32

%49.40
%40.67
%9.92

CMYK Percentages of Color #f9cd32

%0
%18
%80
%2

Triadic Colors of #f9cd32

#f9cd32 #32f9cd #cd32f9

Analogous Colors of #f9cd32

#f9cd32 #c2f932 #f96a32

Monochromatic Colors of #f9cd32

#f9cd32

Complementary Color

#f9cd32 #325ef9

#f9cd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cd32 Color CSS Codes

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

#f9cd32 Text Font Color

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

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


#f9cd32 Background Color

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

This div background color is #f9cd32


#f9cd32 Border Color

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

This div border color is #f9cd32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,205,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9cd32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9cd32;
  -webkit-box-shadow: 1px 1px 3px 2px #f9cd32;
  box-shadow:         1px 1px 3px 2px #f9cd32; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,205,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cd32

Related Colors


Comments

No comments written yet.

Please login to write comment.