Color Hex Logo

#fb732a Color Hex

#FB732A
(251,115,42)
0 Favorites   0 Comments

Color spaces of #fb732a

RGB 25111542
HSL0.060.960.57
HSV21°83°98°
CMYK 0.000.540.83   0.02
XYZ46.332332.93796.1061
Yxy32.93790.54270.3858
Hunter Lab57.391543.668233.8660
CIE-Lab64.110648.202161.5683

#fb732a color RGB value is (251,115,42).

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

The process color (four color CMYK) of #fb732a color hex is 0.00, 0.54, 0.83, 0.02. Web safe color of #fb732a is #ff6633. Color #fb732a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 00101010
Octal 373 163 52
Decimal 251 115 42
Hex FB 73 2A

RGB Percentages of Color #fb732a

%61.52
%28.19
%10.29

CMYK Percentages of Color #fb732a

%0
%54
%83
%2

Triadic Colors of #fb732a

#fb732a #2afb73 #732afb

Analogous Colors of #fb732a

#fb732a #fbdc2a #fb2a49

Monochromatic Colors of #fb732a

#fb732a

Complementary Color

#fb732a #2ab2fb

#fb732a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb732a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb732a Color CSS Codes

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

#fb732a Text Font Color

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

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


#fb732a Background Color

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

This div background color is #fb732a


#fb732a Border Color

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

This div border color is #fb732a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,115,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 #fb732a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb732a

Related Colors


Comments

No comments written yet.

Please login to write comment.