Color Hex Logo

#fdc22f Color Hex

#FDC22F
(253,194,47)
0 Favorites   0 Comments

Color spaces of #fdc22f

RGB 25319447
HSL0.120.980.59
HSV43°81°99°
CMYK 0.000.230.81   0.01
XYZ60.312959.671511.0282
Yxy59.67150.46040.4555
Hunter Lab77.24734.185845.6086
CIE-Lab81.65938.717075.1504

#fdc22f color RGB value is (253,194,47).

#fdc22f hex color red value is 253, green value is 194 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fdc22f hue: 0.12 , saturation: 0.98 and the lightness value of fdc22f is 0.59.

The process color (four color CMYK) of #fdc22f color hex is 0.00, 0.23, 0.81, 0.01. Web safe color of #fdc22f is #ffcc33. Color #fdc22f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 00101111
Octal 375 302 57
Decimal 253 194 47
Hex FD C2 2F

RGB Percentages of Color #fdc22f

%51.21
%39.27
%9.51

CMYK Percentages of Color #fdc22f

%0
%23
%81
%1

Triadic Colors of #fdc22f

#fdc22f #2ffdc2 #c22ffd

Analogous Colors of #fdc22f

#fdc22f #d1fd2f #fd5b2f

Monochromatic Colors of #fdc22f

#fdc22f

Complementary Color

#fdc22f #2f6afd

#fdc22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc22f Color CSS Codes

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

#fdc22f Text Font Color

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

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


#fdc22f Background Color

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

This div background color is #fdc22f


#fdc22f Border Color

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

This div border color is #fdc22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc22f

Related Colors


Comments

No comments written yet.

Please login to write comment.