Color Hex Logo

#fc751d Color Hex

#FC751D
(252,117,29)
0 Favorites   0 Comments

Color spaces of #fc751d

RGB 25211729
HSL0.070.970.55
HSV24°88°99°
CMYK 0.000.540.88   0.01
XYZ46.727933.50675.1670
Yxy33.50670.54720.3923
Hunter Lab57.885042.796235.2271
CIE-Lab64.569147.342666.5038

#fc751d color RGB value is (252,117,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110101 00011101
Octal 374 165 35
Decimal 252 117 29
Hex FC 75 1D

RGB Percentages of Color #fc751d

%63.32
%29.40
%7.29

CMYK Percentages of Color #fc751d

%0
%54
%88
%1

Triadic Colors of #fc751d

#fc751d #1dfc75 #751dfc

Analogous Colors of #fc751d

#fc751d #fce51d #fc1d34

Monochromatic Colors of #fc751d

#fc751d

Complementary Color

#fc751d #1da4fc

#fc751d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc751d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc751d Color CSS Codes

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

#fc751d Text Font Color

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

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


#fc751d Background Color

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

This div background color is #fc751d


#fc751d Border Color

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

This div border color is #fc751d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc751d


Comments

No comments written yet.

Please login to write comment.