Color Hex Logo

#fb792a Color Hex

#FB792A
(251,121,42)
0 Favorites   0 Comments

Color spaces of #fb792a

RGB 25112142
HSL0.060.960.57
HSV23°83°98°
CMYK 0.000.520.83   0.02
XYZ47.039034.35116.3417
Yxy34.35110.53620.3915
Hunter Lab58.609840.693234.6116
CIE-Lab65.240345.323362.5439

#fb792a color RGB value is (251,121,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111001 00101010
Octal 373 171 52
Decimal 251 121 42
Hex FB 79 2A

RGB Percentages of Color #fb792a

%60.63
%29.23
%10.14

CMYK Percentages of Color #fb792a

%0
%52
%83
%2

Triadic Colors of #fb792a

#fb792a #2afb79 #792afb

Analogous Colors of #fb792a

#fb792a #fbe22a #fb2a43

Monochromatic Colors of #fb792a

#fb792a

Complementary Color

#fb792a #2aacfb

#fb792a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb792a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb792a Color CSS Codes

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

#fb792a Text Font Color

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

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


#fb792a Background Color

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

This div background color is #fb792a


#fb792a Border Color

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

This div border color is #fb792a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb792a


Comments

No comments written yet.

Please login to write comment.