Color Hex Logo

#fc661d Color Hex

#FC661D
(252,102,29)
0 Favorites   0 Comments

Color spaces of #fc661d

RGB 25210229
HSL0.050.970.55
HSV20°88°99°
CMYK 0.000.600.88   0.01
XYZ45.118030.28694.6304
Yxy30.28690.56370.3784
Hunter Lab55.033550.030533.5349
CIE-Lab61.901054.258164.5023

#fc661d color RGB value is (252,102,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100110 00011101
Octal 374 146 35
Decimal 252 102 29
Hex FC 66 1D

RGB Percentages of Color #fc661d

%65.80
%26.63
%7.57

CMYK Percentages of Color #fc661d

%0
%60
%88
%1

Triadic Colors of #fc661d

#fc661d #1dfc66 #661dfc

Analogous Colors of #fc661d

#fc661d #fcd61d #fc1d43

Monochromatic Colors of #fc661d

#fc661d

Complementary Color

#fc661d #1db3fc

#fc661d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc661d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc661d Color CSS Codes

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

#fc661d Text Font Color

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

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


#fc661d Background Color

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

This div background color is #fc661d


#fc661d Border Color

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

This div border color is #fc661d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc661d


Comments

No comments written yet.

Please login to write comment.