Color Hex Logo

#fb7c10 Color Hex

#FB7C10
(251,124,16)
0 Favorites   0 Comments

Color spaces of #fb7c10

RGB 25112416
HSL0.080.970.52
HSV28°94°98°
CMYK 0.000.510.94   0.02
XYZ47.084834.96194.7569
Yxy34.96190.54240.4028
Hunter Lab59.128638.666636.6201
CIE-Lab65.719043.388370.4550

#fb7c10 color RGB value is (251,124,16).

#fb7c10 hex color red value is 251, green value is 124 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #fb7c10 hue: 0.08 , saturation: 0.97 and the lightness value of fb7c10 is 0.52.

The process color (four color CMYK) of #fb7c10 color hex is 0.00, 0.51, 0.94, 0.02. Web safe color of #fb7c10 is #ff6600. Color #fb7c10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111100 00010000
Octal 373 174 20
Decimal 251 124 16
Hex FB 7C 10

RGB Percentages of Color #fb7c10

%64.19
%31.71
%4.09

CMYK Percentages of Color #fb7c10

%0
%51
%94
%2

Triadic Colors of #fb7c10

#fb7c10 #10fb7c #7c10fb

Analogous Colors of #fb7c10

#fb7c10 #fbf210 #fb1019

Monochromatic Colors of #fb7c10

#fb7c10

Complementary Color

#fb7c10 #108ffb

#fb7c10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7c10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7c10 Color CSS Codes

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

#fb7c10 Text Font Color

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

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


#fb7c10 Background Color

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

This div background color is #fb7c10


#fb7c10 Border Color

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

This div border color is #fb7c10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7c10


Comments

No comments written yet.

Please login to write comment.