Color Hex Logo

#fc960b Color Hex

#FC960B
(252,150,11)
0 Favorites   0 Comments

Color spaces of #fc960b

RGB 25215011
HSL0.100.980.52
HSV35°96°99°
CMYK 0.000.400.96   0.01
XYZ51.111642.53235.8323
Yxy42.53230.51380.4276
Hunter Lab65.216825.764340.3495
CIE-Lab71.236430.577775.0159

#fc960b color RGB value is (252,150,11).

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

The process color (four color CMYK) of #fc960b color hex is 0.00, 0.40, 0.96, 0.01. Web safe color of #fc960b is #ff9900. Color #fc960b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 00001011
Octal 374 226 13
Decimal 252 150 11
Hex FC 96 B

RGB Percentages of Color #fc960b

%61.02
%36.32
%2.66

CMYK Percentages of Color #fc960b

%0
%40
%96
%1

Triadic Colors of #fc960b

#fc960b #0bfc96 #960bfc

Analogous Colors of #fc960b

#fc960b #eafc0b #fc1e0b

Monochromatic Colors of #fc960b

#fc960b

Complementary Color

#fc960b #0b71fc

#fc960b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc960b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc960b Color CSS Codes

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

#fc960b Text Font Color

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

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


#fc960b Background Color

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

This div background color is #fc960b


#fc960b Border Color

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

This div border color is #fc960b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,150,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 #fc960b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc960b

Related Colors


Comments

No comments written yet.

Please login to write comment.