Color Hex Logo

#fb621c Color Hex

#FB621C
(251,98,28)
0 Favorites   0 Comments

Color spaces of #fb621c

RGB 2519828
HSL0.050.970.55
HSV19°89°98°
CMYK 0.000.610.89   0.02
XYZ44.360929.32844.4215
Yxy29.32840.56790.3755
Hunter Lab54.155751.443333.0683
CIE-Lab61.070455.644364.1362

#fb621c color RGB value is (251,98,28).

#fb621c hex color red value is 251, green value is 98 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fb621c hue: 0.05 , saturation: 0.97 and the lightness value of fb621c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100010 00011100
Octal 373 142 34
Decimal 251 98 28
Hex FB 62 1C

RGB Percentages of Color #fb621c

%66.58
%25.99
%7.43

CMYK Percentages of Color #fb621c

%0
%61
%89
%2

Triadic Colors of #fb621c

#fb621c #1cfb62 #621cfb

Analogous Colors of #fb621c

#fb621c #fbd21c #fb1c45

Monochromatic Colors of #fb621c

#fb621c

Complementary Color

#fb621c #1cb5fb

#fb621c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb621c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb621c Color CSS Codes

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

#fb621c Text Font Color

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

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


#fb621c Background Color

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

This div background color is #fb621c


#fb621c Border Color

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

This div border color is #fb621c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb621c


Comments

No comments written yet.

Please login to write comment.