Color Hex Logo

#fc680d Color Hex

#FC680D
(252,104,13)
0 Favorites   0 Comments

Color spaces of #fc680d

RGB 25210413
HSL0.060.980.52
HSV23°95°99°
CMYK 0.000.590.95   0.01
XYZ45.167830.62513.9114
Yxy30.62510.56670.3842
Hunter Lab55.339948.844634.5474
CIE-Lab62.189953.156368.8187

#fc680d color RGB value is (252,104,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 00001101
Octal 374 150 15
Decimal 252 104 13
Hex FC 68 D

RGB Percentages of Color #fc680d

%68.29
%28.18
%3.52

CMYK Percentages of Color #fc680d

%0
%59
%95
%1

Triadic Colors of #fc680d

#fc680d #0dfc68 #680dfc

Analogous Colors of #fc680d

#fc680d #fce00d #fc0d29

Monochromatic Colors of #fc680d

#fc680d

Complementary Color

#fc680d #0da1fc

#fc680d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc680d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc680d Color CSS Codes

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

#fc680d Text Font Color

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

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


#fc680d Background Color

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

This div background color is #fc680d


#fc680d Border Color

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

This div border color is #fc680d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc680d


Comments

No comments written yet.

Please login to write comment.