Color Hex Logo

#fc984f Color Hex

#FC984F
(252,152,79)
0 Favorites   0 Comments

Color spaces of #fc984f

RGB 25215279
HSL0.070.970.65
HSV25°69°99°
CMYK 0.000.400.69   0.01
XYZ52.784443.716413.0532
Yxy43.71640.48180.3990
Hunter Lab66.118426.795134.5777
CIE-Lab72.038531.508353.1742

#fc984f color RGB value is (252,152,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011000 01001111
Octal 374 230 117
Decimal 252 152 79
Hex FC 98 4F

RGB Percentages of Color #fc984f

%52.17
%31.47
%16.36

CMYK Percentages of Color #fc984f

%0
%40
%69
%1

Triadic Colors of #fc984f

#fc984f #4ffc98 #984ffc

Analogous Colors of #fc984f

#fc984f #fcef4f #fc4f5d

Monochromatic Colors of #fc984f

#fc984f

Complementary Color

#fc984f #4fb3fc

#fc984f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc984f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc984f Color CSS Codes

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

#fc984f Text Font Color

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

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


#fc984f Background Color

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

This div background color is #fc984f


#fc984f Border Color

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

This div border color is #fc984f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc984f


Comments

No comments written yet.

Please login to write comment.