Color Hex Logo

#fb914d Color Hex

#FB914D
(251,145,77)
0 Favorites   0 Comments

Color spaces of #fb914d

RGB 25114577
HSL0.070.960.64
HSV23°69°98°
CMYK 0.000.420.69   0.02
XYZ51.248641.295812.2910
Yxy41.29580.48880.3939
Hunter Lab64.261829.895133.6432
CIE-Lab70.382734.620452.2774

#fb914d color RGB value is (251,145,77).

#fb914d hex color red value is 251, green value is 145 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fb914d hue: 0.07 , saturation: 0.96 and the lightness value of fb914d is 0.64.

The process color (four color CMYK) of #fb914d color hex is 0.00, 0.42, 0.69, 0.02. Web safe color of #fb914d is #ff9966. Color #fb914d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010001 01001101
Octal 373 221 115
Decimal 251 145 77
Hex FB 91 4D

RGB Percentages of Color #fb914d

%53.07
%30.66
%16.28

CMYK Percentages of Color #fb914d

%0
%42
%69
%2

Triadic Colors of #fb914d

#fb914d #4dfb91 #914dfb

Analogous Colors of #fb914d

#fb914d #fbe84d #fb4d60

Monochromatic Colors of #fb914d

#fb914d

Complementary Color

#fb914d #4db7fb

#fb914d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb914d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb914d Color CSS Codes

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

#fb914d Text Font Color

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

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


#fb914d Background Color

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

This div background color is #fb914d


#fb914d Border Color

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

This div border color is #fb914d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb914d


Comments

No comments written yet.

Please login to write comment.