Color Hex Logo

#fc940d Color Hex

#FC940D
(252,148,13)
0 Favorites   0 Comments

Color spaces of #fc940d

RGB 25214813
HSL0.090.980.52
HSV34°95°99°
CMYK 0.000.410.95   0.01
XYZ50.807441.90435.7913
Yxy41.90430.51580.4254
Hunter Lab64.733526.815640.0092
CIE-Lab70.804931.629374.4490

#fc940d color RGB value is (252,148,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010100 00001101
Octal 374 224 15
Decimal 252 148 13
Hex FC 94 D

RGB Percentages of Color #fc940d

%61.02
%35.84
%3.15

CMYK Percentages of Color #fc940d

%0
%41
%95
%1

Triadic Colors of #fc940d

#fc940d #0dfc94 #940dfc

Analogous Colors of #fc940d

#fc940d #edfc0d #fc1d0d

Monochromatic Colors of #fc940d

#fc940d

Complementary Color

#fc940d #0d75fc

#fc940d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc940d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc940d Color CSS Codes

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

#fc940d Text Font Color

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

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


#fc940d Background Color

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

This div background color is #fc940d


#fc940d Border Color

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

This div border color is #fc940d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc940d


Comments

No comments written yet.

Please login to write comment.