Color Hex Logo

#fb622a Color Hex

#FB622A
(251,98,42)
0 Favorites   0 Comments

Color spaces of #fb622a

RGB 2519842
HSL0.040.960.57
HSV16°83°98°
CMYK 0.000.610.83   0.02
XYZ44.569329.41185.5185
Yxy29.41180.56060.3700
Hunter Lab54.232651.787231.9297
CIE-Lab61.143455.936158.9913

#fb622a color RGB value is (251,98,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100010 00101010
Octal 373 142 52
Decimal 251 98 42
Hex FB 62 2A

RGB Percentages of Color #fb622a

%64.19
%25.06
%10.74

CMYK Percentages of Color #fb622a

%0
%61
%83
%2

Triadic Colors of #fb622a

#fb622a #2afb62 #622afb

Analogous Colors of #fb622a

#fb622a #fbcb2a #fb2a5a

Monochromatic Colors of #fb622a

#fb622a

Complementary Color

#fb622a #2ac3fb

#fb622a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb622a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb622a Color CSS Codes

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

#fb622a Text Font Color

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

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


#fb622a Background Color

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

This div background color is #fb622a


#fb622a Border Color

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

This div border color is #fb622a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb622a


Comments

No comments written yet.

Please login to write comment.