Color Hex Logo

#fc835f Color Hex

#FC835F
(252,131,95)
0 Favorites   0 Comments

Color spaces of #fc835f

RGB 25213195
HSL0.040.960.68
HSV14°62°99°
CMYK 0.000.480.62   0.01
XYZ50.326737.754315.4613
Yxy37.75430.48600.3646
Hunter Lab61.444538.674128.0920
CIE-Lab67.839143.128940.2084

#fc835f color RGB value is (252,131,95).

#fc835f hex color red value is 252, green value is 131 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fc835f hue: 0.04 , saturation: 0.96 and the lightness value of fc835f is 0.68.

The process color (four color CMYK) of #fc835f color hex is 0.00, 0.48, 0.62, 0.01. Web safe color of #fc835f is #ff9966. Color #fc835f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 01011111
Octal 374 203 137
Decimal 252 131 95
Hex FC 83 5F

RGB Percentages of Color #fc835f

%52.72
%27.41
%19.87

CMYK Percentages of Color #fc835f

%0
%48
%62
%1

Triadic Colors of #fc835f

#fc835f #5ffc83 #835ffc

Analogous Colors of #fc835f

#fc835f #fcd25f #fc5f8a

Monochromatic Colors of #fc835f

#fc835f

Complementary Color

#fc835f #5fd8fc

#fc835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc835f Color CSS Codes

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

#fc835f Text Font Color

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

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


#fc835f Background Color

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

This div background color is #fc835f


#fc835f Border Color

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

This div border color is #fc835f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc835f

Related Colors


Comments

No comments written yet.

Please login to write comment.