Color Hex Logo

#fb942a Color Hex

#FB942A
(251,148,42)
0 Favorites   0 Comments

Color spaces of #fb942a

RGB 25114842
HSL0.080.960.57
HSV30°83°98°
CMYK 0.000.410.83   0.02
XYZ50.791541.85627.5925
Yxy41.85620.50670.4176
Hunter Lab64.696426.917238.3294
CIE-Lab70.771731.730267.2864

#fb942a color RGB value is (251,148,42).

#fb942a hex color red value is 251, green value is 148 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fb942a hue: 0.08 , saturation: 0.96 and the lightness value of fb942a is 0.57.

The process color (four color CMYK) of #fb942a color hex is 0.00, 0.41, 0.83, 0.02. Web safe color of #fb942a is #ff9933. Color #fb942a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010100 00101010
Octal 373 224 52
Decimal 251 148 42
Hex FB 94 2A

RGB Percentages of Color #fb942a

%56.92
%33.56
%9.52

CMYK Percentages of Color #fb942a

%0
%41
%83
%2

Triadic Colors of #fb942a

#fb942a #2afb94 #942afb

Analogous Colors of #fb942a

#fb942a #fafb2a #fb2b2a

Monochromatic Colors of #fb942a

#fb942a

Complementary Color

#fb942a #2a91fb

#fb942a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb942a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb942a Color CSS Codes

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

#fb942a Text Font Color

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

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


#fb942a Background Color

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

This div background color is #fb942a


#fb942a Border Color

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

This div border color is #fb942a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb942a


Comments

No comments written yet.

Please login to write comment.