Color Hex Logo

#fc654f Color Hex

#FC654F
(252,101,79)
0 Favorites   0 Comments

Color spaces of #fc654f

RGB 25210179
HSL0.020.970.65
HSV69°99°
CMYK 0.000.600.69   0.01
XYZ46.209830.567310.8617
Yxy30.56730.52730.3488
Hunter Lab55.287752.437927.0534
CIE-Lab62.140656.346241.9691

#fc654f color RGB value is (252,101,79).

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

The process color (four color CMYK) of #fc654f color hex is 0.00, 0.60, 0.69, 0.01. Web safe color of #fc654f is #ff6666. Color #fc654f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100101 01001111
Octal 374 145 117
Decimal 252 101 79
Hex FC 65 4F

RGB Percentages of Color #fc654f

%58.33
%23.38
%18.29

CMYK Percentages of Color #fc654f

%0
%60
%69
%1

Triadic Colors of #fc654f

#fc654f #4ffc65 #654ffc

Analogous Colors of #fc654f

#fc654f #fcbc4f #fc4f90

Monochromatic Colors of #fc654f

#fc654f

Complementary Color

#fc654f #4fe6fc

#fc654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc654f Color CSS Codes

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

#fc654f Text Font Color

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

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


#fc654f Background Color

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

This div background color is #fc654f


#fc654f Border Color

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

This div border color is #fc654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc654f


Comments

No comments written yet.

Please login to write comment.