Color Hex Logo

#fb5018 Color Hex

#FB5018
(251,80,24)
1 Favorites   0 Comments

Color spaces of #fb5018

RGB 2518024
HSL0.040.970.54
HSV15°90°98°
CMYK 0.000.680.90   0.02
XYZ42.817226.31253.6863
Yxy26.31250.58800.3614
Hunter Lab51.295759.228831.6462
CIE-Lab58.332562.893563.4591

#fb5018 color RGB value is (251,80,24).

#fb5018 hex color red value is 251, green value is 80 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #fb5018 hue: 0.04 , saturation: 0.97 and the lightness value of fb5018 is 0.54.

The process color (four color CMYK) of #fb5018 color hex is 0.00, 0.68, 0.90, 0.02. Web safe color of #fb5018 is #ff6600. Color #fb5018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 00011000
Octal 373 120 30
Decimal 251 80 24
Hex FB 50 18

RGB Percentages of Color #fb5018

%70.70
%22.54
%6.76

CMYK Percentages of Color #fb5018

%0
%68
%90
%2

Triadic Colors of #fb5018

#fb5018 #18fb50 #5018fb

Analogous Colors of #fb5018

#fb5018 #fbc218 #fb1851

Monochromatic Colors of #fb5018

#fb5018

Complementary Color

#fb5018 #18c3fb

#fb5018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5018 Color CSS Codes

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

#fb5018 Text Font Color

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

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


#fb5018 Background Color

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

This div background color is #fb5018


#fb5018 Border Color

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

This div border color is #fb5018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5018

Related Colors


Comments

No comments written yet.

Please login to write comment.