Color Hex Logo

#fca10d Color Hex

#FCA10D
(252,161,13)
0 Favorites   0 Comments

Color spaces of #fca10d

RGB 25216113
HSL0.100.980.52
HSV37°95°99°
CMYK 0.000.360.95   0.01
XYZ52.962446.21426.5096
Yxy46.21420.50110.4373
Hunter Lab67.981020.098341.9093
CIE-Lab73.684324.875976.4243

#fca10d color RGB value is (252,161,13).

#fca10d hex color red value is 252, green value is 161 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fca10d hue: 0.10 , saturation: 0.98 and the lightness value of fca10d is 0.52.

The process color (four color CMYK) of #fca10d color hex is 0.00, 0.36, 0.95, 0.01. Web safe color of #fca10d is #ff9900. Color #fca10d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00001101
Octal 374 241 15
Decimal 252 161 13
Hex FC A1 D

RGB Percentages of Color #fca10d

%59.15
%37.79
%3.05

CMYK Percentages of Color #fca10d

%0
%36
%95
%1

Triadic Colors of #fca10d

#fca10d #0dfca1 #a10dfc

Analogous Colors of #fca10d

#fca10d #e0fc0d #fc290d

Monochromatic Colors of #fca10d

#fca10d

Complementary Color

#fca10d #0d68fc

#fca10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca10d Color CSS Codes

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

#fca10d Text Font Color

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

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


#fca10d Background Color

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

This div background color is #fca10d


#fca10d Border Color

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

This div border color is #fca10d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,161,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fca10d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fca10d;
  -webkit-box-shadow: 1px 1px 3px 2px #fca10d;
  box-shadow:         1px 1px 3px 2px #fca10d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,161,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca10d


Comments

No comments written yet.

Please login to write comment.