Color Hex Logo

#fc900d Color Hex

#FC900D
(252,144,13)
0 Favorites   0 Comments

Color spaces of #fc900d

RGB 25214413
HSL0.090.980.52
HSV33°95°99°
CMYK 0.000.430.95   0.01
XYZ50.190840.67105.5857
Yxy40.67100.52040.4217
Hunter Lab63.773828.877639.4487
CIE-Lab69.944833.688373.8669

#fc900d color RGB value is (252,144,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 00001101
Octal 374 220 15
Decimal 252 144 13
Hex FC 90 D

RGB Percentages of Color #fc900d

%61.61
%35.21
%3.18

CMYK Percentages of Color #fc900d

%0
%43
%95
%1

Triadic Colors of #fc900d

#fc900d #0dfc90 #900dfc

Analogous Colors of #fc900d

#fc900d #f1fc0d #fc190d

Monochromatic Colors of #fc900d

#fc900d

Complementary Color

#fc900d #0d79fc

#fc900d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc900d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc900d Color CSS Codes

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

#fc900d Text Font Color

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

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


#fc900d Background Color

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

This div background color is #fc900d


#fc900d Border Color

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

This div border color is #fc900d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc900d

Related Colors


Comments

No comments written yet.

Please login to write comment.