Color Hex Logo

#fc651f Color Hex

#FC651F
(252,101,31)
0 Favorites   0 Comments

Color spaces of #fc651f

RGB 25210131
HSL0.050.970.55
HSV19°88°99°
CMYK 0.000.600.88   0.01
XYZ45.045930.10174.7324
Yxy30.10170.56390.3768
Hunter Lab54.865050.540333.2914
CIE-Lab61.741954.736063.7191

#fc651f color RGB value is (252,101,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100101 00011111
Octal 374 145 37
Decimal 252 101 31
Hex FC 65 1F

RGB Percentages of Color #fc651f

%65.63
%26.30
%8.07

CMYK Percentages of Color #fc651f

%0
%60
%88
%1

Triadic Colors of #fc651f

#fc651f #1ffc65 #651ffc

Analogous Colors of #fc651f

#fc651f #fcd41f #fc1f47

Monochromatic Colors of #fc651f

#fc651f

Complementary Color

#fc651f #1fb6fc

#fc651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc651f Color CSS Codes

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

#fc651f Text Font Color

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

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


#fc651f Background Color

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

This div background color is #fc651f


#fc651f Border Color

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

This div border color is #fc651f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc651f


Comments

No comments written yet.

Please login to write comment.