color codes Logo

#fc813d color codes

#FC813D
(252,129,61)
0 Favorites   0 Comments

Color spaces of #fc813d

RGB 25212961
HSL0.060.970.61
HSV21°76°99°
CMYK 0.000.490.76   0.01
XYZ48.837436.73298.9310
Yxy36.73290.51680.3887
Hunter Lab60.607737.771133.6885
CIE-Lab67.076242.387556.3367

#fc813d color RGB value is (252,129,61).

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

The process color (four color CMYK) of #fc813d color code is 0.00, 0.49, 0.76, 0.01. Web safe color of #fc813d is #ff9933. Color #fc813d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 00111101
Octal 374 201 75
Decimal 252 129 61
Hex FC 81 3D

RGB Percentages of Color #fc813d

%57.01
%29.19
%13.80

CMYK Percentages of Color #fc813d

%0
%49
%76
%1

Triadic Colors of #fc813d

#fc813d #3dfc81 #813dfc

Analogous Colors of #fc813d

#fc813d #fce13d #fc3d58

Monochromatic Colors of #fc813d

#fc813d

Complementary Color

#fc813d #3db8fc

#fc813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc813d Color CSS Codes

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

#fc813d Text Font Color

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

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


#fc813d Background Color

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

This div background color is #fc813d


#fc813d Border Color

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

This div border color is #fc813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc813d

Related Colors


Comments

No comments written yet.

Please login to write comment.