Color Hex Logo

#fc984d Color Hex

#FC984D
(252,152,77)
0 Favorites   0 Comments

Color spaces of #fc984d

RGB 25215277
HSL0.070.970.65
HSV26°69°99°
CMYK 0.000.400.69   0.01
XYZ52.712743.687712.6755
Yxy43.68770.48330.4005
Hunter Lab66.096726.686234.8975
CIE-Lab72.019331.405254.1015

#fc984d color RGB value is (252,152,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011000 01001101
Octal 374 230 115
Decimal 252 152 77
Hex FC 98 4D

RGB Percentages of Color #fc984d

%52.39
%31.60
%16.01

CMYK Percentages of Color #fc984d

%0
%40
%69
%1

Triadic Colors of #fc984d

#fc984d #4dfc98 #984dfc

Analogous Colors of #fc984d

#fc984d #fcf04d #fc4d59

Monochromatic Colors of #fc984d

#fc984d

Complementary Color

#fc984d #4db1fc

#fc984d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc984d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc984d Color CSS Codes

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

#fc984d Text Font Color

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

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


#fc984d Background Color

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

This div background color is #fc984d


#fc984d Border Color

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

This div border color is #fc984d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc984d

Related Colors


Comments

No comments written yet.

Please login to write comment.