Color Hex Logo

#fc821d Color Hex

#FC821D
(252,130,29)
0 Favorites   0 Comments

Color spaces of #fc821d

RGB 25213029
HSL0.080.970.55
HSV27°88°99°
CMYK 0.000.480.88   0.01
XYZ48.349336.74945.7075
Yxy36.74940.53240.4047
Hunter Lab60.621336.277836.8527
CIE-Lab67.088640.995268.4062

#fc821d color RGB value is (252,130,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000010 00011101
Octal 374 202 35
Decimal 252 130 29
Hex FC 82 1D

RGB Percentages of Color #fc821d

%61.31
%31.63
%7.06

CMYK Percentages of Color #fc821d

%0
%48
%88
%1

Triadic Colors of #fc821d

#fc821d #1dfc82 #821dfc

Analogous Colors of #fc821d

#fc821d #fcf21d #fc1d27

Monochromatic Colors of #fc821d

#fc821d

Complementary Color

#fc821d #1d97fc

#fc821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc821d Color CSS Codes

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

#fc821d Text Font Color

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

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


#fc821d Background Color

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

This div background color is #fc821d


#fc821d Border Color

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

This div border color is #fc821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc821d

Related Colors


Comments

No comments written yet.

Please login to write comment.