color codes Logo

#fc892d color codes

#FC892D
(252,137,45)
0 Favorites   0 Comments

Color spaces of #fc892d

RGB 25213745
HSL0.070.970.58
HSV27°82°99°
CMYK 0.000.460.82   0.01
XYZ49.564238.77627.3549
Yxy38.77620.51790.4052
Hunter Lab62.270533.103536.5865
CIE-Lab68.588837.844164.3907

#fc892d color RGB value is (252,137,45).

#fc892d hex color red value is 252, green value is 137 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fc892d hue: 0.07 , saturation: 0.97 and the lightness value of fc892d is 0.58.

The process color (four color CMYK) of #fc892d color code is 0.00, 0.46, 0.82, 0.01. Web safe color of #fc892d is #ff9933. Color #fc892d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 00101101
Octal 374 211 55
Decimal 252 137 45
Hex FC 89 2D

RGB Percentages of Color #fc892d

%58.06
%31.57
%10.37

CMYK Percentages of Color #fc892d

%0
%46
%82
%1

Triadic Colors of #fc892d

#fc892d #2dfc89 #892dfc

Analogous Colors of #fc892d

#fc892d #fcf12d #fc2d38

Monochromatic Colors of #fc892d

#fc892d

Complementary Color

#fc892d #2da0fc

#fc892d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc892d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc892d Color CSS Codes

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

#fc892d Text Font Color

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

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


#fc892d Background Color

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

This div background color is #fc892d


#fc892d Border Color

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

This div border color is #fc892d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc892d

Related Colors


Comments

No comments written yet.

Please login to write comment.