Color Hex Logo

#fb934d Color Hex

#FB934D
(251,147,77)
0 Favorites   0 Comments

Color spaces of #fb934d

RGB 25114777
HSL0.070.960.64
HSV24°69°98°
CMYK 0.000.410.69   0.02
XYZ51.556941.912512.3938
Yxy41.91250.48700.3959
Hunter Lab64.739928.857333.9674
CIE-Lab70.810633.590552.7464

#fb934d color RGB value is (251,147,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 01001101
Octal 373 223 115
Decimal 251 147 77
Hex FB 93 4D

RGB Percentages of Color #fb934d

%52.84
%30.95
%16.21

CMYK Percentages of Color #fb934d

%0
%41
%69
%2

Triadic Colors of #fb934d

#fb934d #4dfb93 #934dfb

Analogous Colors of #fb934d

#fb934d #fbea4d #fb4d5e

Monochromatic Colors of #fb934d

#fb934d

Complementary Color

#fb934d #4db5fb

#fb934d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb934d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb934d Color CSS Codes

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

#fb934d Text Font Color

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

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


#fb934d Background Color

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

This div background color is #fb934d


#fb934d Border Color

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

This div border color is #fb934d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,147,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 #fb934d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb934d

Related Colors


Comments

No comments written yet.

Please login to write comment.