Color Hex Logo

#fc983c Color Hex

#FC983C
(252,152,60)
0 Favorites   0 Comments

Color spaces of #fc983c

RGB 25215260
HSL0.080.970.61
HSV29°76°99°
CMYK 0.000.400.76   0.01
XYZ52.188743.47829.9164
Yxy43.47820.49430.4118
Hunter Lab65.938025.887937.2400
CIE-Lab71.878330.646961.5312

#fc983c color RGB value is (252,152,60).

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

The process color (four color CMYK) of #fc983c color hex is 0.00, 0.40, 0.76, 0.01. Web safe color of #fc983c is #ff9933. Color #fc983c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011000 00111100
Octal 374 230 74
Decimal 252 152 60
Hex FC 98 3C

RGB Percentages of Color #fc983c

%54.31
%32.76
%12.93

CMYK Percentages of Color #fc983c

%0
%40
%76
%1

Triadic Colors of #fc983c

#fc983c #3cfc98 #983cfc

Analogous Colors of #fc983c

#fc983c #fcf83c #fc3c40

Monochromatic Colors of #fc983c

#fc983c

Complementary Color

#fc983c #3ca0fc

#fc983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc983c Color CSS Codes

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

#fc983c Text Font Color

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

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


#fc983c Background Color

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

This div background color is #fc983c


#fc983c Border Color

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

This div border color is #fc983c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc983c

Related Colors


Comments

No comments written yet.

Please login to write comment.