Color Hex Logo

#fb7035 Color Hex

#FB7035
(251,112,53)
0 Favorites   0 Comments

Color spaces of #fb7035

RGB 25111253
HSL0.050.960.60
HSV18°79°98°
CMYK 0.000.550.79   0.02
XYZ46.220432.35467.1771
Yxy32.35460.53900.3773
Hunter Lab56.881145.503432.3357
CIE-Lab63.634949.935656.5111

#fb7035 color RGB value is (251,112,53).

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

The process color (four color CMYK) of #fb7035 color hex is 0.00, 0.55, 0.79, 0.02. Web safe color of #fb7035 is #ff6633. Color #fb7035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110000 00110101
Octal 373 160 65
Decimal 251 112 53
Hex FB 70 35

RGB Percentages of Color #fb7035

%60.34
%26.92
%12.74

CMYK Percentages of Color #fb7035

%0
%55
%79
%2

Triadic Colors of #fb7035

#fb7035 #35fb70 #7035fb

Analogous Colors of #fb7035

#fb7035 #fbd335 #fb355d

Monochromatic Colors of #fb7035

#fb7035

Complementary Color

#fb7035 #35c0fb

#fb7035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7035 Color CSS Codes

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

#fb7035 Text Font Color

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

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


#fb7035 Background Color

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

This div background color is #fb7035


#fb7035 Border Color

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

This div border color is #fb7035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7035

#fb7035 Color Palettes


Comments

No comments written yet.

Please login to write comment.