Color Hex Logo

#fc823b Color Hex

#FC823B
(252,130,59)
0 Favorites   0 Comments

Color spaces of #fc823b

RGB 25213059
HSL0.060.970.61
HSV22°77°99°
CMYK 0.000.480.77   0.01
XYZ48.916936.97658.6966
Yxy36.97650.51710.3909
Hunter Lab60.808337.178834.0864
CIE-Lab67.259441.814857.4196

#fc823b color RGB value is (252,130,59).

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

The process color (four color CMYK) of #fc823b color hex is 0.00, 0.48, 0.77, 0.01. Web safe color of #fc823b is #ff9933. Color #fc823b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000010 00111011
Octal 374 202 73
Decimal 252 130 59
Hex FC 82 3B

RGB Percentages of Color #fc823b

%57.14
%29.48
%13.38

CMYK Percentages of Color #fc823b

%0
%48
%77
%1

Triadic Colors of #fc823b

#fc823b #3bfc82 #823bfc

Analogous Colors of #fc823b

#fc823b #fce33b #fc3b55

Monochromatic Colors of #fc823b

#fc823b

Complementary Color

#fc823b #3bb5fc

#fc823b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc823b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc823b Color CSS Codes

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

#fc823b Text Font Color

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

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


#fc823b Background Color

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

This div background color is #fc823b


#fc823b Border Color

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

This div border color is #fc823b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc823b


Comments

No comments written yet.

Please login to write comment.