Color Hex Logo

#ff970c Color Hex

#FF970C
(255,151,12)
0 Favorites   0 Comments

Color spaces of #ff970c

RGB 25515112
HSL0.101.000.52
HSV34°95°100°
CMYK 0.000.410.95   0.00
XYZ52.373043.41985.9683
Yxy43.41980.51470.4267
Hunter Lab65.893726.559740.7554
CIE-Lab71.839031.298075.4734

#ff970c color RGB value is (255,151,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 00001100
Octal 377 227 14
Decimal 255 151 12
Hex FF 97 C

RGB Percentages of Color #ff970c

%61.00
%36.12
%2.87

CMYK Percentages of Color #ff970c

%0
%41
%95
%0

Triadic Colors of #ff970c

#ff970c #0cff97 #970cff

Analogous Colors of #ff970c

#ff970c #eeff0c #ff1e0c

Monochromatic Colors of #ff970c

#ff970c

Complementary Color

#ff970c #0c74ff

#ff970c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff970c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff970c Color CSS Codes

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

#ff970c Text Font Color

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

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


#ff970c Background Color

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

This div background color is #ff970c


#ff970c Border Color

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

This div border color is #ff970c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff970c

Related Colors


Comments

No comments written yet.

Please login to write comment.