color codes Logo

#fc834b color codes

#FC834B
(252,131,75)
0 Favorites   0 Comments

Color spaces of #fc834b

RGB 25213175
HSL0.050.970.64
HSV19°70°99°
CMYK 0.000.480.70   0.01
XYZ49.531237.436011.2719
Yxy37.43600.50420.3811
Hunter Lab61.185037.427831.9067
CIE-Lab67.602942.004750.2335

#fc834b color RGB value is (252,131,75).

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

The process color (four color CMYK) of #fc834b color code is 0.00, 0.48, 0.70, 0.01. Web safe color of #fc834b is #ff9933. Color #fc834b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 01001011
Octal 374 203 113
Decimal 252 131 75
Hex FC 83 4B

RGB Percentages of Color #fc834b

%55.02
%28.60
%16.38

CMYK Percentages of Color #fc834b

%0
%48
%70
%1

Triadic Colors of #fc834b

#fc834b #4bfc83 #834bfc

Analogous Colors of #fc834b

#fc834b #fcdc4b #fc4b6c

Monochromatic Colors of #fc834b

#fc834b

Complementary Color

#fc834b #4bc4fc

#fc834b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc834b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc834b Color CSS Codes

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

#fc834b Text Font Color

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

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


#fc834b Background Color

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

This div background color is #fc834b


#fc834b Border Color

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

This div border color is #fc834b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc834b

Related Colors


Comments

No comments written yet.

Please login to write comment.