Color Hex Logo

#fb7f48 Color Hex

#FB7F48
(251,127,72)
0 Favorites   0 Comments

Color spaces of #fb7f48

RGB 25112772
HSL0.050.960.63
HSV18°71°98°
CMYK 0.000.490.71   0.02
XYZ48.542736.155910.5512
Yxy36.15590.50960.3796
Hunter Lab60.129838.875731.6870
CIE-Lab66.638943.465250.6171

#fb7f48 color RGB value is (251,127,72).

#fb7f48 hex color red value is 251, green value is 127 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fb7f48 hue: 0.05 , saturation: 0.96 and the lightness value of fb7f48 is 0.63.

The process color (four color CMYK) of #fb7f48 color hex is 0.00, 0.49, 0.71, 0.02. Web safe color of #fb7f48 is #ff6633. Color #fb7f48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111111 01001000
Octal 373 177 110
Decimal 251 127 72
Hex FB 7F 48

RGB Percentages of Color #fb7f48

%55.78
%28.22
%16.00

CMYK Percentages of Color #fb7f48

%0
%49
%71
%2

Triadic Colors of #fb7f48

#fb7f48 #48fb7f #7f48fb

Analogous Colors of #fb7f48

#fb7f48 #fbd948 #fb486b

Monochromatic Colors of #fb7f48

#fb7f48

Complementary Color

#fb7f48 #48c4fb

#fb7f48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7f48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7f48 Color CSS Codes

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

#fb7f48 Text Font Color

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

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


#fb7f48 Background Color

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

This div background color is #fb7f48


#fb7f48 Border Color

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

This div border color is #fb7f48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7f48

Related Colors


Comments

No comments written yet.

Please login to write comment.