Color Hex Logo

#fc6f5b Color Hex

#FC6F5B
(252,111,91)
0 Favorites   0 Comments

Color spaces of #fc6f5b

RGB 25211191
HSL0.020.960.67
HSV64°99°
CMYK 0.000.560.64   0.01
XYZ47.717732.819713.7174
Yxy32.81970.50630.3482
Hunter Lab57.288548.424425.9053
CIE-Lab64.014752.499337.6949

#fc6f5b color RGB value is (252,111,91).

#fc6f5b hex color red value is 252, green value is 111 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fc6f5b hue: 0.02 , saturation: 0.96 and the lightness value of fc6f5b is 0.67.

The process color (four color CMYK) of #fc6f5b color hex is 0.00, 0.56, 0.64, 0.01. Web safe color of #fc6f5b is #ff6666. Color #fc6f5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101111 01011011
Octal 374 157 133
Decimal 252 111 91
Hex FC 6F 5B

RGB Percentages of Color #fc6f5b

%55.51
%24.45
%20.04

CMYK Percentages of Color #fc6f5b

%0
%56
%64
%1

Triadic Colors of #fc6f5b

#fc6f5b #5bfc6f #6f5bfc

Analogous Colors of #fc6f5b

#fc6f5b #fcc05b #fc5b98

Monochromatic Colors of #fc6f5b

#fc6f5b

Complementary Color

#fc6f5b #5be8fc

#fc6f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6f5b Color CSS Codes

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

#fc6f5b Text Font Color

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

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


#fc6f5b Background Color

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

This div background color is #fc6f5b


#fc6f5b Border Color

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

This div border color is #fc6f5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6f5b

Related Colors


Comments

No comments written yet.

Please login to write comment.