Color Hex Logo

#f9cd4b Color Hex

#F9CD4B
(249,205,75)
0 Favorites   0 Comments

Color spaces of #f9cd4b

RGB 24920575
HSL0.120.940.64
HSV45°70°98°
CMYK 0.000.180.70   0.02
XYZ62.168264.310415.7931
Yxy64.31040.43700.4520
Hunter Lab80.1938-1.961544.4593
CIE-Lab84.12712.441167.5500

#f9cd4b color RGB value is (249,205,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001101 01001011
Octal 371 315 113
Decimal 249 205 75
Hex F9 CD 4B

RGB Percentages of Color #f9cd4b

%47.07
%38.75
%14.18

CMYK Percentages of Color #f9cd4b

%0
%18
%70
%2

Triadic Colors of #f9cd4b

#f9cd4b #4bf9cd #cd4bf9

Analogous Colors of #f9cd4b

#f9cd4b #cef94b #f9764b

Monochromatic Colors of #f9cd4b

#f9cd4b

Complementary Color

#f9cd4b #4b77f9

#f9cd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cd4b Color CSS Codes

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

#f9cd4b Text Font Color

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

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


#f9cd4b Background Color

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

This div background color is #f9cd4b


#f9cd4b Border Color

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

This div border color is #f9cd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cd4b


Comments

No comments written yet.

Please login to write comment.