Color Hex Logo

#fc970d Color Hex

#FC970D
(252,151,13)
0 Favorites   0 Comments

Color spaces of #fc970d

RGB 25215113
HSL0.100.980.52
HSV35°95°99°
CMYK 0.000.400.95   0.01
XYZ51.284142.85775.9502
Yxy42.85770.51240.4282
Hunter Lab65.465825.266840.4372
CIE-Lab71.458330.078174.8939

#fc970d color RGB value is (252,151,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 00001101
Octal 374 227 15
Decimal 252 151 13
Hex FC 97 D

RGB Percentages of Color #fc970d

%60.58
%36.30
%3.13

CMYK Percentages of Color #fc970d

%0
%40
%95
%1

Triadic Colors of #fc970d

#fc970d #0dfc97 #970dfc

Analogous Colors of #fc970d

#fc970d #eafc0d #fc200d

Monochromatic Colors of #fc970d

#fc970d

Complementary Color

#fc970d #0d72fc

#fc970d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc970d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc970d Color CSS Codes

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

#fc970d Text Font Color

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

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


#fc970d Background Color

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

This div background color is #fc970d


#fc970d Border Color

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

This div border color is #fc970d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc970d

Related Colors


Comments

No comments written yet.

Please login to write comment.