Color Hex Logo

#fdca1a Color Hex

#FDCA1A
(253,202,26)
0 Favorites   0 Comments

Color spaces of #fdca1a

RGB 25320226
HSL0.130.980.55
HSV47°90°99°
CMYK 0.000.200.90   0.01
XYZ61.815063.19839.9178
Yxy63.19830.45810.4684
Hunter Lab79.4974-0.323648.2513
CIE-Lab83.54664.119881.6447

#fdca1a color RGB value is (253,202,26).

#fdca1a hex color red value is 253, green value is 202 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fdca1a hue: 0.13 , saturation: 0.98 and the lightness value of fdca1a is 0.55.

The process color (four color CMYK) of #fdca1a color hex is 0.00, 0.20, 0.90, 0.01. Web safe color of #fdca1a is #ffcc33. Color #fdca1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 00011010
Octal 375 312 32
Decimal 253 202 26
Hex FD CA 1A

RGB Percentages of Color #fdca1a

%52.60
%42.00
%5.41

CMYK Percentages of Color #fdca1a

%0
%20
%90
%1

Triadic Colors of #fdca1a

#fdca1a #1afdca #ca1afd

Analogous Colors of #fdca1a

#fdca1a #bffd1a #fd591a

Monochromatic Colors of #fdca1a

#fdca1a

Complementary Color

#fdca1a #1a4dfd

#fdca1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca1a Color CSS Codes

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

#fdca1a Text Font Color

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

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


#fdca1a Background Color

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

This div background color is #fdca1a


#fdca1a Border Color

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

This div border color is #fdca1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca1a


Comments

No comments written yet.

Please login to write comment.