Color Hex Logo

#fc671d Color Hex

#FC671D
(252,103,29)
0 Favorites   0 Comments

Color spaces of #fc671d

RGB 25210329
HSL0.060.970.55
HSV20°88°99°
CMYK 0.000.590.88   0.01
XYZ45.216930.48474.6633
Yxy30.48470.56260.3793
Hunter Lab55.213049.560733.6414
CIE-Lab62.070253.813564.6291

#fc671d color RGB value is (252,103,29).

#fc671d hex color red value is 252, green value is 103 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fc671d hue: 0.06 , saturation: 0.97 and the lightness value of fc671d is 0.55.

The process color (four color CMYK) of #fc671d color hex is 0.00, 0.59, 0.88, 0.01. Web safe color of #fc671d is #ff6633. Color #fc671d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100111 00011101
Octal 374 147 35
Decimal 252 103 29
Hex FC 67 1D

RGB Percentages of Color #fc671d

%65.63
%26.82
%7.55

CMYK Percentages of Color #fc671d

%0
%59
%88
%1

Triadic Colors of #fc671d

#fc671d #1dfc67 #671dfc

Analogous Colors of #fc671d

#fc671d #fcd71d #fc1d42

Monochromatic Colors of #fc671d

#fc671d

Complementary Color

#fc671d #1db2fc

#fc671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc671d Color CSS Codes

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

#fc671d Text Font Color

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

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


#fc671d Background Color

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

This div background color is #fc671d


#fc671d Border Color

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

This div border color is #fc671d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc671d


Comments

No comments written yet.

Please login to write comment.