Color Hex Logo

#fc944f Color Hex

#FC944F
(252,148,79)
0 Favorites   0 Comments

Color spaces of #fc944f

RGB 25214879
HSL0.070.970.65
HSV24°69°99°
CMYK 0.000.410.69   0.01
XYZ52.146142.439812.8404
Yxy42.43980.48540.3951
Hunter Lab65.145828.875433.9159
CIE-Lab71.173133.575452.2209

#fc944f color RGB value is (252,148,79).

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

The process color (four color CMYK) of #fc944f color hex is 0.00, 0.41, 0.69, 0.01. Web safe color of #fc944f is #ff9966. Color #fc944f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010100 01001111
Octal 374 224 117
Decimal 252 148 79
Hex FC 94 4F

RGB Percentages of Color #fc944f

%52.61
%30.90
%16.49

CMYK Percentages of Color #fc944f

%0
%41
%69
%1

Triadic Colors of #fc944f

#fc944f #4ffc94 #944ffc

Analogous Colors of #fc944f

#fc944f #fceb4f #fc4f61

Monochromatic Colors of #fc944f

#fc944f

Complementary Color

#fc944f #4fb7fc

#fc944f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc944f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc944f Color CSS Codes

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

#fc944f Text Font Color

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

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


#fc944f Background Color

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

This div background color is #fc944f


#fc944f Border Color

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

This div border color is #fc944f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc944f


Comments

No comments written yet.

Please login to write comment.