Color Hex Logo

#fb925a Color Hex

#FB925A
(251,146,90)
0 Favorites   0 Comments

Color spaces of #fb925a

RGB 25114690
HSL0.060.950.67
HSV21°64°98°
CMYK 0.000.420.64   0.02
XYZ51.908041.805215.0062
Yxy41.80520.47740.3845
Hunter Lab64.656930.154031.4993
CIE-Lab70.736434.833746.2376

#fb925a color RGB value is (251,146,90).

#fb925a hex color red value is 251, green value is 146 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fb925a hue: 0.06 , saturation: 0.95 and the lightness value of fb925a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010010 01011010
Octal 373 222 132
Decimal 251 146 90
Hex FB 92 5A

RGB Percentages of Color #fb925a

%51.54
%29.98
%18.48

CMYK Percentages of Color #fb925a

%0
%42
%64
%2

Triadic Colors of #fb925a

#fb925a #5afb92 #925afb

Analogous Colors of #fb925a

#fb925a #fbe35a #fb5a73

Monochromatic Colors of #fb925a

#fb925a

Complementary Color

#fb925a #5ac3fb

#fb925a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb925a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb925a Color CSS Codes

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

#fb925a Text Font Color

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

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


#fb925a Background Color

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

This div background color is #fb925a


#fb925a Border Color

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

This div border color is #fb925a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb925a

Related Colors


Comments

No comments written yet.

Please login to write comment.