color codes Logo

#fb4e3c color codes

#FB4E3C
(251,78,60)
0 Favorites   0 Comments

Color spaces of #fb4e3c

RGB 2517860
HSL0.020.960.61
HSV76°98°
CMYK 0.000.690.76   0.02
XYZ43.323726.28437.0649
Yxy26.28430.56500.3428
Hunter Lab51.268261.120327.7174
CIE-Lab58.305964.513547.7465

#fb4e3c color RGB value is (251,78,60).

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

The process color (four color CMYK) of #fb4e3c color code is 0.00, 0.69, 0.76, 0.02. Web safe color of #fb4e3c is #ff6633. Color #fb4e3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001110 00111100
Octal 373 116 74
Decimal 251 78 60
Hex FB 4E 3C

RGB Percentages of Color #fb4e3c

%64.52
%20.05
%15.42

CMYK Percentages of Color #fb4e3c

%0
%69
%76
%2

Triadic Colors of #fb4e3c

#fb4e3c #3cfb4e #4e3cfb

Analogous Colors of #fb4e3c

#fb4e3c #fbae3c #fb3c8a

Monochromatic Colors of #fb4e3c

#fb4e3c

Complementary Color

#fb4e3c #3ce9fb

#fb4e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4e3c Color CSS Codes

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

#fb4e3c Text Font Color

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

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


#fb4e3c Background Color

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

This div background color is #fb4e3c


#fb4e3c Border Color

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

This div border color is #fb4e3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4e3c


Comments

No comments written yet.

Please login to write comment.