Color Hex Logo

#fc8f4b Color Hex

#FC8F4B
(252,143,75)
0 Favorites   0 Comments

Color spaces of #fc8f4b

RGB 25214375
HSL0.060.970.64
HSV23°70°99°
CMYK 0.000.430.70   0.01
XYZ51.237340.848411.8406
Yxy40.84840.49300.3931
Hunter Lab63.912831.251833.7547
CIE-Lab70.069635.940052.9329

#fc8f4b color RGB value is (252,143,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001111 01001011
Octal 374 217 113
Decimal 252 143 75
Hex FC 8F 4B

RGB Percentages of Color #fc8f4b

%53.62
%30.43
%15.96

CMYK Percentages of Color #fc8f4b

%0
%43
%70
%1

Triadic Colors of #fc8f4b

#fc8f4b #4bfc8f #8f4bfc

Analogous Colors of #fc8f4b

#fc8f4b #fce84b #fc4b60

Monochromatic Colors of #fc8f4b

#fc8f4b

Complementary Color

#fc8f4b #4bb8fc

#fc8f4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8f4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8f4b Color CSS Codes

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

#fc8f4b Text Font Color

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

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


#fc8f4b Background Color

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

This div background color is #fc8f4b


#fc8f4b Border Color

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

This div border color is #fc8f4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,143,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 #fc8f4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8f4b


Comments

No comments written yet.

Please login to write comment.