Color Hex Logo

#fc8438 Color Hex

#FC8438
(252,132,56)
0 Favorites   0 Comments

Color spaces of #fc8438

RGB 25213256
HSL0.060.970.60
HSV23°78°99°
CMYK 0.000.480.78   0.01
XYZ49.110037.48358.3880
Yxy37.48350.51700.3946
Hunter Lab61.223836.040334.7336
CIE-Lab67.638240.708659.1038

#fc8438 color RGB value is (252,132,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000100 00111000
Octal 374 204 70
Decimal 252 132 56
Hex FC 84 38

RGB Percentages of Color #fc8438

%57.27
%30.00
%12.73

CMYK Percentages of Color #fc8438

%0
%48
%78
%1

Triadic Colors of #fc8438

#fc8438 #38fc84 #8438fc

Analogous Colors of #fc8438

#fc8438 #fce638 #fc384e

Monochromatic Colors of #fc8438

#fc8438

Complementary Color

#fc8438 #38b0fc

#fc8438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8438 Color CSS Codes

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

#fc8438 Text Font Color

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

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


#fc8438 Background Color

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

This div background color is #fc8438


#fc8438 Border Color

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

This div border color is #fc8438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8438

Related Colors


Comments

No comments written yet.

Please login to write comment.