Color Hex Logo

#fc680b Color Hex

#FC680B
(252,104,11)
0 Favorites   0 Comments

Color spaces of #fc680b

RGB 25210411
HSL0.060.980.52
HSV23°96°99°
CMYK 0.000.590.96   0.01
XYZ45.155630.62023.8469
Yxy30.62020.56710.3846
Hunter Lab55.335548.824734.6131
CIE-Lab62.185753.139269.1763

#fc680b color RGB value is (252,104,11).

#fc680b hex color red value is 252, green value is 104 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fc680b hue: 0.06 , saturation: 0.98 and the lightness value of fc680b is 0.52.

The process color (four color CMYK) of #fc680b color hex is 0.00, 0.59, 0.96, 0.01. Web safe color of #fc680b is #ff6600. Color #fc680b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 00001011
Octal 374 150 13
Decimal 252 104 11
Hex FC 68 B

RGB Percentages of Color #fc680b

%68.66
%28.34
%3.00

CMYK Percentages of Color #fc680b

%0
%59
%96
%1

Triadic Colors of #fc680b

#fc680b #0bfc68 #680bfc

Analogous Colors of #fc680b

#fc680b #fce10b #fc0b26

Monochromatic Colors of #fc680b

#fc680b

Complementary Color

#fc680b #0b9ffc

#fc680b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc680b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc680b Color CSS Codes

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

#fc680b Text Font Color

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

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


#fc680b Background Color

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

This div background color is #fc680b


#fc680b Border Color

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

This div border color is #fc680b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,104,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc680b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc680b;
  -webkit-box-shadow: 1px 1px 3px 2px #fc680b;
  box-shadow:         1px 1px 3px 2px #fc680b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,104,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc680b

Related Colors


Comments

No comments written yet.

Please login to write comment.