Color Hex Logo

#fc691d Color Hex

#FC691D
(252,105,29)
0 Favorites   0 Comments

Color spaces of #fc691d

RGB 25210529
HSL0.060.970.55
HSV20°88°99°
CMYK 0.000.580.88   0.01
XYZ45.418230.88734.7304
Yxy30.88730.56050.3812
Hunter Lab55.576348.615533.8570
CIE-Lab62.412452.917064.8850

#fc691d color RGB value is (252,105,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 00011101
Octal 374 151 35
Decimal 252 105 29
Hex FC 69 1D

RGB Percentages of Color #fc691d

%65.28
%27.20
%7.51

CMYK Percentages of Color #fc691d

%0
%58
%88
%1

Triadic Colors of #fc691d

#fc691d #1dfc69 #691dfc

Analogous Colors of #fc691d

#fc691d #fcd91d #fc1d41

Monochromatic Colors of #fc691d

#fc691d

Complementary Color

#fc691d #1db0fc

#fc691d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc691d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc691d Color CSS Codes

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

#fc691d Text Font Color

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

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


#fc691d Background Color

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

This div background color is #fc691d


#fc691d Border Color

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

This div border color is #fc691d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc691d


Comments

No comments written yet.

Please login to write comment.