Color Hex Logo

#fc6b1d Color Hex

#FC6B1D
(252,107,29)
0 Favorites   0 Comments

Color spaces of #fc6b1d

RGB 25210729
HSL0.060.970.55
HSV21°88°99°
CMYK 0.000.580.88   0.01
XYZ45.624331.29954.7991
Yxy31.29950.55830.3830
Hunter Lab55.946047.662534.0762
CIE-Lab62.759752.010565.1450

#fc6b1d color RGB value is (252,107,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101011 00011101
Octal 374 153 35
Decimal 252 107 29
Hex FC 6B 1D

RGB Percentages of Color #fc6b1d

%64.95
%27.58
%7.47

CMYK Percentages of Color #fc6b1d

%0
%58
%88
%1

Triadic Colors of #fc6b1d

#fc6b1d #1dfc6b #6b1dfc

Analogous Colors of #fc6b1d

#fc6b1d #fcdb1d #fc1d3e

Monochromatic Colors of #fc6b1d

#fc6b1d

Complementary Color

#fc6b1d #1daefc

#fc6b1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6b1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6b1d Color CSS Codes

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

#fc6b1d Text Font Color

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

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


#fc6b1d Background Color

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

This div background color is #fc6b1d


#fc6b1d Border Color

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

This div border color is #fc6b1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6b1d

Related Colors


Comments

No comments written yet.

Please login to write comment.