Color Hex Logo

#fdc00f Color Hex

#FDC00F
(253,192,15)
0 Favorites   0 Comments

Color spaces of #fdc00f

RGB 25319215
HSL0.120.980.53
HSV45°94°99°
CMYK 0.000.240.94   0.01
XYZ59.443958.61648.6330
Yxy58.61640.46920.4627
Hunter Lab76.56134.608946.9074
CIE-Lab81.08039.139381.4592

#fdc00f color RGB value is (253,192,15).

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

The process color (four color CMYK) of #fdc00f color hex is 0.00, 0.24, 0.94, 0.01. Web safe color of #fdc00f is #ffcc00. Color #fdc00f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 00001111
Octal 375 300 17
Decimal 253 192 15
Hex FD C0 F

RGB Percentages of Color #fdc00f

%55.00
%41.74
%3.26

CMYK Percentages of Color #fdc00f

%0
%24
%94
%1

Triadic Colors of #fdc00f

#fdc00f #0ffdc0 #c00ffd

Analogous Colors of #fdc00f

#fdc00f #c3fd0f #fd490f

Monochromatic Colors of #fdc00f

#fdc00f

Complementary Color

#fdc00f #0f4cfd

#fdc00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc00f Color CSS Codes

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

#fdc00f Text Font Color

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

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


#fdc00f Background Color

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

This div background color is #fdc00f


#fdc00f Border Color

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

This div border color is #fdc00f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc00f


Comments

No comments written yet.

Please login to write comment.