Color Hex Logo

#fc970b Color Hex

#FC970B
(252,151,11)
0 Favorites   0 Comments

Color spaces of #fc970b

RGB 25215111
HSL0.100.980.52
HSV35°96°99°
CMYK 0.000.400.96   0.01
XYZ51.271942.85285.8857
Yxy42.85280.51270.4285
Hunter Lab65.462125.248140.4927
CIE-Lab71.454930.060275.1633

#fc970b color RGB value is (252,151,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 00001011
Octal 374 227 13
Decimal 252 151 11
Hex FC 97 B

RGB Percentages of Color #fc970b

%60.87
%36.47
%2.66

CMYK Percentages of Color #fc970b

%0
%40
%96
%1

Triadic Colors of #fc970b

#fc970b #0bfc97 #970bfc

Analogous Colors of #fc970b

#fc970b #e9fc0b #fc1f0b

Monochromatic Colors of #fc970b

#fc970b

Complementary Color

#fc970b #0b70fc

#fc970b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc970b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc970b Color CSS Codes

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

#fc970b Text Font Color

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

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


#fc970b Background Color

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

This div background color is #fc970b


#fc970b Border Color

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

This div border color is #fc970b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc970b

Related Colors


Comments

No comments written yet.

Please login to write comment.