Color Hex Logo

#fb7240 Color Hex

#FB7240
(251,114,64)
0 Favorites   0 Comments

Color spaces of #fb7240

RGB 25111464
HSL0.040.960.62
HSV16°75°98°
CMYK 0.000.550.75   0.02
XYZ46.726432.91408.7408
Yxy32.91400.52870.3724
Hunter Lab57.370744.983131.1263
CIE-Lab64.091249.398251.8116

#fb7240 color RGB value is (251,114,64).

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

The process color (four color CMYK) of #fb7240 color hex is 0.00, 0.55, 0.75, 0.02. Web safe color of #fb7240 is #ff6633. Color #fb7240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 01000000
Octal 373 162 100
Decimal 251 114 64
Hex FB 72 40

RGB Percentages of Color #fb7240

%58.51
%26.57
%14.92

CMYK Percentages of Color #fb7240

%0
%55
%75
%2

Triadic Colors of #fb7240

#fb7240 #40fb72 #7240fb

Analogous Colors of #fb7240

#fb7240 #fbd040 #fb406c

Monochromatic Colors of #fb7240

#fb7240

Complementary Color

#fb7240 #40c9fb

#fb7240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7240 Color CSS Codes

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

#fb7240 Text Font Color

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

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


#fb7240 Background Color

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

This div background color is #fb7240


#fb7240 Border Color

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

This div border color is #fb7240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7240


Comments

No comments written yet.

Please login to write comment.