Color Hex Logo

#fb430e Color Hex

#FB430E
(251,67,14)
0 Favorites   0 Comments

Color spaces of #fb430e

RGB 2516714
HSL0.040.970.52
HSV13°94°98°
CMYK 0.000.730.94   0.02
XYZ41.870124.55522.9483
Yxy24.55520.60350.3540
Hunter Lab49.553264.105931.1596
CIE-Lab56.639467.344065.1829

#fb430e color RGB value is (251,67,14).

#fb430e hex color red value is 251, green value is 67 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fb430e hue: 0.04 , saturation: 0.97 and the lightness value of fb430e is 0.52.

The process color (four color CMYK) of #fb430e color hex is 0.00, 0.73, 0.94, 0.02. Web safe color of #fb430e is #ff3300. Color #fb430e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000011 00001110
Octal 373 103 16
Decimal 251 67 14
Hex FB 43 E

RGB Percentages of Color #fb430e

%75.60
%20.18
%4.22

CMYK Percentages of Color #fb430e

%0
%73
%94
%2

Triadic Colors of #fb430e

#fb430e #0efb43 #430efb

Analogous Colors of #fb430e

#fb430e #fbba0e #fb0e50

Monochromatic Colors of #fb430e

#fb430e

Complementary Color

#fb430e #0ec6fb

#fb430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb430e Color CSS Codes

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

#fb430e Text Font Color

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

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


#fb430e Background Color

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

This div background color is #fb430e


#fb430e Border Color

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

This div border color is #fb430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb430e


Comments

No comments written yet.

Please login to write comment.