Color Hex Logo

#fb554c Color Hex

#FB554C
(251,85,76)
0 Favorites   0 Comments

Color spaces of #fb554c

RGB 2518576
HSL0.010.960.64
HSV70°98°
CMYK 0.000.660.70   0.02
XYZ44.336727.52809.8141
Yxy27.52800.54280.3370
Hunter Lab52.467159.021725.6367
CIE-Lab59.459962.515540.4306

#fb554c color RGB value is (251,85,76).

#fb554c hex color red value is 251, green value is 85 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fb554c hue: 0.01 , saturation: 0.96 and the lightness value of fb554c is 0.64.

The process color (four color CMYK) of #fb554c color hex is 0.00, 0.66, 0.70, 0.02. Web safe color of #fb554c is #ff6633. Color #fb554c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010101 01001100
Octal 373 125 114
Decimal 251 85 76
Hex FB 55 4C

RGB Percentages of Color #fb554c

%60.92
%20.63
%18.45

CMYK Percentages of Color #fb554c

%0
%66
%70
%2

Triadic Colors of #fb554c

#fb554c #4cfb55 #554cfb

Analogous Colors of #fb554c

#fb554c #fbad4c #fb4c9b

Monochromatic Colors of #fb554c

#fb554c

Complementary Color

#fb554c #4cf2fb

#fb554c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb554c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb554c Color CSS Codes

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

#fb554c Text Font Color

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

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


#fb554c Background Color

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

This div background color is #fb554c


#fb554c Border Color

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

This div border color is #fb554c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,85,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb554c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb554c;
  -webkit-box-shadow: 1px 1px 3px 2px #fb554c;
  box-shadow:         1px 1px 3px 2px #fb554c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,85,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb554c

Related Colors


Comments

No comments written yet.

Please login to write comment.