color codes Logo

#fc834d color codes

#FC834D
(252,131,77)
0 Favorites   0 Comments

Color spaces of #fc834d

RGB 25213177
HSL0.050.970.65
HSV19°69°99°
CMYK 0.000.480.69   0.01
XYZ49.600737.463911.6382
Yxy37.46390.50250.3796
Hunter Lab61.207837.536831.5719
CIE-Lab67.623642.103349.2628

#fc834d color RGB value is (252,131,77).

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

The process color (four color CMYK) of #fc834d color code is 0.00, 0.48, 0.69, 0.01. Web safe color of #fc834d is #ff9966. Color #fc834d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 01001101
Octal 374 203 115
Decimal 252 131 77
Hex FC 83 4D

RGB Percentages of Color #fc834d

%54.78
%28.48
%16.74

CMYK Percentages of Color #fc834d

%0
%48
%69
%1

Triadic Colors of #fc834d

#fc834d #4dfc83 #834dfc

Analogous Colors of #fc834d

#fc834d #fcdb4d #fc4d6f

Monochromatic Colors of #fc834d

#fc834d

Complementary Color

#fc834d #4dc6fc

#fc834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc834d Color CSS Codes

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

#fc834d Text Font Color

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

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


#fc834d Background Color

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

This div background color is #fc834d


#fc834d Border Color

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

This div border color is #fc834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc834d


Comments

No comments written yet.

Please login to write comment.