Color Hex Logo

#fb442c Color Hex

#FB442C
(251,68,44)
0 Favorites   0 Comments

Color spaces of #fb442c

RGB 2516844
HSL0.020.960.58
HSV82°98°
CMYK 0.000.730.82   0.02
XYZ42.305424.82534.9449
Yxy24.82530.58700.3444
Hunter Lab49.825064.367028.9932
CIE-Lab56.904867.514054.3422

#fb442c color RGB value is (251,68,44).

#fb442c hex color red value is 251, green value is 68 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fb442c hue: 0.02 , saturation: 0.96 and the lightness value of fb442c is 0.58.

The process color (four color CMYK) of #fb442c color hex is 0.00, 0.73, 0.82, 0.02. Web safe color of #fb442c is #ff3333. Color #fb442c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000100 00101100
Octal 373 104 54
Decimal 251 68 44
Hex FB 44 2C

RGB Percentages of Color #fb442c

%69.15
%18.73
%12.12

CMYK Percentages of Color #fb442c

%0
%73
%82
%2

Triadic Colors of #fb442c

#fb442c #2cfb44 #442cfb

Analogous Colors of #fb442c

#fb442c #fbac2c #fb2c7c

Monochromatic Colors of #fb442c

#fb442c

Complementary Color

#fb442c #2ce3fb

#fb442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb442c Color CSS Codes

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

#fb442c Text Font Color

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

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


#fb442c Background Color

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

This div background color is #fb442c


#fb442c Border Color

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

This div border color is #fb442c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb442c


Comments

No comments written yet.

Please login to write comment.