Color Hex Logo

#fc8a4b Color Hex

#FC8A4B
(252,138,75)
0 Favorites   0 Comments

Color spaces of #fc8a4b

RGB 25213875
HSL0.060.970.64
HSV21°70°99°
CMYK 0.000.450.70   0.01
XYZ50.503439.380411.5960
Yxy39.38040.49770.3881
Hunter Lab62.753833.835232.9717
CIE-Lab69.025938.486351.7955

#fc8a4b color RGB value is (252,138,75).

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

The process color (four color CMYK) of #fc8a4b color hex is 0.00, 0.45, 0.70, 0.01. Web safe color of #fc8a4b is #ff9933. Color #fc8a4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 01001011
Octal 374 212 113
Decimal 252 138 75
Hex FC 8A 4B

RGB Percentages of Color #fc8a4b

%54.19
%29.68
%16.13

CMYK Percentages of Color #fc8a4b

%0
%45
%70
%1

Triadic Colors of #fc8a4b

#fc8a4b #4bfc8a #8a4bfc

Analogous Colors of #fc8a4b

#fc8a4b #fce34b #fc4b65

Monochromatic Colors of #fc8a4b

#fc8a4b

Complementary Color

#fc8a4b #4bbdfc

#fc8a4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8a4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8a4b Color CSS Codes

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

#fc8a4b Text Font Color

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

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


#fc8a4b Background Color

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

This div background color is #fc8a4b


#fc8a4b Border Color

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

This div border color is #fc8a4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8a4b


Comments

No comments written yet.

Please login to write comment.