Color Hex Logo

#fb622f Color Hex

#FB622F
(251,98,47)
0 Favorites   0 Comments

Color spaces of #fb622f

RGB 2519847
HSL0.040.960.58
HSV15°81°98°
CMYK 0.000.610.81   0.02
XYZ44.664429.44986.0196
Yxy29.44980.55740.3675
Hunter Lab54.267751.944031.4107
CIE-Lab61.176656.069156.8728

#fb622f color RGB value is (251,98,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100010 00101111
Octal 373 142 57
Decimal 251 98 47
Hex FB 62 2F

RGB Percentages of Color #fb622f

%63.38
%24.75
%11.87

CMYK Percentages of Color #fb622f

%0
%61
%81
%2

Triadic Colors of #fb622f

#fb622f #2ffb62 #622ffb

Analogous Colors of #fb622f

#fb622f #fbc82f #fb2f62

Monochromatic Colors of #fb622f

#fb622f

Complementary Color

#fb622f #2fc8fb

#fb622f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb622f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb622f Color CSS Codes

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

#fb622f Text Font Color

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

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


#fb622f Background Color

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

This div background color is #fb622f


#fb622f Border Color

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

This div border color is #fb622f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb622f


Comments

No comments written yet.

Please login to write comment.