Color Hex Logo

#fc700d Color Hex

#FC700D
(252,112,13)
0 Favorites   0 Comments

Color spaces of #fc700d

RGB 25211213
HSL0.070.980.52
HSV25°95°99°
CMYK 0.000.560.95   0.01
XYZ46.011732.31284.1927
Yxy32.31280.55760.3916
Hunter Lab56.844345.006235.4180
CIE-Lab63.600649.490869.7054

#fc700d color RGB value is (252,112,13).

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

The process color (four color CMYK) of #fc700d color hex is 0.00, 0.56, 0.95, 0.01. Web safe color of #fc700d is #ff6600. Color #fc700d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 00001101
Octal 374 160 15
Decimal 252 112 13
Hex FC 70 D

RGB Percentages of Color #fc700d

%66.84
%29.71
%3.45

CMYK Percentages of Color #fc700d

%0
%56
%95
%1

Triadic Colors of #fc700d

#fc700d #0dfc70 #700dfc

Analogous Colors of #fc700d

#fc700d #fce80d #fc0d22

Monochromatic Colors of #fc700d

#fc700d

Complementary Color

#fc700d #0d99fc

#fc700d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc700d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc700d Color CSS Codes

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

#fc700d Text Font Color

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

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


#fc700d Background Color

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

This div background color is #fc700d


#fc700d Border Color

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

This div border color is #fc700d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc700d

Related Colors


Comments

No comments written yet.

Please login to write comment.