Color Hex Logo

#fb825d Color Hex

#FB825D
(251,130,93)
0 Favorites   0 Comments

Color spaces of #fb825d

RGB 25113093
HSL0.040.950.67
HSV14°63°98°
CMYK 0.000.480.63   0.02
XYZ49.742137.264814.9271
Yxy37.26480.48800.3656
Hunter Lab61.044938.621228.2335
CIE-Lab67.475243.125140.7967

#fb825d color RGB value is (251,130,93).

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

The process color (four color CMYK) of #fb825d color hex is 0.00, 0.48, 0.63, 0.02. Web safe color of #fb825d is #ff9966. Color #fb825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000010 01011101
Octal 373 202 135
Decimal 251 130 93
Hex FB 82 5D

RGB Percentages of Color #fb825d

%52.95
%27.43
%19.62

CMYK Percentages of Color #fb825d

%0
%48
%63
%2

Triadic Colors of #fb825d

#fb825d #5dfb82 #825dfb

Analogous Colors of #fb825d

#fb825d #fbd15d #fb5d87

Monochromatic Colors of #fb825d

#fb825d

Complementary Color

#fb825d #5dd6fb

#fb825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb825d Color CSS Codes

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

#fb825d Text Font Color

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

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


#fb825d Background Color

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

This div background color is #fb825d


#fb825d Border Color

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

This div border color is #fb825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb825d


Comments

No comments written yet.

Please login to write comment.